Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Initial release of the Candle hotspot addon. It is part of the Candle research for 2021. Work on this addon has been made possible by the generous support of the SIDN Foundation (https://www.sidnfonds.nl/excerpt)
This addon is only available for the Raspberry Pi.
With this addon the gateway will have:
It has been working flawlessly for months now. I also just tested it on a fresh gateway install, and it worked there too. Still, there a 90 second delay before the addon starts, just to be absolutely sure that the addon couldn't keep a user out of their system accidentally. In that period the user can use the interface to cancel the addon's launch (or just disable the addon in settings). It should be ample time to fix any issues if they somehow crop up. But as I said, it has been working very well here.
The next version will enable additional privacy protections, so that information about the connections made by laptops and mobile phones will be hidden.
I've made a lot of effort to make sure the addon is as safe to use as possible. Yes, this addon uses sudo internally in order to create an additional virtual network interface and launch hostapd. But it doesn't install anything onto the system, and it doesn't permanently change any settings of the host system. If a user removes the addon and reboots, it will be as if it had never been installed. Figuring out how to do this literally took weeks.