From 79e823b4d383a589c7a476b1af29798e91d675ac Mon Sep 17 00:00:00 2001 From: Simon Duquennoy <simon.duquennoy@gmail.com> Date: Wed, 1 Nov 2017 09:26:36 +0100 Subject: [PATCH] Update slip-radio readme --- examples/slip-radio/README.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/examples/slip-radio/README.md b/examples/slip-radio/README.md index 5e3e0a5f6b..3839dbab9a 100644 --- a/examples/slip-radio/README.md +++ b/examples/slip-radio/README.md @@ -1,6 +1,5 @@ -This project is intended to run on a mode that is connected to a native host system -by SLIP. The SLIP is really SERIAL LINE 15.4, as this just turns the mote into a smart -radio, running the RPL and 6lowpan stack on the Host. This goes with native-border-router. - - - +This example is intended to run on a mode that is connected to a native host +system by SLIP. Full IEEE 802.15.4 packets are transmitted over slip, turning +the mote into a simple radio, with the RPL and 6LoWPAN stack running on the +host. This is typically used with the native border router (example +`rpl-border-router` on target native). -- GitLab