-
Notifications
You must be signed in to change notification settings - Fork 92
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
Adding Direct Mode LAN, OLSR status link, DHCP reservations to OLSR. #93
base: master
Are you sure you want to change the base?
Conversation
…llow for existing reservation.
…rs when none fitted.
Thanks for this! Unfortunately I'll be quite busy for the next two weeks, so I won't be able to review until after that. But I will definitely have a look soon after. Maybe @urlgrey can have a look in the meantime. |
Testing new Composer install of cakephp
…Pi mesh connection" Didn't work very well This reverts commit d6d3259.
somebody should fork this project and switch to batman-adv or even better bmx6 |
Direct Mode cannot connect |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've been testing this for a while and it's been working great. It would need to be updated for PHP 7, specifically the AppController.php and NetworkSettingsController.php files. Would be great to have this merged.
Sir, I couldn't install HSMM-Pi on pi with latest version raspbain. after following all installation steps in GitHub then I couldn't access to the hsmm-pi web app? it showed an error that server not found. Cloud you please help me with? |
Code modified to add Direct Mode option to LAN mode, as well as NAT. This is heavily used in Linksys applications in the UK. IP address and DHCP start/end suggested from LAN adapter MAC address, in similar way to WiFi. Also OLSR status link to status page. Adding DHCP reservations to OLSR, though as yet no GUI to do it. Instead you create your own /etc/ethers file. This allows propagation of the node name of a connected device, if required.
Reservations GUI will follow.