A comprehensive IoT device management system
- Docker
- Docker Compose
- DPPCore-hostap
- hostapd is available using DPPCore-hostapd
- see [https://github.com/nomlab/DPPCore-hostap/tree/DPPCore]
-
Clone the repository.
-
Run DPPCore-hostapd
sudo systemctl start hostapd-local.service -
Run the following command in the project root directory:
docker compose up
The web interface will be available at http://localhost:3000
- Node.js 18+ (for frontend)
- Python 3.7+ (for backend and CLI)
cd frontend
npm install
npm run devThe web interface will be available at http://localhost:3000
cd backend
python -m venv myenv
source myenv/bin/activate
pip install -r requirements.txt
python main.pyThe API server will run on http://localhost:8000
cd cli
pip install -e .
provisioning-cli <interface> <command>