Skip to content

Commit 129cf93

Browse files
committed
ucloud: Update senml module name.
1 parent 5bd024d commit 129cf93

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,8 @@ openssl x509 -in cert.pem -out cert.der -outform DER
9696

9797
## Useful links
9898

99-
* [senml-micropython](https://github.com/kpn-iot/senml-micropython-library)
99+
* [micropython-senml library](https://github.com/micropython/micropython-lib/tree/master/micropython/senml)
100+
* [micropython-cbor2 library](https://github.com/micropython/micropython-lib/tree/master/python-ecosys/cbor2)
100101
* [m2crypto](https://github.com/m2crypto/m2crypto)
101102
* [umqtt.simple](https://github.com/micropython/micropython-lib/tree/master/micropython/umqtt.simple)
102103
* [openssl docs/man](https://www.openssl.org/docs/man1.0.2/man3/)

arduino_iot_cloud/ucloud.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66

77
import time
88
import logging
9-
from kpn_senml import SenmlPack
10-
from kpn_senml import SenmlRecord
9+
from senml import SenmlPack
10+
from senml import SenmlRecord
1111
from arduino_iot_cloud.umqtt import MQTTClient
1212

1313
try:

0 commit comments

Comments
 (0)