-->
Page 1 of 1

Forward UDP Message

PostPosted: Sat Jun 04, 2016 10:14 am
by templus
Hello!
I want to forward UDP Messages. My ESP runs in STA+AP mode and every message gotten from the STA should be forwarded to all AP-clients (or simply broadcasted there by x.x.x.255) and vise versa.

Currently I can access the STA-side from my PC, now I want to read and forward those messages to connected AP-clients, but I have no clue howto do so.

Can "WiFiUDP" differ between the sources?