/blynk-ping

Monitor your ping within blynk

Primary LanguageJavaScript

Blynk Ping Tester (Node.js)

I created this application to monitor my local ping. 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