Skip to content
This repository has been archived by the owner on Sep 24, 2022. It is now read-only.

Latest commit

 

History

History
41 lines (22 loc) · 1.63 KB

README.md

File metadata and controls

41 lines (22 loc) · 1.63 KB

Current

AL.TheThingsStackSDK for Dynamics 365 Business Central

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

What is The Things Stack?

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

App Packages (Preview)

There are download links to the latest app packages.

Links:

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

License

MIT

See License for full license text.