Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jetlinks/jetlinks
JetLinks Core
https://github.com/jetlinks/jetlinks
coap dtls iot iot-cloud iot-gateway jetlinks mqtt reactive-streams reactor rule-engine udp vertx webflux
Last synced: 4 days ago
JSON representation
JetLinks Core
- Host: GitHub
- URL: https://github.com/jetlinks/jetlinks
- Owner: jetlinks
- Created: 2019-03-08T01:36:58.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-10-17T08:44:01.000Z (3 months ago)
- Last Synced: 2024-10-29T17:12:12.871Z (3 months ago)
- Topics: coap, dtls, iot, iot-cloud, iot-gateway, jetlinks, mqtt, reactive-streams, reactor, rule-engine, udp, vertx, webflux
- Homepage: https://github.com/jetlinks/jetlinks-community
- Size: 253 KB
- Stars: 494
- Watchers: 50
- Forks: 260
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Jet Links 物联网基础平台
[![Maven Central](https://img.shields.io/maven-central/v/org.jetlinks/jetlinks.svg)](http://search.maven.org/#search%7Cga%7C1%7Cjetlinks)
[![Maven metadata URL](https://img.shields.io/maven-metadata/v/https/oss.sonatype.org/content/repositories/snapshots/org/jetlinks/jetlinks/maven-metadata.xml.svg)](https://oss.sonatype.org/content/repositories/snapshots/org/jetlinks/jetlinks)```bash
----jetlinks
-------|--------jetlinks-core #核心模块,统一API
-------|--------jetlinks-supports #默认功能实现
-------|--------rule-engine #规则引擎```
请先在github中添加[SSH Key](https://github.com/settings/keys)
```bash
$ git clone --recursive [email protected]:jetlinks/jetlinks.git
```# 查看演示
本项目为核心模块整合,无法直接运行. 要看演示效果[请看这里](https://github.com/jetlinks/jetlinks-community).