Skip to content
#

iot-platform

Here are 649 public repositories matching this topic...

oushizishu
oushizishu commented Aug 12, 2019

readme中的最后一段为什么没有翻译呢?

Tips: This project is not an official.This project collect some documents about HarmonyOS in the Internet.This is not a commercial project.This project just introduce HarmonyOS and all documents and codes come from Internet.If you use this project for business or something about make money, or in the event of any disputes arising from the usage of, or in connection with t

thingsboard

Blynk is an Internet of Things Platform aimed to simplify building mobile and web applications for the Internet of Things. Easily connect 400+ hardware models like Arduino, ESP8266, ESP32, Raspberry Pi and similar MCUs and drag-n-drop IOT mobile apps for iOS and Android in 5 minutes

  • Updated May 24, 2020
  • Java
wexman
wexman commented Feb 12, 2020

I noticed that the "certificate weakening" TlsOptions like IgnoreCertificateChainErrors, IgnoreCertificateRevocationErrors, AllowUntrustedCertificates and CertificateValidationCallback have no effect when using web socket connections.

I understand this is because the underlying api (System.Net.WebSockets) does not support this (at least not in all target frameworks), but I think it should be no

anovakovic01
anovakovic01 commented Jul 15, 2019

FEATURE REQUEST

  1. Is there an open issue addressing this request? If it does, please add a "+1" reaction to the
    existing issue, otherwise proceed to step 2.
    No.

  2. Describe the feature you are requesting, as well as the possible use case(s) for it.
    After adding open tracing support to the existing gRPC and HTTP endpoints in Users and Things service, we should add support for t

aki-0919
aki-0919 commented Apr 21, 2020

I guess the last condition of this line should be typeof options2.port !== "number", not options.port.

If OPCUA server is created without port, it throws error of expecting a valid port (number)

Works: server = new opcua.OPCUAServer({ port: 26543 });
Error: `server = new o

bug

JetLinks 基于Java8,Spring Boot 2.x ,WebFlux,Netty,Vert.x,Reactor等开发, 是一个全响应式的物联网平台。支持统一物模型管理,多种设备,多种厂家,统一管理。统一设备连接管理,多协议适配(TCP,MQTT,UDP,CoAP,HTTP等),屏蔽网络编程复杂性,灵活接入不同厂家不同协议等设备。实时数据处理,设备告警,消息通知,数据转发。地理位置,数据可视化等。能帮助你快速建立物联网相关业务系统。

  • Updated May 25, 2020
  • Java
ockam
mrinalwadhwa
mrinalwadhwa commented Feb 10, 2020

Multiple files in implementations/c don't comply with editorconfig

vagrant ssh builder-debian -c "npx eclint@2.8.1 check implementations/c"

In #97 we'll automate this test to make it pass we likely need to ignore some folders in editorconfig

[{third-party,_build}/**]
indent_style = ignore
indent_size = ignore
end_of_line = ignore
trim_trailing_whitespace = ignore
c
guymcswain
guymcswain commented May 29, 2019

Per docs.blynk.cc an event should be generated each time the Blynk App, running on mobile phone, is opened. I searched the file blynk.js for all emitted events but could not find anything resembling this functionality. I could not find an example showing this behavior either.

Does this functionality exist for the JavaScr

jonnor
jonnor commented Feb 14, 2017

https://micropython.org is a Python implementation for bare-metal microcontrollers, including some with WiFi support like ESP8266.
It has a MQTT library included for these devices, https://github.com/micropython/micropython-lib/tree/master/umqtt.simple
So it should be usable together msgflo-register-foreign right away. But sending the the discovery message from the device itself would be a bit

rbino
rbino commented Mar 5, 2020

In light of the gradual demise of CQEx in favor of Xandra, astarte_pairing should be adapted to use Xandra instead of CQEx.

This mainly translates to:

  • Add Xandra as a dependency
  • Start the Xandra connection
  • Translate all queries from CQEx to Xandra, both in lib and in test.

To see an example of a service already using Xandra, have a look at astarte_housekeeping (and this PR h

Improve this page

Add a description, image, and links to the iot-platform 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 iot-platform topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.