Skip to content

fujiwara-e/Qrdia

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Qrdia

A comprehensive IoT device management system

Quick Start

Using Docker (Recommended)

Prerequisites

Setup

  1. Clone the repository.

  2. Run DPPCore-hostapd

    sudo systemctl start hostapd-local.service
    
  3. Run the following command in the project root directory:

    docker compose up

The web interface will be available at http://localhost:3000


Manual Setup

Prerequisites

  • Node.js 18+ (for frontend)
  • Python 3.7+ (for backend and CLI)

Frontend Setup

cd frontend
npm install
npm run dev

The web interface will be available at http://localhost:3000

Backend Setup

cd backend
python -m venv myenv
source myenv/bin/activate
pip install -r requirements.txt
python main.py

The API server will run on http://localhost:8000

CLI Setup

cd cli
pip install -e .
provisioning-cli <interface> <command>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors