2025-07-26 13:44:48 +05:30
|
|
|
# Aperture
|
|
|
|
|
|
2025-07-26 14:24:29 +05:30
|
|
|
Rogue access point with an Xtensa ESP8266.
|
|
|
|
|
|
2025-07-26 13:44:48 +05:30
|
|
|
## Getting started
|
|
|
|
|
|
2025-07-26 14:24:29 +05:30
|
|
|
- Install platformio
|
|
|
|
|
- Configure the access point details in `./data/config.ini`
|
|
|
|
|
- Run the following in the project directory
|
2025-07-26 13:44:48 +05:30
|
|
|
|
|
|
|
|
``` sh
|
|
|
|
|
pio run --target upload
|
|
|
|
|
pio run --target uploadfs
|
|
|
|
|
```
|