-
Updated
Aug 19, 2021 - Python
internet-of-things
Here are 1,205 public repositories matching this topic...
-
Updated
Aug 13, 2021 - Go
-
Updated
Aug 19, 2021 - C
-
Updated
Oct 2, 2020 - JavaScript
-
Updated
Aug 12, 2021 - Shell
-
Updated
Apr 21, 2021 - C++
-
Updated
Aug 7, 2020
-
Updated
Aug 19, 2021 - C++
-
Updated
Aug 15, 2021 - Python
-
Updated
Aug 15, 2021
Problem
The " Build ESP32 QEMU and Run Tests" task of the "QEMU / ESP32" test seems to fail randomly. It failed on project-chip/connectedhomeip#2009 for me, then passed when retriggered.
Proposed Solution
Figure out why it fails randomly and fix. Sadly the logs CI provides don't include the src/transport/tests/test-suite.log
file that should have includ
-
Updated
Aug 19, 2021 - Groovy
-
Updated
Aug 17, 2021 - Java
-
Updated
Jun 25, 2021 - HTML
-
Updated
Jul 21, 2021 - Go
-
Updated
Jan 25, 2021 - HTML
-
Updated
Jul 25, 2021
-
Updated
Jul 22, 2021 - Java
-
Updated
Aug 17, 2021 - Go
-
Updated
Aug 18, 2021 - Go
What would you like to be added:
replace
pubKey := prvKey.PublicKey()
addr, _ := address.FromBytes(pubKey.Hash())
with
addr := pubKey.Address()
Why is this needed:
- the latest
go-pkgs
addedAddress()
API to directly output the Address object given the public key - more concise c
-
Updated
Jun 4, 2019 - Java
-
Updated
Apr 30, 2021 - Java
-
Updated
Aug 19, 2021 - C++
When ockam-network/ockam#1756 lands, we will have TCP Transport Inlets and Outlets.
With that, it should be possible to build an example that does what ngrok does but using Ockam. I think a simple version of this should be possible in ~100 lines of Rust code, would be a really nice demo of how simple this is with Ockam.
The
-
Updated
Jul 21, 2021 - Python
-
Updated
Aug 12, 2021 - C
Improve this page
Add a description, image, and links to the internet-of-things topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the internet-of-things topic, visit your repo's landing page and select "manage topics."
Blynk library version: master branch at 144a90f3bdb66c3b6c03cce0335c1f1e304d91d6
IDE: VS Code + PlatformIO
IDE version: 1.52.1
Board type: ESP8266
Additional modules: Arduino ESP8266
Scenario, steps to reproduce
Blynk.run()
blocks if there is no internet connection on the network and connecting to a local server via SSL.According to my investigation, `BlynkArduinoClientSecure::conn