diff --git a/README.md b/README.md index 1166221..c37e533 100644 --- a/README.md +++ b/README.md @@ -96,7 +96,8 @@ openssl x509 -in cert.pem -out cert.der -outform DER ## Useful links -* [senml-micropython](https://github.com/kpn-iot/senml-micropython-library) +* [micropython-senml library](https://github.com/micropython/micropython-lib/tree/master/micropython/senml) +* [micropython-cbor2 library](https://github.com/micropython/micropython-lib/tree/master/python-ecosys/cbor2) * [m2crypto](https://github.com/m2crypto/m2crypto) * [umqtt.simple](https://github.com/micropython/micropython-lib/tree/master/micropython/umqtt.simple) * [openssl docs/man](https://www.openssl.org/docs/man1.0.2/man3/) diff --git a/arduino_iot_cloud/ucloud.py b/arduino_iot_cloud/ucloud.py index d0cde91..ee5b95b 100644 --- a/arduino_iot_cloud/ucloud.py +++ b/arduino_iot_cloud/ucloud.py @@ -6,8 +6,8 @@ import time import logging -from kpn_senml import SenmlPack -from kpn_senml import SenmlRecord +from senml import SenmlPack +from senml import SenmlRecord from arduino_iot_cloud.umqtt import MQTTClient try: