Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thinger-io/ttn-plugin
Thinger.io plugin for handling The Things Network integration
https://github.com/thinger-io/ttn-plugin
Last synced: 2 months ago
JSON representation
Thinger.io plugin for handling The Things Network integration
- Host: GitHub
- URL: https://github.com/thinger-io/ttn-plugin
- Owner: thinger-io
- License: mit
- Created: 2019-03-23T20:42:02.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T22:20:09.000Z (about 2 years ago)
- Last Synced: 2023-02-28T02:08:18.914Z (almost 2 years ago)
- Language: JavaScript
- Homepage:
- Size: 186 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# The Things Network
Thinger.io plugin for handling TTN (The Things Network) integration.
# Plugin features
* Automatic device and bucket provisioning for new devices included in a TTN application. It is no required additional configuration to start working with TTN data inside Thinger.io.
* Store device metadata based on TTN information, like device location, signal quality, hardware serial, etc.
* Store device data automatically in data buckets so it can be easily used from the console.
* Provide support por defining custom uplink callbacks on NodeJS to process payload_raw or payload_fields provided by the TNT Integration.
* Provide support for defining custom downlink callbacks on NodeJS, so it is possible to configure donwlink data in an user-friendly format (JSON), and then convert it to payload_raw or payload_fields, as required by TTN network.# Screenshots
# Documentation
Check the plugin [documentation](https://docs.thinger.io/plugins/the-things-network) for more information.