You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@thomasfla Is is still required or can we close the issue? The test bench works without changing the Mac address so something may have been modified in the code and the address is not required anymore.
The master board is configured to accept packets from any MAC sources at the moment. But MAC standard still impose us to provide a source address. It's a bit dirty and make the network analysis difficult to keep an hard coded value here.
Also, later, it could be useful to filter incoming packets in the Master Board when using WiFi.
https://github.com/solo-bl/master-board/blob/b9e5ec4361b382b84c0e68902e9fa9af10b36f29/software/scripts/src/main.cpp#L13
We should instead get the host mac address from a system call given the interface name.
The text was updated successfully, but these errors were encountered: