Closed
Description
Help me, please!
Code in standart WiFi Arduino module for UDP:
void setup() {
...
Udp.begin(localPort);
}
void loop() {
// if there's data available, read a packet
int packetSize = Udp.parsePacket();
if (packetSize){ ... }
}
How to use your library to listen UDP packets to a specific port?
Metadata
Metadata
Assignees
Labels
No labels