Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hubmartin/bch-sigfox-wind-station

Receiver script from Sigfox backend to ThingSpeak
https://github.com/hubmartin/bch-sigfox-wind-station

Last synced: about 1 month ago
JSON representation

Receiver script from Sigfox backend to ThingSpeak

Awesome Lists containing this project

README

        

## Receiver script from Sigfox backend to ThingSpeak

see the counterpart project bcf-sigfox-wind-station

```
pip install -r requirements.txt
python main.py
```

If you would like to test POST request

```
curl -X POST http://localhost:5000 -d "{\"data\": \"01000200\"}" -H"Content-Type: application/json"
```