Hi,
I have a VB.NET program on Windows 7, a jukebox with touch screen operation. This sends via UDP / Broadcast current status information (current title, next ttitle, all "Strings") over LAN. With a background thread receives commands (skip, pause, new title for playlist, also "Strings"). So I can from any client over UDP receive status messages and send commands to control the jukebox. That works great. Now I want the same from my Archos tablet because B4A 1.5 supports UDP. For a first test I have the example of the "Doc for Network 1.10" taken under UDPSocket, adjusted only ports and set IP to 255.255.255.255. Unfortunately, it don't work. Neither I receive any status messages nor my commands received from the jukebox.
Before, I had already done it over TCP, which operated flawlessly under B4A. But I want to switch to UDP, because then I can avoid managing registration and de-registrations of clients.
The examples I've found so far for B4A/UDP use fix IP-Addresses, no Broadcast.
Can someone give me some tip's? Or can i do it under B4A only with fixed IP's?
Sorry for my bad english, i'm using google-tanslate!
I have a VB.NET program on Windows 7, a jukebox with touch screen operation. This sends via UDP / Broadcast current status information (current title, next ttitle, all "Strings") over LAN. With a background thread receives commands (skip, pause, new title for playlist, also "Strings"). So I can from any client over UDP receive status messages and send commands to control the jukebox. That works great. Now I want the same from my Archos tablet because B4A 1.5 supports UDP. For a first test I have the example of the "Doc for Network 1.10" taken under UDPSocket, adjusted only ports and set IP to 255.255.255.255. Unfortunately, it don't work. Neither I receive any status messages nor my commands received from the jukebox.
Before, I had already done it over TCP, which operated flawlessly under B4A. But I want to switch to UDP, because then I can avoid managing registration and de-registrations of clients.
The examples I've found so far for B4A/UDP use fix IP-Addresses, no Broadcast.
Can someone give me some tip's? Or can i do it under B4A only with fixed IP's?
Sorry for my bad english, i'm using google-tanslate!