The Things Network Plugin Version 1.0.0
We are pleased to announce the official TTN Plugin for Thinger.io.
This release deploys a self-managed Docker service that exposes a dedicated API for processing webhook traffic from The Things Network and translating it into native Thinger (ready-configured) resources.
Key functionality
-
One-click provisioning
Installs a fully-configured Service, ready to use along a prebuilt product plugin, such as the Dragino LT22222L. -
Managed Docker runtime
The connector runs as a Thinger Service; logs, health checks, restart policies, and image updates are handled through the standard Services panel. -
Webhook plugin for TTN
A ready-to-use TTN integration (thinger-webhook
) is published in the TTN Console.
Users simply select the webhook template, and start streaming data with no manual JSON transformations required. -
Payload parsing & resource mapping
Uplink messages (v3uplink_message
format) are parsed by the connector API and mapped to Thinger device resources. Downlink acknowledgements and join events can also be captured. -
Secure downlink endpoint
Every device inherits adownlink
resource that invokes the connector’s REST API to enqueue messages back to TTN, respecting FPort, confirmation flags, and payload length limits.