This repository has been archived by the owner on Oct 12, 2023. It is now read-only.
Azure IoT Gateway SDK
- Build the gateway library as a DLL/SO (by default, static library still available)
- Merge pull requests #76 and #82 from @anhashia (updates to Node.js sample README)
- Shallow-clone the Node.js repo in build_nodejs.sh/.cmd
- Document that JSON config file must be ASCII or UTF-8
- Fix leak in Node.js binding when copying message contents
- Update documentation to address #89
- Fix bugs #71 and #73 by propagating toolchain information to dependencies in CMake
- Fix bug #69 by updating references to submodules where Unicode chars were removed from source comments
- Update Java sample JSON files to include a binding.path
- Feature GZip Compression module in our README