me-no-dev / ESPAsyncUDP

Async UDP library for ESP8266
173 stars 56 forks source link

Unable to send broadcast packages #53

Closed R3D9477 closed 3 years ago

R3D9477 commented 3 years ago

Hello. I'm trying to send the broadcast packages, but I can't receive anything on the target machine.

for example:

  //Udp.writeTo(pkg, len+3, IPAddress(10,0,0,255), 3002);  <---- doesn't work
  //Udp.broadcastTo(pkg, len+3, 3002); <------- doesn't work

  Udp.writeTo(pkg, len+3, IPAddress(10,0,0,100), 3002); <--- works fine, but only for one specific address

As a client I'm using connected via WiFi laptop with launched application "Packet Sender"

stale[bot] commented 3 years ago

[STALE_SET] This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 14 days if no further activity occurs. Thank you for your contributions.

stale[bot] commented 3 years ago

[STALE_DEL] This stale issue has been automatically closed. Thank you for your contributions.

stale[bot] commented 3 years ago

[STALE_DEL] This stale issue has been automatically closed. Thank you for your contributions.