This is a SDK which provides API access to The Things Stack. Take a look at the Getting Started documentation. The Things Stack SDK provides the following functionality:
- GetApplications
- GetDevices
- GetGateways
- GetStoredApplicationUp
The Things Stack is an enterprise grade LoRaWAN network server, built on an open source core. The Things Stack allows you to build and manage LoRaWAN networks on your own hardware or in the cloud. Reference: here
There are download links to the latest app packages.
Links:
-
App: https://juliandittmann.blob.core.windows.net/al-thethingsstacksdk-preview/latest/apps.zip
-
Runtimepackages: https://juliandittmann.blob.core.windows.net/al-thethingsstacksdk-preview/latest/runtimepackages.zip
-
Testapp & Demo App: https://juliandittmann.blob.core.windows.net/al-thethingsstacksdk-preview/latest/testapps.zip
Install via BCContainerhelper:
PS> Publish-BcContainerApp -containerName $containername -appFile "https://juliandittmann.blob.core.windows.net/al-thethingsstacksdk-preview/latest/apps.zip" -sync -install
Note: To get previous versions replace "latest" with the version.
Example: */latest/apps.zip -> */20.0.20.0/apps.zip
MIT
See License for full license text.