-
-
Notifications
You must be signed in to change notification settings - Fork 4
Comparing changes
Open a pull request
base repository: arduino/arduino-iot-cloud-py
base: v0.0.1
head repository: arduino/arduino-iot-cloud-py
compare: main
Commits on Sep 21, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 3c91544 - Browse repository at this point
Copy the full SHA 3c91544View commit details -
Configuration menu - View commit details
-
Copy full SHA for c77bffb - Browse repository at this point
Copy the full SHA c77bffbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 808c9ae - Browse repository at this point
Copy the full SHA 808c9aeView commit details -
Configuration menu - View commit details
-
Copy full SHA for b0b7008 - Browse repository at this point
Copy the full SHA b0b7008View commit details -
Configuration menu - View commit details
-
Copy full SHA for b3bd566 - Browse repository at this point
Copy the full SHA b3bd566View commit details -
Merge pull request #5 from bcmi-labs/rename_package
all: Rename python package.
Configuration menu - View commit details
-
Copy full SHA for 57cabc1 - Browse repository at this point
Copy the full SHA 57cabc1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8fb2414 - Browse repository at this point
Copy the full SHA 8fb2414View commit details -
Merge pull request #6 from bcmi-labs/mp_cloud_fix
ucloud: Fix set/get attr to work with MicroPython.
Configuration menu - View commit details
-
Copy full SHA for a792db4 - Browse repository at this point
Copy the full SHA a792db4View commit details
Commits on Sep 22, 2022
-
Configuration menu - View commit details
-
Copy full SHA for ee3a75c - Browse repository at this point
Copy the full SHA ee3a75cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6d59644 - Browse repository at this point
Copy the full SHA 6d59644View commit details -
Merge pull request #7 from bcmi-labs/mp_fix
ucloud: Fix set/get attr compatibility issue with CPython/MicroPython.
Configuration menu - View commit details
-
Copy full SHA for e0df7b1 - Browse repository at this point
Copy the full SHA e0df7b1View commit details -
ucloud: Simplify the build_dict and add_to_pack logic.
* Add arg to set if records are added to a pack to be pushed to or updated from the cloud. * When adding records to be pushed to the cloud, only initialized records are added. When adding records to be updated from the cloud, uninitialized records are allowed to be initialized from the cloud.
Configuration menu - View commit details
-
Copy full SHA for 030f950 - Browse repository at this point
Copy the full SHA 030f950View commit details -
Merge pull request #8 from bcmi-labs/add_to_pack
ucloud: Simplify the build_dict and add_to_pack logic.
Configuration menu - View commit details
-
Copy full SHA for a83c58a - Browse repository at this point
Copy the full SHA a83c58aView commit details -
ucloud: Fix default ssl_params value.
* The ssl_params default value can't be None.
Configuration menu - View commit details
-
Copy full SHA for 4fcd055 - Browse repository at this point
Copy the full SHA 4fcd055View commit details -
Merge pull request #9 from bcmi-labs/ssl_params_fix
ucloud: Fix default ssl_params value.
Configuration menu - View commit details
-
Copy full SHA for 1fd5139 - Browse repository at this point
Copy the full SHA 1fd5139View commit details
Commits on Sep 23, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 42e80f1 - Browse repository at this point
Copy the full SHA 42e80f1View commit details -
Merge pull request #10 from bcmi-labs/cloudinit
ucloud: Allow None sub-records in init values.
Configuration menu - View commit details
-
Copy full SHA for b500d96 - Browse repository at this point
Copy the full SHA b500d96View commit details -
Configuration menu - View commit details
-
Copy full SHA for 816a86f - Browse repository at this point
Copy the full SHA 816a86fView commit details -
Merge pull request #11 from bcmi-labs/logging_levels
ucloud: Update logging messages and levels.
Configuration menu - View commit details
-
Copy full SHA for cae015d - Browse repository at this point
Copy the full SHA cae015dView commit details
Commits on Sep 24, 2022
-
ucloud: Fix compatibility with MicroPython.
* Fix AIOTObject set/get attr to work with both CPython and MicroPython. * Workaround uasyncio task not having an exception() function.
Configuration menu - View commit details
-
Copy full SHA for 6262516 - Browse repository at this point
Copy the full SHA 6262516View commit details -
Merge pull request #12 from bcmi-labs/compat
ucloud: Fix compatibility with MicroPython.
Configuration menu - View commit details
-
Copy full SHA for 7e73472 - Browse repository at this point
Copy the full SHA 7e73472View commit details
Commits on Sep 26, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 4adc0ae - Browse repository at this point
Copy the full SHA 4adc0aeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1fee2af - Browse repository at this point
Copy the full SHA 1fee2afView commit details -
Merge pull request #14 from bcmi-labs/load_creds
ucloud: Support loading DER key/cert from path passed in ssl_params.
Configuration menu - View commit details
-
Copy full SHA for 87b75b0 - Browse repository at this point
Copy the full SHA 87b75b0View commit details -
Merge pull request #13 from bcmi-labs/examples
examples: Add separate example for MicroPython.
Configuration menu - View commit details
-
Copy full SHA for efc6593 - Browse repository at this point
Copy the full SHA efc6593View commit details -
Configuration menu - View commit details
-
Copy full SHA for 57be1ab - Browse repository at this point
Copy the full SHA 57be1abView commit details -
Configuration menu - View commit details
-
Copy full SHA for bc12dca - Browse repository at this point
Copy the full SHA bc12dcaView commit details -
umqtt: Check if socket is None before trying to close it.
* If connect fails at resolving the address, sock can be None.
Configuration menu - View commit details
-
Copy full SHA for 67dcdb3 - Browse repository at this point
Copy the full SHA 67dcdb3View commit details -
Merge pull request #15 from bcmi-labs/umqtt_sock_error
umqtt: Check if socket is None before trying to close it.
Configuration menu - View commit details
-
Copy full SHA for e19674a - Browse repository at this point
Copy the full SHA e19674aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7e00d36 - Browse repository at this point
Copy the full SHA 7e00d36View commit details
Commits on Sep 27, 2022
-
Merge pull request #16 from pennam/username-pwd-params
example: Add server and port parameters to connect using username and password
Configuration menu - View commit details
-
Copy full SHA for d6b9d52 - Browse repository at this point
Copy the full SHA d6b9d52View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4c817cc - Browse repository at this point
Copy the full SHA 4c817ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1c2a942 - Browse repository at this point
Copy the full SHA 1c2a942View commit details -
Merge pull request #17 from bcmi-labs/default_servers
ucloud: Set default server/port based on auth type.
Configuration menu - View commit details
-
Copy full SHA for 743dace - Browse repository at this point
Copy the full SHA 743daceView commit details -
Configuration menu - View commit details
-
Copy full SHA for e29c2a1 - Browse repository at this point
Copy the full SHA e29c2a1View commit details -
Merge pull request #18 from bcmi-labs/prod_server
ucloud: Switch default servers URL to production servers.
Configuration menu - View commit details
-
Copy full SHA for da9d804 - Browse repository at this point
Copy the full SHA da9d804View commit details
Commits on Sep 28, 2022
-
ucloud: Set updated flag on update and init to push the initial values.
* Set the updated flag on updates and on initialization to push the initialized non-period variables to the cloud at least once.
Configuration menu - View commit details
-
Copy full SHA for 0262de3 - Browse repository at this point
Copy the full SHA 0262de3View commit details -
Merge pull request #19 from bcmi-labs/cloud_init_update
ucloud: Set updated flag on update and init to push the initial values.
Configuration menu - View commit details
-
Copy full SHA for be3ab01 - Browse repository at this point
Copy the full SHA be3ab01View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c04410 - Browse repository at this point
Copy the full SHA 5c04410View commit details -
Merge pull request #20 from bcmi-labs/update_devid
examples: Update device ID.
Configuration menu - View commit details
-
Copy full SHA for 9eaf104 - Browse repository at this point
Copy the full SHA 9eaf104View commit details
Commits on Oct 5, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 34e18d3 - Browse repository at this point
Copy the full SHA 34e18d3View commit details -
Merge pull request #21 from bcmi-labs/qos_update
ucloud: Update QoS settings.
Configuration menu - View commit details
-
Copy full SHA for b29de44 - Browse repository at this point
Copy the full SHA b29de44View commit details -
Configuration menu - View commit details
-
Copy full SHA for d5b69d1 - Browse repository at this point
Copy the full SHA d5b69d1View commit details -
Merge pull request #22 from bcmi-labs/devtopic_qos
ucloud: Subscribe to device topic with QoS 1.
Configuration menu - View commit details
-
Copy full SHA for 522e3a4 - Browse repository at this point
Copy the full SHA 522e3a4View commit details
Commits on Oct 8, 2022
-
ucloud: Load root CA file from DER for MicroPython.
* MicroPython now supports verifying root CA, passed as binary blob in cadata.
Configuration menu - View commit details
-
Copy full SHA for 449bd65 - Browse repository at this point
Copy the full SHA 449bd65View commit details -
Merge pull request #23 from bcmi-labs/ca_root
ucloud: Load root CA file from DER for MicroPython.
Configuration menu - View commit details
-
Copy full SHA for dc82433 - Browse repository at this point
Copy the full SHA dc82433View commit details
Commits on Oct 11, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 269ca41 - Browse repository at this point
Copy the full SHA 269ca41View commit details -
Merge pull request #24 from bcmi-labs/mp_example
examples: Update MicroPython example device ID.
Configuration menu - View commit details
-
Copy full SHA for bcaa0df - Browse repository at this point
Copy the full SHA bcaa0dfView commit details
Commits on Oct 12, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 144b5bf - Browse repository at this point
Copy the full SHA 144b5bfView commit details -
Merge pull request #25 from bcmi-labs/add_cert_reqs
ussl: Add and check cert_reqs arg.
Configuration menu - View commit details
-
Copy full SHA for 1e76584 - Browse repository at this point
Copy the full SHA 1e76584View commit details
There are no files selected for viewing
Uh oh!
There was an error while loading. Please reload this page.