Skip to content
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.

Azure IoT Gateway SDK

Compare
Choose a tag to compare
@aribeironovaes aribeironovaes released this 03 Apr 02:07
· 185 commits to master since this release

New Features

Out of process modules for Azure IoT Gateway
Added capability to have a .NET Core Managed Gateway loading .NET Core modules (Including sample)
Java Out of process modules
Re-implement Node.js binding using libuv async
Build gateway SDK for macOS (Core C Components and the Java Binding)
New Gateway_UpdateFromJson api, which enables to dynamically create Modules, Loaders and Links from JSON Content.

Changes/Bug Fixes

Fixed issue with .NET Core binding on a gateway running on Windows 32-bit.
Building .NET Core as "Any CPU" instead of specific architecture.
Updated .NET Core version for 1.1.1.
Fix .NET Core CLR Path Parser on Json.
Cleanup of warnings and errors after enabling compiler secure flags and compiler warnings.
Update Windows instructions in devbox setup.