microgear-csharp is a client library for C# The library is used to connect application code or hardware with the NETPIE Platform's service for developing IoT applications. For more details on the NETPIE Platform, please visit https://netpie.io
IPWorks IoT is a suite of components aimed at providing lightweight yet fully-featured implementations of protocols used by the Internet of Things
Before using the product a valid license must be obtained from one of the URLs below.
- 30-day Trial: https://www.nsoftware.com/trial/IONHA
- Full...
More information
An integration SDK that communicates with the YooniK Biometric In Things API.
With all of its endpoints covered and abstracted to provide an smooth experience.
Skylark is a collection of tools and resources that can help with developing .NET projects. It is designed to be lightweight, easy to use, and not too complicated or resource-intensive. It can be useful for developers who are new to .NET or who want to quickly set up a new project without having to...
More information
Allows super easy sign up and message receiving from Azure Iot Hub.
Two lines of code requried:
var suh = new SignUpHelper(connString);
suh.OnIotHubMessageReceived += Suh_OnIotHubMessageReceived1;
DeviceId is generated automatically, however you can provide one as well.