zibaldone
c++/java library for thread support and other useful stuff
....
=> event communications management between threads (design pattern observer)
=> socket support class (both PF_LOCAL and AF_INET on Linux, AF_INET on windows)
=> Serial port communication support class
=> Timer objects
=> Logging facilities
With zibaldone you can easily:
developing a c++ or java multithread application
connecting a thread to a socket
connecting a thread to a serial port
triggering an event to a timeout on a thread
Note: zibaldone offers an identical interface both for linux and windows. ...