modulepackage
0.0.0-20240830122703-c345a2536f28
Repository: https://github.com/danesparza/iot-wifi-setup.git
Documentation: pkg.go.dev
# README
iot-wifi-setup 
Present a wifi AP to get connected to local wifi network and then hand-off to your app. This uses Network Manager (available in newer versions of Raspberry Pi OS and Linux)
Installation
Prerequisites
Install Raspberry Pi OS. For best results, use the Raspberry Pi imager and pick 'Raspberry Pi OS (other)' and then 'Raspberry Pi OS Lite (64-bit)'.
Install the package repo (you only need to do this once per machine)
wget https://packages.cagedtornado.com/prereq.sh -O - | sh
Package installation
Install the package
sudo apt install iot-wifi-setup
Using
Access the service using port 3070
by default.
There is both an API for iot-wifi-setup so you can integrate with various app types (documentation: http://<yourmachine>:3070/swagger
)
and a simple web based UI located at http://<yourmachine>:3070/
# Packages
No description provided by the author
No description provided by the author
Package docs Code generated by swaggo/swag.
No description provided by the author
The version package provides a location to set the release versions for all packages to consume, without creating import cycles.