emqx/apps/emqx_gateway_gbt32960
Thales Macedo Garitezi 19f3b030f9 chore: preparing to run common tests / eunit with mix 2024-07-02 09:45:45 -03:00
..
doc chore(gbt32960): add EN documentation of the data exchange guide 2023-11-10 15:22:28 +08:00
include chore: update copyright-year 2024-02-23 08:21:06 +01:00
src chore: bump app versions 2024-06-26 22:47:18 +02:00
test feat(authn): add connection expire based on authn data 2024-04-30 17:04:55 +03:00
BSL.txt chore: update BSL license change date 2024-01-29 16:47:31 +01:00
README.md feat(gbt32960): Port the GBT32960 gateway from v4 2023-10-31 18:25:43 +08:00
mix.exs chore: preparing to run common tests / eunit with mix 2024-07-02 09:45:45 -03:00
rebar.config style: erlfmt all `rebar.config` files and `bin/nodetool` 2023-12-29 09:08:03 +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.