Android push notifications for local network API server.
Report Bug
·
Request Feature
Table of Contents
This app is meant to assist in the utility of local IOT devices. Using no 3rd party servers, so long as your IOT device is able to send a POST request to an api server you should be able to receive notifications on your phone while on your local network.
Use Cases:
- Getting alerts to certain IOT devices without needing to pay for proprietry 3rd party servers to recieve push notifications
- Enabling push notifications on homemade IOT devices
- Receiving push notifications from the API of some other service
What you will need:
- An API server on your local network
- An IOT type device with the ability to send a POST request
- An Android with 13.0
This is a general setup for how to get utility from the application.
- Download python API server script
- Configure the script to return receive POST data from your IOT device(s)
- Configure the script to return desired data when GET request is made
- Run the script on a network device (ideally this is a device that remains continuously on e.g. PiHole, OpenWRT Router)
- Ensure the aforementioned network device has a static ip
- Install the latest version of LocalNotifications from releases
Use this space to show useful examples of how a project can be used. Additional screenshots, code examples and demos work well in this space. You may also link to more resources.
For more examples, please refer to the Documentation
- Add Changelog
- Add Custom Repeat Intervals
- Add Comparators for the values check of the notifications
See the open issues for a full list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the GPL 3.0 License. See LICENSE.txt
for more information.