juliandittmann / AL.TheThingsStackSDK

An extension for Microsoft 365 Business Central which provides API access to The Things Stack.

Home Page:https://juliandittmann.github.io/AL.TheThingsStackSDK/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

An extension for Microsoft 365 Business Central which provides API access to The Things Stack.

https://juliandittmann.github.io/AL.TheThingsStackSDK/

License:MIT License


Languages

Language:AL 99.7%Language:Perl 0.3%