Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/hubmartin/bch-sigfox-wind-station
- Owner: hubmartin
- Created: 2017-10-24T19:45:15.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-10-24T19:46:20.000Z (over 7 years ago)
- Last Synced: 2024-10-28T09:35:49.072Z (3 months ago)
- Language: Python
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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"
```