Udp

joedarock

Member
Licensed User
Longtime User
I'm trying to build an Android application that interfaces with one of our industrial telemetry systems. For this, I need to be able to send and receive UDP messages.

Is UDP supported in the Network library? If not, is it planned any time soon?

Joe
 

TomK

Member
Licensed User
Longtime User
Hi Joe,

I know that it isn't now, but whether or not anything other than TCP will be, I'm sure Erel will let you know. (Unless of course something has changed and I didn't notice :) )
 
Upvote 0

joedarock

Member
Licensed User
Longtime User
Thanks Erel,

For my management application, I can use either straight-UDP or SNMP, which is built on UDP messaging. Without UDP, it appears that I can't do any sort of network management on the telecom/industrial systems we commonly see.

Thanks for a great product. Looking forward to enhancements.

Joe
 
Upvote 0
Top