A node service that ping a device with arping and send a mqtt message when the divice turns online or offline.
- A MQTT Broker is running (https://mosquitto.org/)
- Arping installed
npm install
cp .env.example .env
then adjustnpm run start
ornpm run start:dev