File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -96,7 +96,8 @@ openssl x509 -in cert.pem -out cert.der -outform DER
96
96
97
97
## Useful links
98
98
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 )
100
101
* [ m2crypto] ( https://github.com/m2crypto/m2crypto )
101
102
* [ umqtt.simple] ( https://github.com/micropython/micropython-lib/tree/master/micropython/umqtt.simple )
102
103
* [ openssl docs/man] ( https://www.openssl.org/docs/man1.0.2/man3/ )
Original file line number Diff line number Diff line change 6
6
7
7
import time
8
8
import logging
9
- from kpn_senml import SenmlPack
10
- from kpn_senml import SenmlRecord
9
+ from senml import SenmlPack
10
+ from senml import SenmlRecord
11
11
from arduino_iot_cloud .umqtt import MQTTClient
12
12
13
13
try :
You can’t perform that action at this time.
0 commit comments