I want to create a udp packet based network. I configured the esp8266 for udp on a port. My network is 192.168.0... so I opened a udp network to 192.168.0.255.
When I sent data out from my pc on the network to 192.168.0.255 the esp8266 does not pick it up. I then send data out via the esp8266 and the pc receives it so I know there is a connection and udp is working partially. Is there a special sequence to enable udp packet reception or is it not working? All the examples I have found so far use TCP.
Thanks for any help
Trev