Skip to content
Snippets Groups Projects
Unverified Commit 45f2b493 authored by Niclas Finne's avatar Niclas Finne Committed by GitHub
Browse files

Merge pull request #1799 from nfi/fix-rpl-readme

Add Markdown code format to file names
parents ae337eba 7e1451b3
No related branches found
No related tags found
No related merge requests found
...@@ -9,14 +9,14 @@ See https://github.com/contiki-ng/contiki-ng/wiki/Tutorial:-RPL-border-router ...@@ -9,14 +9,14 @@ See https://github.com/contiki-ng/contiki-ng/wiki/Tutorial:-RPL-border-router
The embedded border router runs on a node. It is connected to the host via SLIP. The embedded border router runs on a node. It is connected to the host via SLIP.
The host simply runs a tun gateway (`tunslip6`). To use, program a node, and The host simply runs a tun gateway (`tunslip6`). To use, program a node, and
then start `tunslip6` on the host via the make command `connect-router`. then start `tunslip6` on the host via the make command `connect-router`.
See embedded/README.md for more. See `embedded/README.md` for more.
# Native border router # Native border router
The native border router runs directly at the host. The node simply runs a The native border router runs directly at the host. The node simply runs a
SLIP-radio interface (`examples/slip-radio`). The host, on the other hand, runs SLIP-radio interface (`examples/slip-radio`). The host, on the other hand, runs
a full 6LoWPAN stack. a full 6LoWPAN stack.
See native/README.md for more. See `native/README.md` for more.
# RPL node # RPL node
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment