Skip to content

2bbb/ofxModernSocket

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ofxModernSocket

openframeworks socket library with c++11 thread and boost.asio

this is experimental addon, not stable, W.I.P.

API

ofxModernUDPReceiver

  • bool setup(port)
  • void receive(const boost::system::error_code &error_code, array<char, buf_size> &buf, size_t len)

ofxModernOscReceiver

  • bool setup(port)
  • addCallback(const string &address, function<void(ofxModernOscMessage &)>)

ofxModernOscMessage

ofxModernOscArgument

Included Libraries

boost.asio 1.58 (same ver. as boost in oF 0.9.3)

original oscpp

Update history

2016/03/20 ver 0.0.0 release

License (ofxModernSocket)

MIT License.

Author

  • ISHII 2bit [bufferRenaiss co., ltd.]
  • ishii[at]buffer-renaiss.com

At the last

Please create a new issue if there is a problem. And please throw a pull request if you have a cool idea!!

About

openframeworks socket library with c++11 thread and boost.asio

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages