|
|
@@ -5,7 +5,7 @@ is a protocol designed for IoT devices and machine-to-machine communication.
|
|
|
It is a lightweight protocol that supports devices with limited processing power and memory.
|
|
|
|
|
|
|
|
|
-The **LwM2M Gateway** in EMQX can accept LwM2M clients and translate theirevents
|
|
|
+The **LwM2M Gateway** in EMQX can accept LwM2M clients and translate their events
|
|
|
and messages into MQTT Publish messages.
|
|
|
|
|
|
In the current implementation, it has the following limitations:
|
|
|
@@ -15,7 +15,7 @@ In the current implementation, it has the following limitations:
|
|
|
|
|
|
## Quick Start
|
|
|
|
|
|
-In EMQX 5.0, LwM2M gateways can be configured and enabled through the Dashboard.
|
|
|
+In EMQX 5.0, LwM2M gateway can be configured and enabled through the Dashboard.
|
|
|
|
|
|
It can also be enabled via the HTTP API, and emqx.conf e.g, In emqx.conf:
|
|
|
|
|
|
@@ -52,7 +52,6 @@ gateway.lwm2m {
|
|
|
> 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.
|
|
|
-:::
|
|
|
|
|
|
## Object definations
|
|
|
|