Skip to content
This repository was archived by the owner on Jun 17, 2025. It is now read-only.

Fix link and typo in mwifi README #149

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update README.md
fixed some links and a typo in the readme file
  • Loading branch information
bonastreyair authored Jun 9, 2020
commit 661f80e850aca2c9d408502e50c0bdc3cbfbf7ad
8 changes: 4 additions & 4 deletions examples/function_demo/mwifi/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)