emqx/apps/emqx_gateway_gbt32960
firest 1a8b59045b fix(gbt): Add unimplemented command call 2023-12-08 20:55:20 +08:00
..
doc chore(gbt32960): add EN documentation of the data exchange guide 2023-11-10 15:22:28 +08:00
include fix(gw_gbt32960): mountpoint should not with `/` suffix 2023-11-12 21:44:23 +08:00
src fix(gbt): Add unimplemented command call 2023-12-08 20:55:20 +08:00
test fix(gw_gbt32960): mountpoint should not with `/` suffix 2023-11-12 21:44:23 +08:00
BSL.txt feat(gbt32960): Port the GBT32960 gateway from v4 2023-10-31 18:25:43 +08:00
README.md feat(gbt32960): Port the GBT32960 gateway from v4 2023-10-31 18:25:43 +08:00
rebar.config chore: emacs mode entry comment for non-erl files 2023-11-12 21:43:11 +08:00

README.md

emqx_gbt32960

The GBT32960 Gateway is based on the GBT32960 specification.

Quick Start

In EMQX 5.0, GBT32960 gateway can be configured and enabled through the Dashboard.

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

gateway.gbt32960 {

  mountpoint = "gbt32960/${clientid}"

  listeners.tcp.default {
    bind = 7325
  }
}

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.