From 661f80e850aca2c9d408502e50c0bdc3cbfbf7ad Mon Sep 17 00:00:00 2001 From: Yair <37800834+bonastreyair@users.noreply.github.com> Date: Tue, 9 Jun 2020 18:38:37 +0200 Subject: [PATCH] Update README.md fixed some links and a typo in the readme file --- examples/function_demo/mwifi/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/function_demo/mwifi/README.md b/examples/function_demo/mwifi/README.md index 45c9f0ec..9a0bc88c 100644 --- a/examples/function_demo/mwifi/README.md +++ b/examples/function_demo/mwifi/README.md @@ -13,12 +13,12 @@ According to the two generation ways of root node, the networking mode can be si ## Without router -When there is no router in the case, we can only choose the fixed root node mode. Refer to [No Routing Sample Program] (./no_router) +When there is no router in the case, we can only choose the fixed root node mode. Refer to [No Routing Sample Program](./no_router) -##With router +## With router -When there are routers in the case, we can choose either of the two modes for networking. In the example we use the automatically selected root node. The automatical selection of the root node involves the election process between all idle nodes based on their signal strength with the router, so only in the presence of a router, each idle node will send its MAC address and router RSSI through the Wi-Fi beacon frame. The MAC address is used to uniquely identify each node in the network, and the router RSSI is used to indicate the signal strength of the node reference router. See [routed TCP communication sample program] (./router), [routed MQTT communication sample program] (./mqtt_example) +When there are routers in the case, we can choose either of the two modes for networking. In the example we use the automatically selected root node. The automatical selection of the root node involves the election process between all idle nodes based on their signal strength with the router, so only in the presence of a router, each idle node will send its MAC address and router RSSI through the Wi-Fi beacon frame. The MAC address is used to uniquely identify each node in the network, and the router RSSI is used to indicate the signal strength of the node reference router. See [routed TCP communication sample program](./router), [routed MQTT communication sample program](./mqtt_example) ## Performance Testing -Test the ESP-WIFI-MESH throughput, network configuration, and packet delay by inputting commands through the serial port. Refer to [Performance Test Sample Program] (./console_test) +Test the ESP-WIFI-MESH throughput, network configuration, and packet delay by inputting commands through the serial port. Refer to [Performance Test Sample Program](./console_test)