wxBeep
wxBeep is an Open Source BEEP implementation written in C++.
Description
The wxBeep library is a C++ implementation of the Blocks Extensible Exchange Protocol (BEEP) over TCP, and is intended to be a network application toolkit for developers using the wxWidgets framework.
The library essentially offers a request-response programming abstraction and the ability to multiplex pluggable services over a single TCP connection. BEEP is a generic application protocol kernel that provides the structure and mechanisms commonly required by protocol designers, things like: packet framing, channeling, flow control, and session tuning are taken care of in a BEEP library.