Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
11 years, 3 months ago.
UDPsocket how to send broadcast and unicast packets in same session
My program use UDPSocket. I need receive broadcast messages and send broadcast or unicast messages.
With set_broadcasting() I successfully receive and send broadcast messages. If i try send unicast message nothing leave my program ( in accordance with Wireshark log ). How to resolve that problem?
Regards, Andrew