Wi-Fi-Access-Point-and-Station-Mode
Wi-Fi-Access-Point-and-Station-Mode copied to clipboard
Easily start and stop using your Raspberry Pi as a wireless access point
updates: - [github.com/pre-commit/pre-commit-hooks: v4.3.0 → v5.0.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.3.0...v5.0.0) - [github.com/shellcheck-py/shellcheck-py: v0.8.0.4 → v0.10.0.1](https://github.com/shellcheck-py/shellcheck-py/compare/v0.8.0.4...v0.10.0.1) - https://github.com/pre-commit/mirrors-autopep8 → https://github.com/hhatto/autopep8 - [github.com/hhatto/autopep8: v1.6.0 → v2.3.1](https://github.com/hhatto/autopep8/compare/v1.6.0...v2.3.1)
Implement the steps mentioned [here](https://zamkblog.wordpress.com/2018/09/18/wifi-to-wifi-routing-on-raspberry-pi/) to forward an internet connection (wired/wireless) to the AP.
For the debian packaged version - each device should broadcast unique SSID so a device can be connected directly (as opposed to all of them broadcasting the same SSID which...
Descriptions are no longer accurate since #27.
Sometimes `isc-dhcp-server.service` will report it started successfully, but going through the logs, it will report errors that need to be fixed. Otherwise, the dhcp server won't lease IPs. ``` pi@pi-top:~...
The existing configuration is backed up when `wifi-ap-sta` starts and restored when it stops, but in case of a shutdown, the original configuration will be overwritten when `wifi-ap-sta` starts again....
- Improve how we remove the static ip setting from `/etc/dhcpcd.conf` - Improve how we add/remove the space-separated list variable in `/etc/default/isc-dhcp-server` - Wrap additions with tags. eg: ``` #[pi-topOS...