Skip to content

UDP  #35

Description

@Smart-Dragon

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions