1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys/shell/commands
Martine Lenders 45ec766871 shell_commands: adapt ping6 to original-ping-like implementation
Loosely based on [the original ping] and [netutil]'s ping

New features (compared to old RIOT version):
 - non-positional parameters
 - Better duplicate detection (addresses #9387)
 - Better asynchronous behavior
 - Potential for future move to `sock_ip`
 - (Optional) DNS-support
 - Multithreading-safe (in case shell-command handler gets called
   from multiple threads)

[the original ping]: http://ftp.arl.army.mil/~mike/ping.html
[netutil]: https://www.gnu.org/software/inetutils/
2019-02-04 12:42:49 +01:00
..
Makefile shell_commands: adapt ping6 to original-ping-like implementation 2019-02-04 12:42:49 +01:00
sc_at30tse75x.c drivers/at30tse75x: adapt to new I2C api 2018-07-25 12:01:38 +02:00
sc_blacklist.c gnrc/ipv6: add blacklisting of IPv6 addresses 2016-01-28 21:50:43 +01:00
sc_can.c shell/sc_can: fix uninitialized warning 2018-07-24 13:58:21 +02:00
sc_ccnl.c sys: add missig <string.h> includes 2018-09-20 23:47:40 +02:00
sc_cord_ep.c sys/shell/rdcli: rename to sc_cord_ep.c 2018-10-17 15:21:49 +02:00
sc_disk.c doc diskio: RIOTized style and added doxygen 2016-03-30 12:54:51 +02:00
sc_fib.c gnrc_netif2: rename to gnrc_netif 2017-11-17 10:41:54 +01:00
sc_gnrc_6ctx.c shell: adapt 6ctx command for NIB 2018-02-16 12:22:56 +01:00
sc_gnrc_icmpv6_echo.c shell_commands: adapt ping6 to original-ping-like implementation 2019-02-04 12:42:49 +01:00
sc_gnrc_ipv6_nib.c sc_gnrc_ipv6_nib: check interface existence 2019-01-28 09:16:51 +01:00
sc_gnrc_netif.c Merge pull request #10923 from maribu/ifconfig_l2pdu 2019-02-04 08:55:32 +01:00
sc_gnrc_pktbuf.c shell_commands: add command for packet buffer stats 2018-06-22 09:51:17 +02:00
sc_gnrc_rpl.c sys: fix doxygen grouping 2018-06-11 19:12:02 +02:00
sc_heap.c shell: Return-based error-handling for shell handlers 2015-03-25 23:54:04 +05:30
sc_ps.c ps: thread_print_all() had the wrong module prefix 2015-04-19 16:36:05 +02:00
sc_random.c xtimer: Update xtimer usage to match API changes 2016-11-29 20:44:31 +01:00
sc_rtc.c shell/sc_rtc: remove rtc init command 2017-11-13 18:44:15 +01:00
sc_saul_reg.c sys: saul: add missing stddef.h include (for NULL) 2018-09-20 23:54:46 +02:00
sc_sht1x.c sys/shell: Removed unneeded cpp directives 2018-12-18 16:37:52 +01:00
sc_sntp.c shell_commands: sntp: increase default timeout 2018-01-30 21:07:26 +01:00
sc_sys.c sys/newlib+shell: use pm_reboot() for reboot() 2017-01-13 10:17:58 +01:00
sc_vfs.c sc_vfs: add write command 2017-08-08 18:14:59 +02:00
sc_whitelist.c shell: provide shell command for whitelist 2015-09-28 16:59:53 +02:00
shell_commands.c shell_commands: adapt ping6 to original-ping-like implementation 2019-02-04 12:42:49 +01:00