|
|
1 năm trước cách đây | |
|---|---|---|
| .. | ||
| doc | 0299e9033a chore(gbt32960): add EN documentation of the data exchange guide | 2 năm trước cách đây |
| include | 46877e979b chore: update copyright-year | 2 năm trước cách đây |
| src | 80d724c504 feat(authn): add connection expire based on authn data | 1 năm trước cách đây |
| test | 80d724c504 feat(authn): add connection expire based on authn data | 1 năm trước cách đây |
| BSL.txt | 82403167c2 chore: update BSL license change date | 2 năm trước cách đây |
| README.md | 3ec811e828 feat(gbt32960): Port the GBT32960 gateway from v4 | 2 năm trước cách đây |
| rebar.config | 5e100f52b8 style: erlfmt all `rebar.config` files and `bin/nodetool` | 2 năm trước cách đây |
The GBT32960 Gateway is based on the GBT32960 specification.
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.