Your new topic does not fit any of the above??? Check first. Then post here. Thanks.

Moderator: igrr

User avatar
By templus
#48566 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?