jezdez / pytuio

Automatically exported from code.google.com/p/pytuio
MIT License
2 stars 0 forks source link

examples only listen to loopback #7

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. install tuiodroid on an android device, point it to your pc
2. download pytuio and run the examples

What is the expected output? What do you see instead?

in the default setup, the examples don't react.

What version of the product are you using? On what operating system?

svn version, on debian gnu/linux

the default host is set to '127.0.0.1' in the Tracking object, and the examples 
don't override that. it might be up for discussion whether it is advisable or 
not to listen to events from everywhere in typical applications, i think that 
examples should rather work out of the box. if they set their listening ip to 
'0.0.0.0', the udp listener will be bound to all interfaces.

Original issue reported on code.google.com by chr...@fsfe.org on 4 Sep 2013 at 2:10