Posts

Post marked as solved
4 Replies
1.1k Views
HelloI'm using the Network framework to communicate with an IoT device via its built in hotspot using UDP. Communication works great when using port 7777 however some devices with older firmware use port 9999 and the communication there is strictly one sided, the device receives the command but the app never receives a response.I fired up WireShark and interecepted the traffic, the device/remote host sends a response but it is never received by the app and in WireShark I see an error that the port (9999) is unreachable. Anyone know if this is intentionial, as I said, the same code works fine on port 7777.
Posted Last updated
.