Skip to content
/ ccq Public

A simple REST API to query WiFi connection parameters from Ubiquity's AirOS version 4.0.3

License

Notifications You must be signed in to change notification settings

spikehip/ccq

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ccq

Build Status

A simple REST API to query WiFi connection parameters from Ubiquity's AirOS version 4.0.3

building and running

building and running the rest api

cd api 
npm i 
node index.js

building and running the client

cd web-client
npm -g install @oracle/ojet-cli
npm i
ojet serve

running using the docker images

docker run --rm -p 8080:8080 -ti spikehip/airos-4-rest:28 
docker run --rm -p 10080:80 -ti spikehip/airos-4-client:28

REST API

  • GET /api/ccq
  • GET /api/rx_rate
  • GET /api/tx_rate
  • GET /api/signal

[..]

web client

screenshot of client