File: README.md

package info (click to toggle)
httping 4.4.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 468 kB
  • sloc: ansic: 4,475; python: 66; php: 15; makefile: 12
file content (28 lines) | stat: -rw-r--r-- 783 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
httping
=======

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

Compiling:

* `cmake -B build`
* `cmake --build build`

This configuration will build a binary with the minimal functionality.
You can use the following options to add more features to httping:

If you need the SSL support, use (requires `OpenSSL` library):

* `cmake -DUSE_SSL=ON build`

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

* `cmake -DUSE_TUI=ON build`

Adding `-DUSE_FFTW3=ON` to the `-DUSE_TUI=ON` allows TUI to show performance graphics. This option requires `fftw3` library.

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

The AGPL v3.0 license applies to this software.