IoT-Technology / Groza

开源物联网平台 - 物联网解决方案的设备管理,数据收集,处理
https://www.grozacloud.com
Apache License 2.0
573 stars 218 forks source link

您好,会支持多种协议吗? #6

Closed HuangDayu closed 3 years ago

HuangDayu commented 5 years ago
  1. socket
  2. mqtt
  3. coap
  4. http
  5. dds

这几种都会支持吗?

sanshengshui commented 5 years ago

当前支持Mqtt,Coap,http,socket都会支持

HuangDayu commented 5 years ago

好的,那就跟着你一起学习了

HuangDayu commented 5 years ago

希望多多完善一下文档,重要的是架构图

HuangDayu commented 5 years ago

你好,请问你的mqtt测试工具是哪里下载的呢? 就是这个

我在这个eclipse 官方下载链接下载下来的,但是报一下错误,我没有解决思路:

Caused by: java.lang.IllegalStateException: The System Bundle could not be resolved: Missing Constraint: Bundle-RequiredExecutionEnvironment: J2SE-1.5

希望你能帮忙解决一下,或者将你的测试工具上传上来,谢谢了。 @sanshengshui

sanshengshui commented 5 years ago

具体的测试工具,你可以看下下面的网址,根据实际操作系统下载: https://repo.eclipse.org/content/repositories/paho-releases/org/eclipse/paho/org.eclipse.paho.ui.app/1.1.1/

HuangDayu commented 5 years ago

查到原因了,是因为我使用了Java12,在我同事的java8机器上可以正常运行

Ronrey100 commented 5 years ago

可以完善下文档吗?目前支持哪些协议?Socket支持吗?