Linux-ESPNOW icon indicating copy to clipboard operation
Linux-ESPNOW copied to clipboard

wifiRawSender has hardcoded MAC addresses

Open biemster opened this issue 10 months ago • 0 comments

The payload in https://github.com/thomasfla/Linux-ESPNOW/blob/7ca8af0b1cb525c0f00f367a5a849d213ed5dc19/wifiRawSender/main.c#L106-L107 has hardcoded src and dst MAC addresses. Some drivers/platforms might exchange those for the actual hardware addresses and configured destination, but on my QCA9533 they are not replaced so the packets don't go to the broadcast address. Maybe just a fringe use case but since this project is awesome, this info might help someone.

biemster avatar Sep 13 '23 19:09 biemster