Python -- How do I get this thing to work ?
Up to Development Discussion
I have tried to download that simpleosc0.2.5. I tried to modify the appTemplate.py to send "/appled/0/state 1" to port 10000 but nothing happens. The led does not come on. I can turn on the led via mchelper though.
Anyone have working sample using Python's OSC.py ?
The sample code appTemplate.py were modified in an attempt to talk to the MC board using its ip address 192.168.100.30. It didnt matter yet, that I was not able to receive a message from the OSC server running on the MC, but that would be nice later on. First thing first, I want to send command to the MC via a python, just to set the led on.
The sample code I used is here: http://pastie.org/258091 It seems the paste site cut it up to sections, but thats the whole code.

