Skip to content
This repository was archived by the owner on Aug 3, 2021. It is now read-only.

Files

Latest commit

author
David Gatti
Jul 6, 2016
ae074b9 · Jul 6, 2016

History

History

All the C examples

To run this code there is a Makefile with simple shortcuts

  • sudo make: will compile the Bare Minimum file
  • sudo make struct: will compile the Struct Response file
  • sudo make check: will compile the Checksum file.
  • sudo make clean: of corse will remove the binary file after compilation.

You can use the following combo sudo make && sudo ./ping.out && make clean to:

  1. compile
  2. run the code
  3. delete the unnecessary file