Azure / azure-iot-hub-node

Azure IoT Hub Data Plane Node SDK
MIT License
2 stars 9 forks source link

Move shared code from device sdk repo into service sdk repo #17

Closed BertKleewein closed 1 year ago

BertKleewein commented 1 year ago

Instead of sharing the azure-iot-common, azure-iot-amqp-base, and azure-iot-http-base , it will be cleaner if the code from these libraries is inserted directly into the azure-iothub library. This PR is a straight copy of the source and tests for those modules, with imports fixed up.