File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Arduino IoT Cloud Micro/Python client ☁️🐍☁️
2
2
Arduino IoT cloud client for Python and MicroPython.
3
3
4
- ## Testing on Linux
4
+ ## Testing on CPython/ Linux
5
5
If a crypto device is available, the following steps can be skipped, otherwise Arduino IoT cloud can be tested on Linux using SoftHSM.
6
6
7
7
#### Create softhsm token
@@ -42,7 +42,7 @@ When done with the token it can be deleted with the following command:
42
42
softhsm2-util --delete-token --token " arduino"
43
43
```
44
44
45
- ### Run the example script
45
+ #### Run the example script
46
46
* Set ` KEY_PATH ` , ` CERT_PATH ` , ` DEVICE_ID ` , ` THING_ID ` in ` example.py ` .
47
47
* Provide a CA certificate in a ` ca-root.pem ` file or set ` CA_PATH ` to ` None ` if it's not used.
48
48
* Override the default ` pin ` and provide ` ENGINE_PATH ` and ` MODULE_PATH ` in ` ssl_params ` if needed.
@@ -61,10 +61,9 @@ openssl ec -in key.pem -out key.der -outform DER
61
61
openssl x509 -in cert.pem -out cert.der -outform DER
62
62
```
63
63
64
- ### Run the MicroPython example script
64
+ #### Run the MicroPython example script
65
65
* Set ` KEY_PATH ` , ` CERT_PATH ` , to key and certificate DER paths respectively.
66
66
* run ` examples/micropython.py `
67
- ```
68
67
69
68
## Useful links
70
69
You can’t perform that action at this time.
0 commit comments