Skip to content

hanidaoud/Ecosync-

Repository files navigation

ESP32 API

  • AP IP address: 192.168.4.1
  • Port: 80 (http)
  • / Serves SPIFFS files
  • /scan
{
    "others": [
        {
            "text":"imed wifi",
            "sigStrength":"2",
            "select":"0"
        },
        {
            "text":"Honor 6X",
            "sigStrength":"1",
            "select":"0"
        },
        {
            "text":"HUAWEI-B5328-206D",
            "sigStrength":"1",
            "select":"0"
        }
    ]
}

Esp32 web interface

  1. Install dependencies
npm i
# or:
bun i
  1. Build SPA
npm run build
# or:
bun run build
  1. Copy dist files
cp -r dist/* site-serv/data
  1. Upload site-serv/data to SPIFFS partition
  • Wifi scan interface

MIUI like interface

wifi wifi

Backend

RESTful api (Rust using actix framework)

SQL DB (Mysql/Mariadb)

db

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors