spacenav simple example derived to OSC sender

eLandon c19bdae13c updated readme пре 4 година
Makefile 4ca42e61dc added command line arguments to configure osc пре 4 година
README.md c19bdae13c updated readme пре 4 година
spacenavOSC 4ca42e61dc added command line arguments to configure osc пре 4 година
spacenavOSC.c 4ca42e61dc added command line arguments to configure osc пре 4 година

README.md

spacenavOSC

simple application to send events from spacenav devices through OSC based on simple example from libspnav OSC based on liblo

Compilation

  • compile and install liblo (download from github, configure, make install)
  • make

Usage

./spacenavOSC [options]

options can be : -i to set destination ip, default ip is localhost -p to set destination port, default port is 8000

./spacenavOSC -i 192.168.0.19 -p 9000