Skip to content

trentbrooks/ofxPocoNetwork

Repository files navigation

ofxPocoNetwork

Poco network examples for openframeworks- TCP, TCP Reactor, UDP. Can be used as a replacement for ofxNetwork.

Automatic message framing types for TCP and TCP Reactor...

    1. FRAME_NONE just gets whatever is available from socket
    1. FRAME_HEADER_AND_MESSAGE automatically sends/receives a 4 byte header before each message (default)
    1. FRAME_DELIMITED splits messages by delimeter
    1. FRAME_FIXED_SIZE messages will always be same size, eg. 256

About

Poco network examples for openframeworks- TCP, TCP Reactor, UDP

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published