This repository has been archived by the owner on Oct 12, 2023. It is now read-only.
Azure IoT Gateway SDK Beta
Pre-release
Pre-release
aribeironovaes
released this
06 Oct 21:21
·
549 commits
to master
since this release
Azure IoT Gateway SDK Beta
New Features:
- BREAKING CHANGE - Changed signature from
MODULE_APIS* apis Module_GetAPIS()
tovoid Module_GetAPIS(MODULE_APIS* apis)
- Added one more Module Api (Start) to inform modules when Gateway is ready to send/receive messages
- The AddLink/RemoveLink functions now report GATEWAY_MODULE_LIST_CHANGED event
- Gateway_LL_Start reports a GATEWAY_STARTED event
- Added user context to Gateway callbacks
- Add --toolchain-file parameter to build.sh for cross-compiling
- Provide Dockerfile for easier repeatable linux tests
- Add an Azure Functions Module
Bug Fixes:
- configuration_json can be NULL
- Add tests to add the same node.js module twice
- Gateway builds with GCC 4.4
- Hello World Sample releases Lock