ALoRa icon indicating copy to clipboard operation
ALoRa copied to clipboard

C# Client for The Things Network LoraWAN Applications

Results 7 ALoRa issues
Sort by recently updated
recently updated
newest added

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 10.0.2 to 13.0.2. Release notes Sourced from Newtonsoft.Json's releases. 13.0.2 New feature - Add support for DateOnly and TimeOnly New feature - Add UnixDateTimeConverter.AllowPreEpoch property New feature...

dependencies

The project currently only supports .NET Framework 4.52. This commit updates the project files to target multiple platforms, specifically .NET 4.72 and .NET 5.0.

Thanks for creating this library! The sample code is very simple, but I didn't receive any messages. I'm new to TTN and LoRaWAN, got access to a test account with...

Hi Ekwus, I have been running your Alora code for a while now, and it have been working OK. Lately I have several crashes, and I cant fix it. Do...

Hi I tried your Alora , unfortunately the provided sample code stops executing when new data from TTN arrives. Error message "Your app has entered a break state, but there...

Currently the library only receives messages from devices. It would be nice to be able to send control type messages back to devices. Required: * Ability to Download messages to...

Add the ability to Publish a message using the library so it can be used on the device side as well as the backend. Required: * Create a local TTNDevice...