Networking between android and server on Wifi (ConnectBot type of thing)
in
Android Processing
•
10 months ago
Greetings all.
I am struggling to successfully network my android devise with a server I have on the same Wifi network.
Any guidance would be much appreciated.
I want to view some sensor values on my android devise.
I have a server writing a message on a given IP and Port. (This happens to be a arduino wifi project, simply I am broadcasting two sensor values)
I want to view these sensor values on my android devise. (I can do this using my pc/java processing, telnet, etc, but not with android processing)
I am aware of oscP5 libraries and such but, for my simple little set up all I require to do is to display the message I am broadcasting on my android devise as it sits as a client. Just seeing the message on the screen would be great! For example I have used ConnectBot and I can see them this way. I'd rather make my own program so I can develop it further.
Please suggest any areas I should research! (Networking with Java... I gathered:) )
Many thanks guys.
EDIT: Yes i am a newbie, but i can make android applications minus networking stuff.
I am struggling to successfully network my android devise with a server I have on the same Wifi network.
Any guidance would be much appreciated.
I want to view some sensor values on my android devise.
I have a server writing a message on a given IP and Port. (This happens to be a arduino wifi project, simply I am broadcasting two sensor values)
I want to view these sensor values on my android devise. (I can do this using my pc/java processing, telnet, etc, but not with android processing)
I am aware of oscP5 libraries and such but, for my simple little set up all I require to do is to display the message I am broadcasting on my android devise as it sits as a client. Just seeing the message on the screen would be great! For example I have used ConnectBot and I can see them this way. I'd rather make my own program so I can develop it further.
Please suggest any areas I should research! (Networking with Java... I gathered:) )
Many thanks guys.
EDIT: Yes i am a newbie, but i can make android applications minus networking stuff.
1