Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 523 Bytes

ping.rst

File metadata and controls

28 lines (19 loc) · 523 Bytes

Ping

About

Ping a remote host periodically once every second.

Source code

The source code can also be found on Github in the examples/ping folder.

Build and run

Build and run the application.

$ cd examples/ping
$ make -s BOARD=<board> run
Successfully pinged '192.168.1.100' in 20 ms (#1).
Successfully pinged '192.168.1.100' in 20 ms (#2).
Successfully pinged '192.168.1.100' in 20 ms (#3).