Click here to Skip to main content
15,884,237 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Anybody got a working solution for sending and receiving data via UDP on Android using C#/Mono?

I have a working UDP send/receive system on Windows Phone based on UdpAnySourceMulticastClient, but this is not supported in Mono. Forum trawling has led me to UdpClient, but I have not found any examples that work.

I need means to both send and receive on a single device at any given time; ideally, a callback should be triggered whenever data is received.

Can anyone help with this? Bonus marks if the solution provided works on iOS as well!
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900