forked from alexpevzner/sane-airscan
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
72161bf
commit e9a63b3
Showing
5 changed files
with
116 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
.\" generated with Ronn/v0.7.3 | ||
.\" http://github.com/rtomayko/ronn/tree/0.7.3 | ||
. | ||
.TH "AIRSCAN\-DISCOVER" "1" "May 2020" "" "SANE Scanner Access Now Easy" | ||
. | ||
.SH "NAME" | ||
\fBairscan\-discover\fR \- Discover sane\-airscan compatible scanners | ||
. | ||
.SH "SYNOPSIS" | ||
\fBairscan\-discover [\-h] [\-d] [\-t]\fR | ||
. | ||
.SH "DESCRIPTION" | ||
\fBairscan\-discover\fR is a command\-line tool to find eSCL and WSD scanners on a local network | ||
. | ||
.P | ||
It uses Avahi to discover DNS\-SD devices and its own implementation of WS\-Discovery to discover WSD devices\. | ||
. | ||
.P | ||
On success, it outputs a fragment of sane\-airscan configuration file, that can be directly added to \fB/etc/sane\.d/airscan\.conf\fR | ||
. | ||
.SH "OPTIONS" | ||
. | ||
.TP | ||
\fB\-h\fR | ||
Print help screen | ||
. | ||
.TP | ||
\fB\-d\fR | ||
Print debug messages to console | ||
. | ||
.TP | ||
\fB\-t\fR | ||
Write a very detailed protocol trace to \fBairscan\-discover\-zeroconf\.log\fR and \fBairscan\-discover\-zeroconf\.tar\fR | ||
. | ||
.SH "FILES" | ||
. | ||
.TP | ||
\fBairscan\-discover\-zeroconf\.log\fR | ||
Protocol trace | ||
. | ||
.TP | ||
\fBairscan\-discover\-zeroconf\.tar\fR | ||
Non\-textual messages, if any, saved here\. Textual (i\.e\., XML) messages included directly into the \.log file | ||
. | ||
.SH "SEE ALSO" | ||
sane(7), sane\-airscan(5) | ||
. | ||
.SH "AUTHOR" | ||
Alexander Pevzner <pzz@apevzner\.com> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -123,7 +123,7 @@ project page: **https://github.com/alexpevzner/sane-airscan** | |
|
||
## SEE ALSO | ||
|
||
sane(7), scanimage(1), xscane(1) | ||
sane(7), scanimage(1), xscane(1), airscan-discover(1) | ||
|
||
## AUTHOR | ||
Alexander Pevzner <[email protected]\> | ||
|