MQTT is a machine-to-machine (M2M)/"Internet of Things" connectivity protocol. It was designed as an extremely lightweight publish/subscribe messaging transport. It is useful for connections with remote locations where a small code footprint is required and/or network bandwidth is at a premium.

OPC UA的全名是OPC Unified Architecture(OPC统一架构)。是OPC基金会应用在自动化技术机器对机器网络传输协议


StreamPipes is a complete toolbox to easily analyze IoT (big) data streams without programming skills.

1. connect: Integrate data sets and data streams using the built-in StreamPipes Connect library with support for generic protocols such as HTTP, Kafka, MQTT, OPC-UA, Files or specific adapters for open data sources.

2. analyze: Harmonize and analyze data by using the real-time algorithm toolbox ranging from simple filters up to pre-trained neural networks - or build your own algorithm with the provided SDK.

3. exploit: Trigger notifications, configure your real-time dashboard or send data to third-party systems such as databases (e.g., Kafka or Elasticsearch), external services (e.g., Slack) or IoT actuators.

最新文章

  1. selenium操作隐藏的元素
  2. 基于RXTX的串口通讯 windows64位系统可用
  3. 在MAC服务器上搭建docker-registry(转)
  4. textarea格式显示问题
  5. Java核心技术点之集合框架
  6. excle导入
  7. Android OkHttp完全解析 是时候来了解OkHttp了
  8. EmberJs之Ember-Data
  9. android network develop(2)----network status check
  10. [CareerCup] 10.3 Integer not Contain in the File 文件中不包含的数
  11. flex 弹性合模型
  12. oGitHub 注册
  13. MarkdownPad 使用 MathJax
  14. BZOJ1662: [Usaco2006 Nov]Round Numbers
  15. python基础===八大排序算法的 Python 实现
  16. CountDownLatch 使用说明
  17. SpringMVC redirect中文乱码问题
  18. union的含义
  19. poj 2777(线段树+lazy思想) 小小粉刷匠
  20. Python: translate()审查清理文本字符串

热门文章

  1. selenium实现网易邮箱的登录注册
  2. windows下安装openjdk
  3. Spring中 @Autowired注解与J2EE@Resource注解的区别
  4. Android_小账本_筛选功能的实现
  5. 【读书笔记】自然语言处理综述 -- 第四章 -- N元语法
  6. 【论文翻译】An overiview of gradient descent optimization algorithms
  7. function_use
  8. 优先队列-UVA10603
  9. (C语言)学生成绩排序-期末考倒数第二题结构体数组排序
  10. AC自动机(模板+例题)