I am working with an app that uses ports 8000 and 9987 over wifi to talk to android devices. It works great on everything but my Google TV.
Here is part of what I get in my Java Console when I try to use it
...
Connecting to: http://192.168.2.9:8000/_version?version=71
It did not work.java.net.ConnectException: Connection refused: connect
java.net.ConnectException: Connection refused: connect
...
That is the correct IP for the gtv.
Can it be done?