File: xastir_udp_client.1

package info (click to toggle)
xastir 2.1.6-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 13,284 kB
  • sloc: ansic: 120,216; perl: 7,810; sh: 5,552; makefile: 387; sql: 102
file content (43 lines) | stat: -rw-r--r-- 1,428 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
.TH xastir_udp_client 1 2019-05-01 "The Xastir Group"

.SH NAME
xastir_udp_client \- send simple messages to xastir for APRS(tm) network.

.SH SYNOPSIS
.B xastir_udp_client
.I <hostname> <port> <callsign> <passcode> {-identify | [-to_rf] <message>}

.SH DESCRIPTION

xastir_udp_client sends packets into the UDP listening port of an enabled xastir instance.

.SH EXAMPLES

 xastir_udp_client localhost 2023 <callsign> <passcode> "APRS Packet Goes Here"

Currently that will inject the packet into Xastir's decoding routines and send
it to any TCP-connected clients. It will also igate it to the INET if you have
igating enabled.  It will send the packet out the RF ports as third-party
packets only if you add the "\-to_rf" flag after the passcode like this:

 xastir_udp_client localhost 2023 <callsign> <passcode> \-to_rf "APRS Packet"

The UDP client is useful for generating and injecting APRS packets from
external scripts.  It can also be used to fetch the callsign of the remote
xastir server by using the \-identify flag:

 xastir_udp_client localhost 2023 <callsign> <passcode> \-identify

.SH NOTES
This is a very simple utility that provides no validation of message content.

.SH SEE ALSO
xastir help file
.br
.PP
.B APRS[tm]
is a Trademark of Bob Bruninga, his home page is at "http://www.aprs.org/aprs.html"
.SH COPYING
Copyright (C) 1999,2000 Frank Giannandrea KC2GJS
.br
Copyright (C) 2000-2019 The Xastir Group