Skip to main content

Crate pingall

Crate pingall 

Source
Expand description

Minimal library API for scanning the local network.

pingall is primarily a command-line tool. The library API intentionally mirrors that tool’s scan operation without exposing the lower-level probing implementation details.

Structs§

ScanOptions
Options for a local network scan.

Functions§

scan
Scan the local network and return the lines normally printed by the CLI.
scan_each
Scan the local network and call on_result as each result becomes available.