Ping Test in WiSUN Networks
이동통신단말이 인터넷에 연결되기 까지는 이동통신망 내부의 여러 경로를 거쳐서 외부에 접속되는 과정으로 이루어진다.
이동통신망은 망의 종류와 구조에 따라 다양한 구성이 존재하고 그에 맞는 관리체계를 지니고 있을 것이다.
어찌되었건, 이동통신단말은 PDP Context를 통해 통신망 내부에 존재하는 APN과 접속을 확립한후 APN을 통해 외부망인 인터넷에 연결된다.
1. Border Router Preparation
Refer to “Flashing the Wi-SUN Border Router” ← :§https://docs.silabs.com/wisun/1.7/wisun-getting-started-development/03-wisun-network
2. Device Preparation
Build the “wisun_soc_network_measurement” project and flash it on the selected EFR32
3. Command and Response Sequence
If there is a WiSUN network with the same network name set in the node, it attempts to connect on its own.
In order for a node to connect to the network without problems, the network name must be match. and a matching Wi-SUN PHY configuration is available nearby,
the Performance Measurement node connects to it using the best parent node available (selected by the RPL routing protocol).
NO | Command and Response | Description | |
C1 | wisun get wisun.join_state | ||
R1 | wisun.join_state = Operational (5) | ||
C2 | wisun get wisun.ip_address_border_router | ||
R2 | wisun.ip_address_border_router = fd00:7283:7e00:0:da7a:3bff:fe41:8612 | ||
C3 | wisun get wisun.ip_address_primary_parent | ||
R3 | wisun.ip_address_primary_parent = fd00:7283:7e00:0:da7a:3bff:fe41:8612 | ||
C4 | wisun ping fd00:7283:7e00:0:da7a:3bff:fe41:8612 | ||
R4 |
[40 bytes from fd00:7283:7e00:0:da7a:3bff:fe41:8612: seq=256 time=430 ms] [40 bytes from fd00:7283:7e00:0:da7a:3bff:fe41:8612: seq=512 time=85 ms] [40 bytes from fd00:7283:7e00:0:da7a:3bff:fe41:8612: seq=768 time=84 ms] [40 bytes from fd00:7283:7e00:0:da7a:3bff:fe41:8612: seq=1024 time=84 ms]
Ping statistics for fd00:7283:7e00:0:da7a:3bff:fe41:8612: |