You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The APRS 1.2.1 addendum notes that new values like flood stage, voltage,
radiation, and device type (F, V, X, and Z, respectively) are all part
of the comment field. This was confusing the heck out of me. Hopefully
this keeps other people from being confused, too.
Copy file name to clipboardexpand all lines: man/aprs-weather-submit.man
+4
Original file line number
Diff line number
Diff line change
@@ -177,6 +177,7 @@ If you specify a value outside of this range, it will be reduced (that is, a rep
177
177
(APRS 1.2)
178
178
The water level above or below the flood stage or mean tide.
179
179
You may report numbers from \-99.9 feet to 99.9 feet, with a resolution of 0.1 feet.
180
+
Note that this data is technically part of the comment field and may not be parsed by all APRS decoders as weather data.
180
181
.TP
181
182
.BR\-g ", "\-\-gust =\fISPEED\fP
182
183
The peak wind speed measured in the past five minutes.
@@ -225,17 +226,20 @@ If both \fB-t\fP and \fB-T\fP are specified, the last option specified will be r
225
226
(APRS 1.2)
226
227
The battery voltage.
227
228
You may report voltages of up to 99.9 volts, with a resolution of one-tenth of a volt.
229
+
Note that this data is technically part of the comment field and may not be parsed by all APRS decoders as weather data.
228
230
.TP
229
231
.BR\-X ", "\-\-radiation =\fINANOSIEVERTS\fP
230
232
(APRS 1.2)
231
233
The current level of nuclear radiation.
232
234
You may report readings of up to 99,000,000,000 nanosieverts per hour, though the resolution of the value put into your report varies based on orders of magnitude.
233
235
Consult the APRS 1.2 specification for full details.
236
+
Note that this data is technically part of the comment field and may not be parsed by all APRS decoders as weather data.
234
237
.TP
235
238
.BR\-Z ", "\-\-device\-type =\fIDEVICE-TYPE\fP
236
239
(APRS 1.2.1)
237
240
Exactly two characters to identify the type of device sending this information.
238
241
The device types are not defined in the APRS specification and are implementation-specific.
242
+
Note that this data is technically part of the comment field and may not be parsed by all APRS decoders as weather data.
239
243
.SH EXAMPLES
240
244
.PP
241
245
If you were operating the ARRL's (theoretical) weather station at their headquarters and wanted to submit a temperature of 68 degrees Fahrenheit, no rainfall, and a westerly wind at about five miles per hour, use this command:
0 commit comments