I need to figure out how to "listen" specific port from some device.
Problem is: some guys says that it should be binary data, some says that is UDP.
Well, i don't worry much of UDP because it can be readed using:
Code: Select all
accept connections on port 5403 with message "GotData"
But what am do if it's NOT UDP messages? And generally, CAN it be readed in LiveCode and how?