From b49c52226ede0ba3e3925b55486ec0f84e7b9c29 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Wed, 21 Jun 2017 18:05:36 -0600 Subject: [PATCH] Update README --- configs/clicker2-stm32/README.txt | 35 ++++++++++++++++++++++++++++++- 1 file changed, 34 insertions(+), 1 deletion(-) diff --git a/configs/clicker2-stm32/README.txt b/configs/clicker2-stm32/README.txt index 260137c152..910677d3c6 100644 --- a/configs/clicker2-stm32/README.txt +++ b/configs/clicker2-stm32/README.txt @@ -453,6 +453,19 @@ Configurations NOTE: There is no way to stop the UDP test once it has been started other than by resetting the board. + Cheat Sheet. Here is a concise summary of all all the steps needed to + run the UDP test (C=Coordinator; E=Endpoint): + + C: nsh> i8 /dev/ieee0 startpan + C: nsh> 8 acceptassoc + E: nsh> i8 assoc + C: nsh> ifup wpan0 + C: nsh> ifconfig <-- To get the + E: nsh> ifup wpan0 + C: nsh> udpserver & + E: nsh> udpclient & + E: nsh> dmesg + STATUS: 2017-06-19: The Telnet Daemon does not start. This is simply because the daemon is started too early in the sequence... before the network @@ -460,7 +473,27 @@ Configurations telnetd_daemon: ERROR: socket failure: 106 - 2017-06-20: Debug underway.. not yet functional. + 2017-06-21: Basic functionality has been achieved. The following + configurations have been tested: + + DATE + COMPRESSION ADDRESSING UDP TCP + ----------- ---------- ---- ---- + hc06 short 6/21 --- + extended --- --- + hc1 short --- --- + extended --- --- + ipv6 short --- --- + extended --- --- + + Other configuration options have not been specifically addressed + (such non-compressable ports, non-MAC based IPv6 addresses, etc.) + + One limitation of this test is that it only tests NuttX 6LoWPAN + against NuttX 6LoWPAN. It does not prove that NuttX 6LoWPAN is + compatible with other implementations of 6LoWPAN. The tests could + potentially be verifying only that the design is implemented + incorrectly in compatible way on both the client and server sides. nsh: