Skip to content

openFrameworks addon for sending arrays over network. It's based on ofxNetwork core addon.

Notifications You must be signed in to change notification settings

moebiussurfing/ofxKuNetwork

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ofxKuNetwork - openFrameworks addon for sending arrays over network

It's based on ofxNetwork core addon and uses TCP for transmission.

It supports int, float, vector, vector, ofPixels values.

Installation

Download and unzip as ofxKuNetwork to addons folder of your openFrameworks installation.

Addon works in openFrameworks 0.9.3, OSX/Windows/Linux.

For working with openFrameworks 0.7.4 - see addon's branch dedicated to 0.7.4. Also, you need to add the following lines to public: declarations of ofxNetwork addon's files:

  • ofxTCPClient.h: ofxTCPManager &TCPClientRef() { return TCPClient; } //Added by Kuflex
  • ofxTCPServer.h: ofxTCPManager &TCPServerRef() { return TCPServer; } //Added by Kuflex

Usage

Please, see example example-basic included in addon.

About

openFrameworks addon for sending arrays over network. It's based on ofxNetwork core addon.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 99.7%
  • Other 0.3%