stdnet 0.04 review
Downloadstdnet project is a simple C++ framework for building single-threaded or multi-threaded applications which deal with I/O events
|
|
stdnet project is a simple C++ framework for building single-threaded or multi-threaded applications which deal with I/O events. The forms of I/O currently supported include TCP sockets, UDP sockets, and named pipes.
Events can also be generated through timers for handling timeout conditions. The model for the networking I/O is general and powerful such that it could be used with non-internet protocols like LAP-B etc. Also, advanced buffering and queuing classes exist but will be extended.
stdnet 0.04 keywords