Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 386 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 386 Bytes

httping

Ping with HTTP requests, see http://www.vanheusden.com/httping/

Compiling:

  • mkdir build
  • cd build
  • cmake ..
  • make

If you would like the TUI (text user interface) to be included (for -K), use:

  • cmake -DUSE_TUI=1 ..

If you want httping to use local translations, add "-DUSE_GETTEXT=1" to the cmake commandline.

The AGPL v3.0 license applies to this software.