Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gateway ID calculation on Raspberry Pi Zero #25

Open
0xFACE opened this issue Jan 26, 2018 · 2 comments
Open

Gateway ID calculation on Raspberry Pi Zero #25

0xFACE opened this issue Jan 26, 2018 · 2 comments

Comments

@0xFACE
Copy link

0xFACE commented Jan 26, 2018

When using on Raspberry Pi Zero, gateway ID is bad calculated.
Gateway ID: 00:00:00:ff:ff:00:00:00

This is probably due to lack of eth0 interface.
Any option to force gateway ID ? Or use wlan0 MAC to calculate ID ?

@T94T
Copy link

T94T commented Apr 25, 2018

If your RPi is connected over WIFI you can replace "eth0" with "wlan0" in the main.cpp file.

@majo91
Copy link

majo91 commented Sep 15, 2020

If your RPi is connected over WIFI you can replace "eth0" with "wlan0" in the main.cpp file.

this worked in my raspberry zero - thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants