Page 1 of 1

Any UDP stack for android? or PC?

Posted: Thu Apr 13, 2017 7:55 pm
by Monox18
Hello forum,

I've built a project that can communicate with the PC via UDP commands. The communication is direct, no server. Using a Wifi Local Area Network. No need for internet. Basically I have 2 private IPs on ports 25000 and use them to send and receive UDP packages. Adresses are 192.168.0.17 & 192.168.0.13.

I'm thinking of changing the generic PC client which I can't program, and have to type every command, to an App for my android which I want to make a fancier design. And here is where the beauty from LiveCode comes in!

So my question, is there any stack ready for a quick UDP communication using android? After that I can start programming my won stuff - Sending and receiving 10 characters lines is all I'm looking for - I don't have knowledge in the low level layers of communication. If that's not possible, is there anything ready for PC? I would prefer using my phone to control my project but if I can't, a PC would do just as fine.

Find attached an Screenshot of the client which I want to replace.

Tnx!
Monox.

Re: Any UDP stack for android? or PC?

Posted: Wed Apr 26, 2017 2:42 pm
by MaxV

Re: Any UDP stack for android? or PC?

Posted: Sat Apr 29, 2017 6:08 am
by Monox18
Hey MaxV, thank you for your reply. Nobody replied anything so I proceeded to make my own stack from scratch. It's working now. Ty man!