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.