JetLinks IoT basic platform 1.6 RELEASE released

JetLinks open source IoT platform

JetLinks is developed based on Java8, Spring Boot 2.x, WebFlux, Netty, Vert.x, Reactor, etc. It is an out-of-the-box, enterprise-level Internet of Things basic platform that can be developed twice. The platform implements many basic functions related to the Internet of Things, and can help you quickly establish a business system related to the Internet of Things.

Core features

Support unified object model management, multiple devices, multiple manufacturers, unified management.

Unified device connection management, multi-protocol adaptation (TCP, MQTT, UDP, CoAP, HTTP, etc.), shielding the complexity of network programming, and flexibly accessing devices with different protocols from different manufacturers.

Flexible rule engine, device alarm, message notification, data forwarding. Complex real-time data processing based on SQL.

Online Demo:  http://demo.jetlinks.cn Username: test Password:  test123456.

Technology stack

  1. Spring Boot 2.3.x
  2. Spring WebFlux  responsive web support
  3. R2DBC responsive relational database driver
  4. Project Reactor reactive programming framework
  5. Netty , Vert.x high-performance network programming framework
  6. ElasticSearch full-text search, log, time series data storage
  7. Redis , device configuration, state management, caching.
  8. PostgreSQL business function data management
  9. hsweb framework 4 business function basic framework

1.6-RELEASE

Updated: 2020-10-30

Code branch: 1.6

Main optimization

  1. Integrated OAuth2 Server function.
  2. Optimize device grouping, support multi-level grouping, id$dev-group-treeand query grouping and sub-grouping devices.
  3. Integrated Xiaodu smart home platform,. 小度小度,打开空调(Pro optional module)
  4. Increasing device forwards the message to 租户, 设备分组the corresponding message bus, after the update to take effect please re-activate the device (Pro).
  5. Subscribe to device messages through mqtt. When used $shared/as a prefix, the same user will only receive one message notification.
  6. ReactorQL adds column to row, when used $thisas an alias, the column object is filled into the current row.
  7. ReactorQL adds line tracking, by row.indexobtaining the line number, by row.elapsedobtaining the time interval (ms) from the previous line.
  8. ReactorQL adds more statistical functions, slope(斜度),skewness(偏度特征),kurtosis(峰度特征),variance(方差)....see the function description (Pro).
  9. ReactorQL adds equipment historical data and latest data query function to view SQL instructions (Pro).
  10. Network components MQTT Clientin clientId, username, passwordsupport for regular expressions. Can ${#env.getProperty(...)}be obtained in the configuration file configuration.
  11. Added scene linkage rule interface (Pro).
  12. Optimize support for redis cluster.

Release Notes

The elasticsearch.clientrelated configuration of the original configuration is invalid, please use spring.data.elasticsearch.client.reactive.endpointsto configure.

Guess you like

Origin www.oschina.net/news/119617/jetlinks-1-6-release-released