zmstone 90fce21adc docs: add change log for #12746 2 лет назад
..
doc 0299e9033a chore(gbt32960): add EN documentation of the data exchange guide 2 лет назад
include 46877e979b chore: update copyright-year 2 лет назад
src 90fce21adc docs: add change log for #12746 2 лет назад
test 46877e979b chore: update copyright-year 2 лет назад
BSL.txt 82403167c2 chore: update BSL license change date 2 лет назад
README.md 3ec811e828 feat(gbt32960): Port the GBT32960 gateway from v4 2 лет назад
rebar.config 5e100f52b8 style: erlfmt all `rebar.config` files and `bin/nodetool` 2 лет назад

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.