Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

flarq(1) [debian man page]

FLARQ(1)																  FLARQ(1)

NAME
flarq - ARQ data transfer utility for fldigi SYNOPSIS
flarq [OPTIONS] DESCRIPTION
Flarq (fast light automatic repeat request) is a file transfer application that is based on the ARQ specification developed by Paul Schmidt, K9PS. It is capable of transmitting and receiving frames of ARQ data via fldigi, as well as MultiPSK on Windows. OPTIONS
Long options begin with two hyphens and are handled by flarq. The option names may be abbreviated to any unambiguous substring, and the option argument may be separated from the name by a space or equals sign, as per getopt(3). Short options begin with a single hyphen and are passed directly to FLTK. They may be abbreviated only as indicated. --arq-protocol TYPE Set the ARQ protocol. May be either "fldigi" or "multipsk". Defaults to "fldigi". --arq-server-address HOSTNAME Set the ARQ TCP server address. Defaults to "127.0.0.1". HOSTNAME may be any node name string accepted by getaddrinfo(3). --arq-server-port PORT Set the ARQ TCP server port. Defaults to "7322". PORT may be any service name string accepted by getaddrinfo(3). --debug Enable debugging messages. --version Print version information and exit. --build-info Print build information and exit. --help Print options summary and exit. Standard FLTK options -bg, -background COLOUR Set the background colour. -bg2, -background2 COLOUR Set the secondary (text) background colour. -di, -display DISPLAY Specifies the X server to connect to; see X(7). -dn, -dnd or -nodn, -nodnd Enable or disable drag and drop copy and paste in text fields. -fg, -foreground COLOUR Set the foreground colour. -g, -geometry GEOMETRY Set the initial window size and position. Flarq may not honour this option. -i, -iconic Start flarq in iconified state. Flarq may not honour this option. -k, -kbd or -nok, -nokbd Enable or disable visible keyboard focus in non-text widgets. -na, -name CLASSNAME Set the window class. Defaults to "Flarq". -ti, -title WINDOWTITLE Set the window title. Defaults to "flarq - <callsign>". Additional UI options --font FONT[:SIZE] Set the widget font and (optionally) size. Defaults to "sans:12". FILES
$HOME/.flarq The main settings file. The following directories are used to interface with MUAs such as Sylpheed: $HOME/Mail/ARQin Stores incoming email messages. $HOME/Mail/ARQout Stores outgoing email messages. $HOME/Mail/ARQsent Stores sent email messages. The following directories are used for ARQ file transfer: $HOME/ARQrecv Stores received files. $HOME/ARQsend Stores files to be transmitted. $HOME/ARQfiles/logfile.txt Stores transfer logs. BUGS
o There are no command line arguments to override the default configuration file and ARQ and Mail directories. SEE ALSO
fldigi(1), getaddrinfo(3), getopt(3), X(7) RESOURCES
Flarq web site: http://www.w1hkj.com/flarq_main.html Fldigi web site: http://www.w1hkj.com/Fldigi.html BerliOS project page: http://developer.berlios.de/projects/fldigi/ ARQ specification by Paul Schmidt, K9PS: http://www.w1hkj.com/FlarqHelpFiles/ARQ2.pdf AUTHORS
Flarq was written by David Freese, W1HKJ. This manual page was written by Stelios Bounanos <sb[at]enotty(dot)net>. COPYING
License GPLv3+: GNU GPL version 3 or later. 07/01/2012 FLARQ(1)

Check Out this Related Man Page

BNPROXY(1)							BNETD User's Manual							BNPROXY(1)

NAME
bnproxy - bnetd tracking daemon SYNOPSIS
bntrackd [options] DESCRIPTION
bntrackd is a simple daemon which will listen for UDP announcement packets sent by bnetd(1) servers. The list of servers and their statis- tics is written to a text file an optionally processed by an external program. A perl(1) script is provided which processes this informa- tion to produce an HTML document suitable for display on the web. bnetd(1) servers must be configured to report to tracking servers. The bnetd.conf(5) file allows for multiple tracking servers to be listed separated by commas. The master server is track.bnetd.org. Please consider including that server in your configuration. OPTIONS
-c --command Run the specified command after writing server information to outfile. If this option is not specified, the command "scripts/process.pl" is executed from the directory that bntrackd was started. If an empty string is provided for command, no com- mand will be executed. -e --expire Set the period of time in seconds to keep server information without receiving new updates. If this option is not specified, 600 seconds is used. -d --debug Place additional informational messages in the event log. -h --help --usage Print usage information and exit. -l --logfile Put the event log messages into the specified file. If this option is not specified, the file "logs/bntrackd.log" will be written from the directory that bntrackd was started. If an empty string is provided for logfile, no event messages will be written. -o --outfile Put the server information into the specified file outfile.. -p --port Listen for announcements on the specified UDP port number. If this option is not specified, the port number defaults to 6114. -P --pidfile Record the process ID of the tracking daemon in the specified file. If this option is not specified, this information is not writ- ten to any file. -u --update Set the period of time in seconds between updates of the outfile. If this option is not specified, 150 seconds is used. -v --version Causes bntrackd to print its version number and exit. NOTES
The current version is available at: http://www.bnetd.org/ SEE ALSO
bnetd(1), perl(1) AUTHOR
Ross Combs (ross@bnetd.org) BNETD
12 September, 2000 BNPROXY(1)
Man Page