Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/thinger-io/sigfox-plugin

Sigfox Plugin Integration
https://github.com/thinger-io/sigfox-plugin

Last synced: 5 days ago
JSON representation

Sigfox Plugin Integration

Awesome Lists containing this project

README

        

## Sigfox

Thinger.io plugin for handling Sigfox integration.

### Plugin features

* Auto device and buckets provisioning. It can create new devices and data buckets for all new devices sending data to the Sigfox network.
* Insert new data points in the corresponding data bucket.
* Update device location in the console if "latitude" and "longitude" fields are set in the callback call.

### Sigfox Integration

It is mandatory to send the device in the callback payload. Other optional values are signal or location information extracted from Sigfox.

```json
{
"device" : "{device}",
"snr" : {snr},
"rssi" : {rssi},
"station": "{station}",
"latitude": {lat},
"longitude": {lng},
"temperature" : {customData#temp},
"humidity" : {customData#hum}
}
```