diff --git a/examples/slip-radio/README.md b/examples/slip-radio/README.md index 5e3e0a5f6b7f5fe8559e68c8f6ab305005e85c22..3839dbab9aeccd18ad88e8d75e258b02d07cc460 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).