Skip to content

audius/audion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

audion

Ping a host continuously and write results to a file. The tool send ICMP echo requests to check if the target is "on".

sudo is required to execute the tool.

Installation

Clone the repository and use cargo to build the package.

For Nix or NixOS users is a package available in Nixpkgs. Keep in mind that the lastest releases might only be present in the unstable channel.

$ nix-env -iA nixos.audion

Usage

$ sudo audion -h
Name:
	audion

Author:
	Fabian Affolter <fabian.affolter@audius.de>

Description:
	Ping the host continuously and write results to a file

Usage:
	audion [args]

Flags:
	-t, --target <string> : Target host to ping
	-o, --output <string> : Output file to write results
	-to, --timeout <int>  : Timeout in milliseconds
	-i, --interval <int>  : Interval between pings in seconds
	-h, --help            : Show help

Version:
	0.1.0

License

audion is licensed under MIT, for more details check the LICENSE file.

About

Ping the host continuously and write results to a file

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages