Skip to content

eloimaduell/ofxLibArtnet

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#README

Wrapper of libartnet for OF 007 on OSX 10.6 and 10.7. May be useful for Linux and M$ too - see libartnet docs.

Can send to multiple artnet devices on the same network subnet if specifying sendRaw in the setup() function.

Receiving callback is untested but should work for a single artnet device.

Based on code here: http://www.opendmx.net/index.php/IPad_ArtNet_Node Thanks to help from the OLA community

#INSTALLATION

  • Copy the folder to your OF addons subfolder
  • Include ofxLibArtnet in your OF project (removing the example subfolder).
  • Add the libs subfolder as a recursive header search path in your project settings (e.g. $OF_PATH/addons/ofxLibArtnet/libs/**)
  • Add the preprocessor macro "HAVE_CONFIG_H" to your project settings.

About

OF wrapper for libartnet

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 94.7%
  • C++ 5.3%