/MQTT-Web-Terminal

Bring any Linux device/server to the web, whenever they have public ip or not

Primary LanguagePython

MQTT-Web-Terminal

Bring any Linux device/server to the web, whenever they have public ip or not

Config

Modify app.js and main.py

On Raspberry PI

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

python3 main.py

On your PC

npm install
npm run test

Web Terminal

open http://127.0.0.1:8000

Reference