osd-contiki/examples/ping-ipv6
Simon Duquennoy 722b3258d1 Cleanup of the Contiki network layer configuration. Now using CONTIKI_WITH_IPV6, CONTIKI_WITH_IPV4, and CONTIKI_WITH_RIME in makefiles, and UIP_CONF_IPV6, UIP_CONF_IPV4, UIP_CONF_RIME in c code. Now only the stacks that are used are compiled (via makefile MODULES). Make IPv6 the default network stack. 2014-12-01 20:13:09 +01:00
..
Makefile Cleanup of the Contiki network layer configuration. Now using CONTIKI_WITH_IPV6, CONTIKI_WITH_IPV4, and CONTIKI_WITH_RIME in makefiles, and UIP_CONF_IPV6, UIP_CONF_IPV4, UIP_CONF_RIME in c code. Now only the stacks that are used are compiled (via makefile MODULES). Make IPv6 the default network stack. 2014-12-01 20:13:09 +01:00
Makefile.target replaced DEFAULT_TARGET with Makefile.target for specifying default target 2009-06-26 12:04:46 +00:00
README.md Rename to md 2013-03-26 23:15:37 +01:00
example-ping6.c examples for uIPv6 2008-10-14 10:01:52 +00:00

README.md

Simple ping6 application for testing purpose.

The user should wait for the prompt and input the ping6 command followed by the destination IPv6 address. The address should not use any abbreviated form (the application does very little input format check).

E.g. of a correct command:

> ping6 fe80:0000:0000:0000:02bd:07ff:fee2:1c00

The ping6 application will then send PING6_NB = 5 ping request packets.