The Wayback Machine - https://web.archive.org/web/20210819213527/https://github.com/topics/internet-of-things
Skip to content
#

internet-of-things

Here are 1,205 public repositories matching this topic...

tomikaa87
tomikaa87 commented Dec 30, 2020

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

bzbarsky-apple
bzbarsky-apple commented Aug 6, 2020

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

🐝 IoT Technical Guide --- 从零搭建高性能物联网平台及物联网解决方案和Thingsboard源码分析 (IoT Platform, SaaS, MQTT, CoAP, HTTP, Modbus, OPC, WebSocket, 物模型,Protobuf, PostgreSQL, MongoDB, Spring Security, OAuth2, RuleEngine, Kafka, Docker)
  • Updated Aug 17, 2021
  • Java
iotex-core
dustinxie
dustinxie commented Jul 29, 2021

What would you like to be added:
replace

pubKey := prvKey.PublicKey()
addr, _ := address.FromBytes(pubKey.Hash())

with

addr := pubKey.Address()

Why is this needed:

  1. the latest go-pkgs added Address() API to directly output the Address object given the public key
  2. more concise c
ockam

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.

Curate this topic

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."

Learn more