Skip to content

Latest commit

 

History

History
48 lines (30 loc) · 1.06 KB

airscan-discover.1.md

File metadata and controls

48 lines (30 loc) · 1.06 KB

airscan-discover -- Discover sane-airscan compatible scanners

SYNOPSIS

airscan-discover [-h] [-d] [-t]

DESCRIPTION

airscan-discover is a command-line tool to find eSCL and WSD scanners on a local network

It uses Avahi to discover DNS-SD devices and its own implementation of WS-Discovery to discover WSD devices.

On success, it outputs a fragment of sane-airscan configuration file, that can be directly added to /etc/sane.d/airscan.conf

OPTIONS

  • -h: Print help screen

  • -d: Print debug messages to console

  • -t: Write a very detailed protocol trace to airscan-discover-zeroconf.log and airscan-discover-zeroconf.tar

FILES

  • airscan-discover-zeroconf.log: Protocol trace

  • airscan-discover-zeroconf.tar: Non-textual messages, if any, saved here. Textual (i.e., XML) messages included directly into the .log file

SEE ALSO

sane(7), sane-airscan(5)

AUTHOR

Alexander Pevzner <[email protected]>

vim:ts=8:sw=4:et