About
This project like most was made out of a necessity I had and thought others might find it useful.
The issue I've run into a few times is having smaller devices/programs that need to be controlled remotely, or need to have webhooks or other data sent to them. Setting up a server sometimes isn't viable for a few reasons: networking, CPU/memory limits, or security... solution tends to be setting up a command and control server that then responds with commands to the smaller devices but that's an extra server to run a little program.
As an example, I recently made an alarm system that needed to receive SMS messages via telnyx, since the alarm system is running on an esp32 running a web server that's public-facing isn't the best idea. I needed the alarm to GET webhooks so it wasn't open to the public, a temporary storage for webhooks seemed like the simplest solution.
To do
Features or fixes currently working on or aware of:
- Make contact forum or GitHub repo to report issues or suggest features, for now, please email anything to [email protected]