Awesome
flespi.io usage examples
http stream receiver
More info about http streams: https://flespi.com/kb/stream-forward-data-from-gateway
In short:
- create a stream in flespi platform, using
http
as configuration and something likehttp://your-server:port/path-on-server
as uri parameter - subscribe created stream to items you need
- deploy one of examples listed above on your server or VPS
- configure your example to listen on
your-server:port
network endpoint and to handle a/path-on-server
uri - flespi platform will constantly deliver a batch of messages to your deployment
Contributing
If you have cool examples of flespi API usage or have time and zeal to write examples on your preferred language, you are welcome to contribute by making a pull request.