1xastir_udp_client(1) General Commands Manual xastir_udp_client(1)
2
3
4
6 xastir_udp_client - send simple messages to xastir for APRS(tm) net‐
7 work.
8
9
11 xastir_udp_client <hostname> <port> <callsign> <passcode> {-identify |
12 [-to_rf] <message>}
13
14
16 xastir_udp_client sends packets into the UDP listening port of an
17 enabled xastir instance.
18
19
21 xastir_udp_client localhost 2023 <callsign> <passcode> "APRS Packet
22 Goes Here"
23
24 Currently that will inject the packet into Xastir's decoding routines
25 and send it to any TCP-connected clients. It will also igate it to the
26 INET if you have igating enabled. It will send the packet out the RF
27 ports as third-party packets only if you add the "-to_rf" flag after
28 the passcode like this:
29
30 xastir_udp_client localhost 2023 <callsign> <passcode> -to_rf "APRS
31 Packet"
32
33 The UDP client is useful for generating and injecting APRS packets from
34 external scripts. It can also be used to fetch the callsign of the
35 remote xastir server by using the -identify flag:
36
37 xastir_udp_client localhost 2023 <callsign> <passcode> -identify
38
39
41 This is a very simple utility that provides no validation of message
42 content.
43
44
46 xastir help file
47
48 APRS[tm] is a Trademark of Bob Bruninga, his home page is at
49 "http://www.aprs.org/aprs.html"
50
52 Copyright (C) 1999,2000 Frank Giannandrea KC2GJS
53 Copyright (C) 2000-2018 The Xastir Group
54
55
56
57The Xastir Group 2009-12-22 xastir_udp_client(1)