Any UDP stack for android? or PC?

Got a LiveCode personal license? Are you a beginner, hobbyist or educator that's new to LiveCode? This forum is the place to go for help getting started. Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller

Post Reply
Monox18
Posts: 118
Joined: Tue Nov 25, 2014 9:48 pm

Any UDP stack for android? or PC?

Post by Monox18 » Thu Apr 13, 2017 7:55 pm

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.
Attachments
Screenshot 2017-04-10 22.59.03.png
Monox
Developing a Cyber Physical System.
https://www.monoxware.com/

MaxV
Posts: 1580
Joined: Tue May 28, 2013 2:20 pm
Contact:

Re: Any UDP stack for android? or PC?

Post by MaxV » Wed Apr 26, 2017 2:42 pm

Livecode Wiki: http://livecode.wikia.com
My blog: https://livecode-blogger.blogspot.com
To post code use this: http://tinyurl.com/ogp6d5w

Monox18
Posts: 118
Joined: Tue Nov 25, 2014 9:48 pm

Re: Any UDP stack for android? or PC?

Post by Monox18 » Sat Apr 29, 2017 6:08 am

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!
Monox
Developing a Cyber Physical System.
https://www.monoxware.com/

Post Reply