Kaynağa Gözat

updated readme

eLandon 4 yıl önce
ebeveyn
işleme
c19bdae13c
1 değiştirilmiş dosya ile 17 ekleme ve 2 silme
  1. 17 2
      README.md

+ 17 - 2
README.md

@@ -1,5 +1,20 @@
 # spacenavOSC
 simple application to send events from spacenav devices through OSC
+based on simple example from [libspnav](https://github.com/FreeSpacenav/libspnav)
+OSC based on [liblo](https://github.com/radarsat1/liblo)
 
-Derived from the simple example from libspnav, so as to send an OSC message for every event.
-Proof of concept made with very basic C skills, might be improved later
+
+
+## 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