Search found 1 match

by DaveShep
Wed Feb 13, 2019 8:36 pm
Forum: ESP-IDF
Topic: Listen for broadcast packets without assigning IP address
Replies: 0
Views: 2016

Listen for broadcast packets without assigning IP address

I have a requirement for an ESP32 board to listen out for and parse UDP broadcast packets on ethernet (LAN8710A) but preferably without having been assigned an IP address.

Is it possible to pass raw packets to the cpu? Example if you have one please. I have been using the Arduino IDE.