/blynk-speed

Monitor your download and upload speed within blynk

Primary LanguageJavaScript

Blynk Speed Tester (Node.js)

I created this application to monitor my speed (download and upload). This app is running on my Raspberry Pi and is sending the values to my own blynk server.

Install your own blynk server using my docker image

Install node dependencies

// install node dependencies
yarn

// create .env file and add your server + token
cp .env.example .env

Run

node index.js

PM2

pm2 start pm2.json

Screenshot Blynk dashboard


Useful Blynk usage


License

MIT License - 2018 - Dominic Kolbe