emqx/apps/emqx_gateway_jt808
JimMoen 952ab08991
fix: make dialyzer happy
2023-11-12 21:44:24 +08:00
..
doc docs(gw_jt808): data exchange guide cn 2023-11-12 21:43:11 +08:00
include fix: make dialyzer happy 2023-11-12 21:44:24 +08:00
src feat(gw_jt808): port jt808 gateway from 4.4 2023-11-12 21:44:18 +08:00
test test(gw_jt808): fix test auth server bootstrap 2023-11-12 21:44:23 +08:00
.gitignore feat(gw_jt808): port jt808 gateway from 4.4 2023-11-12 21:44:18 +08:00
BSL.txt feat(gw_jt808): port jt808 gateway from 4.4 2023-11-12 21:44:18 +08:00
README.md feat(gw_jt808): port jt808 gateway from 4.4 2023-11-12 21:44:18 +08:00
rebar.config feat(gw_jt808): port jt808 gateway from 4.4 2023-11-12 21:44:18 +08:00

README.md

emqx_jt808

The JT/T 808 protocol is designed for data interaction between vehicle-mounted satellite terminals and IoT platforms.

The JT/T 808 Gateway in EMQX can accept JT/T 808 clients and translate their events and messages into MQTT Publish messages.

In the current implementation, it has the following limitations:

  • Only supports JT/T 808-2013 protocol, JT/T 808-2019 is not supported yet.
  • Based TCP/TLS transport.
  • Third-party authentication/registration http service required.

Quick Start

In EMQX 5.0, JT/T 808 gateway can be configured and enabled through the Dashboard.

It can also be enabled via the HTTP API, and emqx.conf e.g, In emqx.conf:

Note: Configuring the gateway via emqx.conf requires changes on a per-node basis, but configuring it via Dashboard or the HTTP API will take effect across the cluster.

More documentations: JT/T 808 Gateway