mraygalaxy / pianod-mobile

Mobile application to control Pianod
3 stars 3 forks source link

connects then dropps right after connected #2

Open KB3NZQ opened 10 years ago

KB3NZQ commented 10 years ago

using this app on my Nexus 7 2012 version running android 4.4.2 the app will connect then get current status then disconnect and play pause or any other action will not respond the only thing i can do is close app and connect again then it disconnects after getting status

mraygalaxy commented 10 years ago

It's highly likely (probably guaranteed) that the the PianoD protocol has changed since I initially wrote the titanium application.

I don't have a server right now, so I can't help you debug it, but the application itself is pretty small.

If you throw some print statements in there and try it in the simulator, I could probably help you track down which new (or old) protocol message is missing.

KB3NZQ commented 10 years ago

would you be willing to help me with where to put the statements. i am not a software coder by any means.i have forked your repo and installed titanium studio

mraygalaxy commented 10 years ago

Yes, I would be happy to, but I recommend you first verify that the "web" version of pianod mobile works against your system first. The web version uses HTML5 websockets to also directly connect to the server.

Once you have the web version setup and verified that its working, I can navigate you (maybe over chat or something) on where to put the debug statements......

KB3NZQ commented 10 years ago

I have the web version working i can provide you with a team viewer session into the computer and i can also give you ssh to the RPI that i have pianod on and any port forwards you may need.