Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 486 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 486 Bytes

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