-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathREADME
22 lines (16 loc) · 955 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
The OBJECT ORIENTED COMMUNICATION LIBRARY (oocl)
is intended to be a platform independent and easy to use c++ library for network communication.
It is currently very much work in progress, so don't be surprised if something does not work.
If you have suggestions you can contact me via github (https://github.com/jaytea).
LICENSE:
The library is released under the zlib-license! So feel free to do whatever you want with it, just give us credit if you use it.
INSTALLATION:
We use cmake for oocl to get it as plattform independend as possible. Just get CMake from their website http://www.cmake.org/ and let it run on oocl. You should not have to do anything manually.
DOCUMENTATION:
DoxyGen documentation is available online at http://jaytea.org/oocl/
DEPENDENCIES:
OpenSSL
- Linux: Curses (only for the Peer2PeerTest demo)
- Windows: Ws2_32.lib
DEMOS/TUTORIALS:
If you want to know how to use oocl take a look at the demos in the demos directory.