Skip to content

Host a Improv wifi provisioning server

License

Notifications You must be signed in to change notification settings

DynamicDevices/pyImprov

 
 

Repository files navigation

pyImprov

POC implementation of the Improv-wifi protocol in python3.10

Installation

pyImprov is available through pypi:

pip install pyImprov

To run from this folder

pip install venv
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt

You can then run the example with

python3 example.py

About

Host a Improv wifi provisioning server

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%