In this project, we created our own Pushover application that sends alerts to a waiting Android app, but there are other ways to interact with Pushover. There are apps for Android, iOS, Chrome, Firefox, and Safari. We tested the Chrome application, which can be installed from https://pushover.net/clients, and it worked flawlessly.
There’s also a dedicated system tray application that works pretty well with Pushover. The unofficial Pullover application is useful for receiving the alerts from our device, but sadly it can’t display images. That said, the app is handy for receiving text alerts—for example, remote sensor triggers, such as temperature, pressure, and light levels. Pullover can be found at https://github.com/cgrossde/Pullover, and it works with Linux, Mac, and Windows devices.
Pushover has an extensive API (application programming interface) that enables us…