Thanks Ytai, I will take a look at the new releases and see if those help.
I think my problem is the version of the service Im running is not opening a tcp socket up to listen for incoming requests, this code to do this does not exist in the stock ioioService example, so it is a little different, and I dont have the brains to work it out! BTW - thanks for creating all the docs/wiki/and ioio device, its great, keep it up! Andy On Monday, March 16, 2015 at 3:09:29 AM UTC, Ytai wrote: > > Does the stock HelloIOIOService work for you? I've recently made some > changes to make things more reliable, which have not yet made it to a > release. You can get the latest code from the master branch on the ioio > GitHub repo. > On Mar 15, 2015 12:55 PM, "Andrew Robinson" <[email protected] > <javascript:>> wrote: > >> Im building a small remote control tank using an android and IOIO OTG. >> >> I found a similar robot build on the web, and decided to use code he >> posted on a blog. >> >> The author >> <http://shortcircuitsandinfiniteloops.blogspot.co.uk/2013/07/android-rover-alpha-code.html?showComment=1424210484323#c6608562403087386746> >> >> based the server end code on the HelloIOIOService, but they expanded it >> somewhat. You connect to the server/android/ioio combo with another android >> device running a client to turn the motors on off etc..effectively to allow >> internet or wifi remote control. >> >> Im not a programmer, just an enthusiastic techie, and Im struggling to >> get the robot to respond. >> >> I think the IOIOservice is not running correctly on my android device. I >> started inserting logging messages in most of the code so I could see how >> its processed. >> I also put code in to blink the onboard led on and off, which seems to be >> happening in one loop of code. >> The code does not seem to drop into any loops where a network connection >> is established, nor can I telnet or connect to the android device running >> the ioio service. >> >> Can anyone give me a hand troubleshooting why the service does not listen >> on a tcp port, and should it? >> >> My github repository is here >> <https://github.com/laserkestrel/LK1000-Server>. >> >> >> >> Thanks for any help, and remember Im a novice programmer, so go easy on >> me :-) >> >> -- >> You received this message because you are subscribed to the Google Groups >> "ioio-users" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected] <javascript:>. >> To post to this group, send email to [email protected] >> <javascript:>. >> Visit this group at http://groups.google.com/group/ioio-users. >> For more options, visit https://groups.google.com/d/optout. >> > -- You received this message because you are subscribed to the Google Groups "ioio-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/ioio-users. For more options, visit https://groups.google.com/d/optout.
