Skip to content

Commit 1f8b330

Browse files
committed
Generate NMEA waypoint sentences ($PKWDWPL, etc.) for position and object reports.
These can be used by Geosat AvMap or other mapping applications.
1 parent 283b768 commit 1f8b330

18 files changed

+766
-523
lines changed

CHANGES.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
----------
55

6-
## Version 1.3 -- Beta Test -- February 2016 ##
6+
## Version 1.3 -- Beta Test -- March 2016 ##
77

88
### New Features: ###
99

@@ -40,7 +40,7 @@ command line option.
4040

4141
- When receiving packet with comment of a few hundred characters.
4242

43-
- Address in path, from Internet server. more than 9 characters.
43+
- Address in path, from Internet server, more than 9 characters.
4444

4545
- "INTERNAL ERROR: dlq_append NULL packet pointer." when using PASSALL.
4646

@@ -51,6 +51,8 @@ command line option.
5151
- AGW network protocol now works properly for big-endian processors
5252
such as PowerPC or MIPS.
5353

54+
- Packet filtering treated telemetry metadata as messages rather than telemetry.
55+
5456
----------
5557

5658
## Version 1.2 -- June 2015 ##

Makefile.linux

+1-1
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ direwolf : direwolf.o config.o recv.o demod.o dsp.o demod_afsk.o demod_9600.o hd
234234
decode_aprs.o symbols.o server.o kiss.o kissnet.o kiss_frame.o hdlc_send.o fcs_calc.o \
235235
gen_tone.o audio.o audio_stats.o digipeater.o pfilter.o dedupe.o tq.o xmit.o morse.o \
236236
ptt.o beacon.o encode_aprs.o latlong.o encode_aprs.o latlong.o textcolor.o \
237-
dtmf.o aprs_tt.o tt_user.o tt_text.o igate.o nmea.o serial_port.o log.o telemetry.o \
237+
dtmf.o aprs_tt.o tt_user.o tt_text.o igate.o waypoint.o serial_port.o log.o telemetry.o \
238238
dwgps.o dwgpsnmea.o dwgpsd.o dtime_now.o \
239239
misc.a geotranz.a
240240
$(CC) -o $@ $^ $(LDFLAGS)

Makefile.macosx

+1-1
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ direwolf : direwolf.o aprs_tt.o audio_portaudio.o audio_stats.o ax25_pad.o beaco
226226
encode_aprs.o encode_aprs.o fcs_calc.o fcs_calc.o gen_tone.o \
227227
geotranz.a hdlc_rec.o hdlc_rec2.o hdlc_send.o igate.o kiss_frame.o \
228228
kiss.o kissnet.o latlong.o latlong.o log.o morse.o multi_modem.o \
229-
nmea.o serial_port.o pfilter.o ptt.o rdq.o recv.o redecode.o rrbb.o server.o \
229+
waypoint.o serial_port.o pfilter.o ptt.o rdq.o recv.o redecode.o rrbb.o server.o \
230230
symbols.o telemetry.o textcolor.o tq.o tt_text.o tt_user.o xmit.o \
231231
dwgps.o dwgpsnmea.o
232232
$(CC) $(CFLAGS) -o $@ $^ -lpthread $(LDLIBS) -lm

Makefile.win

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ direwolf : direwolf.o config.o recv.o demod.o dsp.o demod_afsk.o demod_9600.o hd
7272
decode_aprs.o symbols.o server.o kiss.o kissnet.o kiss_frame.o hdlc_send.o fcs_calc.o \
7373
gen_tone.o morse.o audio_win.o audio_stats.o digipeater.o pfilter.o dedupe.o tq.o xmit.o \
7474
ptt.o beacon.o dwgps.o encode_aprs.o latlong.o textcolor.o \
75-
dtmf.o aprs_tt.o tt_user.o tt_text.o igate.o nmea.o serial_port.o log.o telemetry.o \
75+
dtmf.o aprs_tt.o tt_user.o tt_text.o igate.o waypoint.o serial_port.o log.o telemetry.o \
7676
dwgps.o dwgpsnmea.o dtime_now.o \
7777
dw-icon.o regex.a misc.a geotranz.a
7878
$(CC) $(CFLAGS) -o $@ $^ -lwinmm -lws2_32

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
In the early days of Amateur Packet Radio, it was necessary to use a “Terminal Node Controller” (TNC) with specialized hardware. Those days are gone. You can now get better results at lower cost by connecting your radio to the “soundcard” interface of a computer and using software to decode the signals.
77

8-
Dire Wolf is a software "soundcard" modem/TNC and [APRS](http://www.aprs.org/) encoder/decoder. It can be used stand-alone to observe APRS traffic, as a digipeater, [APRStt](http://www.aprs.org/aprstt.html) gateway, or Internet Gateway (IGate). It can also be used as a virtual TNC for other applications such as [APRSIS32](http://aprsisce.wikidot.com/), [UI-View32](http://www.ui-view.net/), [Xastir](http://xastir.org/index.php/Main_Page), [APRS-TW](http://aprstw.blandranch.net/), [YAAC](http://www.ka2ddo.org/ka2ddo/YAAC.html), [UISS](http://users.belgacom.net/hamradio/uiss.htm), [Linux AX25](http://www.linux-ax25.org/wiki/Main_Page), [SARTrack](http://www.sartrack.co.nz/index.html), [RMS Express](http://www.winlink.org/RMSExpress), and many others.
8+
Dire Wolf is a software "soundcard" modem/TNC and [APRS](http://www.aprs.org/) encoder/decoder. It can be used stand-alone to observe APRS traffic, as a digipeater, [APRStt](http://www.aprs.org/aprstt.html) gateway, or Internet Gateway (IGate). It can also be used as a virtual TNC for other applications such as [APRSIS32](http://aprsisce.wikidot.com/), [UI-View32](http://www.ui-view.net/), [Xastir](http://xastir.org/index.php/Main_Page), [APRS-TW](http://aprstw.blandranch.net/), [YAAC](http://www.ka2ddo.org/ka2ddo/YAAC.html), [UISS](http://users.belgacom.net/hamradio/uiss.htm), [Linux AX25](http://www.linux-ax25.org/wiki/Main_Page), [SARTrack](http://www.sartrack.co.nz/index.html), [RMS Express](http://www.winlink.org/RMSExpress), [BPQ32](http://www.cantab.net/users/john.wiseman/Documents/BPQ32.html), and many others.
99

1010

1111
## Features ##

config.c

+41-13
Original file line numberDiff line numberDiff line change
@@ -753,8 +753,10 @@ void config_init (char *fname, struct audio_s *p_audio_config,
753753

754754
//strlcpy (p_misc_config->nullmodem, DEFAULT_NULLMODEM, sizeof(p_misc_config->nullmodem));
755755
strlcpy (p_misc_config->nullmodem, "", sizeof(p_misc_config->nullmodem));
756+
756757
strlcpy (p_misc_config->gpsnmea_port, "", sizeof(p_misc_config->gpsnmea_port));
757-
strlcpy (p_misc_config->nmea_port, "", sizeof(p_misc_config->nmea_port));
758+
strlcpy (p_misc_config->waypoint_port, "", sizeof(p_misc_config->waypoint_port));
759+
758760
strlcpy (p_misc_config->logdir, "", sizeof(p_misc_config->logdir));
759761

760762

@@ -1674,10 +1676,8 @@ void config_init (char *fname, struct audio_s *p_audio_config,
16741676
*/
16751677

16761678
else if (strcasecmp(t, "TXINH") == 0) {
1677-
int it;
16781679
char itname[8];
16791680

1680-
it = ICTYPE_TXINH;
16811681
strlcpy (itname, "TXINH", sizeof(itname));
16821682

16831683
t = split(NULL,0);
@@ -1701,14 +1701,14 @@ void config_init (char *fname, struct audio_s *p_audio_config,
17011701
}
17021702

17031703
if (*t == '-') {
1704-
p_audio_config->achan[channel].ictrl[it].gpio = atoi(t+1);
1705-
p_audio_config->achan[channel].ictrl[it].invert = 1;
1704+
p_audio_config->achan[channel].ictrl[ICTYPE_TXINH].gpio = atoi(t+1);
1705+
p_audio_config->achan[channel].ictrl[ICTYPE_TXINH].invert = 1;
17061706
}
17071707
else {
1708-
p_audio_config->achan[channel].ictrl[it].gpio = atoi(t);
1709-
p_audio_config->achan[channel].ictrl[it].invert = 0;
1708+
p_audio_config->achan[channel].ictrl[ICTYPE_TXINH].gpio = atoi(t);
1709+
p_audio_config->achan[channel].ictrl[ICTYPE_TXINH].invert = 0;
17101710
}
1711-
p_audio_config->achan[channel].ictrl[it].method = PTT_METHOD_GPIO;
1711+
p_audio_config->achan[channel].ictrl[ICTYPE_TXINH].method = PTT_METHOD_GPIO;
17121712
#endif
17131713
}
17141714
}
@@ -3828,18 +3828,46 @@ void config_init (char *fname, struct audio_s *p_audio_config,
38283828
}
38293829

38303830
/*
3831-
* NMEA - Device name for communication with NMEA device.
3832-
* Wasn't documented will probably use WAYPOINT instead.
3831+
* WAYPOINT - Generate WPT NMEA sentences for display on map.
3832+
*
3833+
* WAYPOINT serial-device [ formats ]
3834+
*
38333835
*/
3834-
else if (strcasecmp(t, "nmea") == 0) {
3836+
else if (strcasecmp(t, "waypoint") == 0) {
38353837
t = split(NULL,0);
38363838
if (t == NULL) {
38373839
text_color_set(DW_COLOR_ERROR);
3838-
dw_printf ("Config file: Missing device name for NMEA port on line %d.\n", line);
3840+
dw_printf ("Config file: Missing device name for WAYPOINT on line %d.\n", line);
38393841
continue;
38403842
}
38413843
else {
3842-
strlcpy (p_misc_config->nmea_port, t, sizeof(p_misc_config->nmea_port));
3844+
strlcpy (p_misc_config->waypoint_port, t, sizeof(p_misc_config->waypoint_port));
3845+
}
3846+
t = split(NULL,1);
3847+
if (t != NULL) {
3848+
for ( ; *t != '\0' ; t++ ) {
3849+
switch (toupper(*t)) {
3850+
case 'N':
3851+
p_misc_config->waypoint_formats |= WPT_FORMAT_NMEA_GENERIC;
3852+
break;
3853+
case 'G':
3854+
p_misc_config->waypoint_formats |= WPT_FORMAT_GARMIN;
3855+
break;
3856+
case 'M':
3857+
p_misc_config->waypoint_formats |= WPT_FORMAT_MAGELLAN;
3858+
break;
3859+
case 'K':
3860+
p_misc_config->waypoint_formats |= WPT_FORMAT_KENWOOD;
3861+
break;
3862+
case ' ':
3863+
case ',':
3864+
break;
3865+
default:
3866+
text_color_set(DW_COLOR_ERROR);
3867+
dw_printf ("Config file: Invalid output format '%c' for WAYPOINT on line %d.\n", *t, line);
3868+
break;
3869+
}
3870+
}
38433871
}
38443872
}
38453873

config.h

+13-2
Original file line numberDiff line numberDiff line change
@@ -43,16 +43,27 @@ struct misc_config_s {
4343

4444
char gpsnmea_port[20]; /* Serial port name for reading NMEA sentences from GPS. */
4545
/* e.g. COM22, /dev/ttyACM0 */
46+
/* Currently no option for setting non-standard speed. */
4647

4748
char gpsd_host[20]; /* Host for gpsd server. */
4849
/* e.g. localhost, 192.168.1.2 */
4950

5051
int gpsd_port; /* Port number for gpsd server. */
5152
/* Default is 2947. */
5253

54+
55+
char waypoint_port[20]; /* Serial port name for sending NMEA waypoint sentences */
56+
/* to a GPS map display or other mapping application. */
5357
/* e.g. COM22, /dev/ttyACM0 */
54-
char nmea_port[20]; /* Serial port name for NMEA communication with GPS */
55-
/* receiver and/or mapping application. Change this. */
58+
/* Currently no option for setting non-standard speed. */
59+
60+
int waypoint_formats; /* Which sentence formats should be generated? */
61+
62+
#define WPT_FORMAT_NMEA_GENERIC 0x01 /* N $GPWPT */
63+
#define WPT_FORMAT_GARMIN 0x02 /* G $PGRMW */
64+
#define WPT_FORMAT_MAGELLAN 0x04 /* M $PMGNWPL */
65+
#define WPT_FORMAT_KENWOOD 0x08 /* K $PKWDWPL */
66+
5667

5768
char logdir[80]; /* Directory for saving activity logs. */
5869

direwolf.c

+9-6
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
#include "kiss.h"
9090
#include "kissnet.h"
9191
#include "kiss_frame.h"
92-
#include "nmea.h"
92+
#include "waypoint.h"
9393
#include "gen_tone.h"
9494
#include "digipeater.h"
9595
#include "tq.h"
@@ -103,6 +103,7 @@
103103
#include "igate.h"
104104
#include "symbols.h"
105105
#include "dwgps.h"
106+
#include "waypoint.h"
106107
#include "log.h"
107108
#include "recv.h"
108109
#include "morse.h"
@@ -162,6 +163,7 @@ static int q_h_opt = 0; /* "-q h" Quiet, suppress the "heard" line with audio
162163
static int q_d_opt = 0; /* "-q d" Quiet, suppress the decoding of APRS packets. */
163164

164165

166+
165167
static struct misc_config_s misc_config;
166168

167169

@@ -236,8 +238,8 @@ int main (int argc, char *argv[])
236238

237239
text_color_init(t_opt);
238240
text_color_set(DW_COLOR_INFO);
239-
dw_printf ("Dire Wolf version %d.%d (%s) Beta Test\n", MAJOR_VERSION, MINOR_VERSION, __DATE__);
240-
//dw_printf ("Dire Wolf DEVELOPMENT version %d.%d %s (%s)\n", MAJOR_VERSION, MINOR_VERSION, "K", __DATE__);
241+
//dw_printf ("Dire Wolf version %d.%d (%s) Beta Test\n", MAJOR_VERSION, MINOR_VERSION, __DATE__);
242+
dw_printf ("Dire Wolf DEVELOPMENT version %d.%d %s (%s)\n", MAJOR_VERSION, MINOR_VERSION, "A", __DATE__);
241243
//dw_printf ("Dire Wolf version %d.%d\n", MAJOR_VERSION, MINOR_VERSION);
242244

243245
#if defined(ENABLE_GPSD) || defined(USE_HAMLIB)
@@ -451,9 +453,9 @@ int main (int argc, char *argv[])
451453
// separate out gps & waypoints.
452454

453455
case 'g': d_g_opt++; break;
456+
case 'w': waypoint_set_debug (1); break; // not documented yet.
454457
case 't': d_t_opt++; beacon_tracker_set_debug (d_t_opt); break;
455458

456-
case 'w': nmea_set_debug (1); break; // not documented yet.
457459
case 'p': d_p_opt = 1; break; // TODO: packet dump for xmit side.
458460
case 'o': d_o_opt++; ptt_set_debug(d_o_opt); break;
459461
case 'i': d_i_opt++; break;
@@ -698,7 +700,7 @@ int main (int argc, char *argv[])
698700
*/
699701
dwgps_init (&misc_config, d_g_opt);
700702

701-
nmea_init (&misc_config); // TODO: revisit.
703+
waypoint_init (&misc_config);
702704

703705
/*
704706
* Create thread for trying to salvage frames with bad FCS.
@@ -946,7 +948,7 @@ void app_process_rec_packet (int chan, int subchan, int slice, packet_t pp, alev
946948
// Convert to NMEA waypoint sentence if we have a location.
947949

948950
if (A.g_lat != G_UNKNOWN && A.g_lon != G_UNKNOWN) {
949-
nmea_send_waypoint (strlen(A.g_name) > 0 ? A.g_name : A.g_src,
951+
waypoint_send_sentence (strlen(A.g_name) > 0 ? A.g_name : A.g_src,
950952
A.g_lat, A.g_lon, A.g_symbol_table, A.g_symbol_code,
951953
DW_FEET_TO_METERS(A.g_altitude_ft), A.g_course, DW_MPH_TO_KNOTS(A.g_speed_mph),
952954
A.g_comment);
@@ -1026,6 +1028,7 @@ static BOOL cleanup_win (int ctrltype)
10261028
dw_printf ("\nQRT\n");
10271029
log_term ();
10281030
ptt_term ();
1031+
waypoint_term ();
10291032
dwgps_term ();
10301033
SLEEP_SEC(1);
10311034
ExitProcess (0);

dwgpsnmea.c

+17-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@
4747

4848
static int s_debug = 0; /* Enable debug output. */
4949
/* See dwgpsnmea_init description for values. */
50-
50+
51+
static struct misc_config_s *s_save_configp;
5152

5253

5354

@@ -109,6 +110,8 @@ int dwgpsnmea_init (struct misc_config_s *pconfig, int debug)
109110
#endif
110111

111112
s_debug = debug;
113+
s_save_configp = pconfig;
114+
112115

113116
if (s_debug >= 2) {
114117
text_color_set(DW_COLOR_DEBUG);
@@ -160,6 +163,19 @@ int dwgpsnmea_init (struct misc_config_s *pconfig, int debug)
160163
} /* end dwgpsnmea_init */
161164

162165

166+
/* Return fd to share if waypoint wants same device. */
167+
/* Currently both are fixed speed at 4800. */
168+
/* If that ever becomes configurable, that needs to be compared too. */
169+
170+
MYFDTYPE dwgpsnmea_get_fd(char *wp_port_name, int speed)
171+
{
172+
if (strcmp(s_save_configp->gpsnmea_port, wp_port_name) == 0 && speed == 4800) {
173+
return (s_gpsnmea_port_fd);
174+
}
175+
return (MYFDERROR);
176+
}
177+
178+
163179
/*-------------------------------------------------------------------
164180
*
165181
* Name: read_gpsnmea_thread

dwgpsnmea.h

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
/* dwgpsnmea.h - For NMEA sentences over serial port */
2+
/* dwgpsnmea.h - For reading NMEA sentences over serial port */
33

44

55

@@ -8,17 +8,21 @@
88

99
#include "dwgps.h" /* for dwfix_t */
1010
#include "config.h"
11+
#include "serial_port.h" /* for MYFDTYPE */
1112

1213

1314
int dwgpsnmea_init (struct misc_config_s *pconfig, int debug);
1415

16+
MYFDTYPE dwgpsnmea_get_fd(char *wp_port_name, int speed);
17+
1518
void dwgpsnmea_term (void);
1619

1720

1821
dwfix_t dwgpsnmea_gprmc (char *sentence, int quiet, double *odlat, double *odlon, float *oknots, float *ocourse);
1922

2023
dwfix_t dwgpsnmea_gpgga (char *sentence, int quiet, double *odlat, double *odlon, float *oalt, int *onsat);
2124

25+
2226
#endif
2327

2428

man1/direwolf.1

+2
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,8 @@ p = Packet dump in hexadecimal.
7979
.P
8080
g = GPS interface.
8181
.P
82+
W = Waypoints for position or object reports.
83+
.P
8284
t = Tracker beacon.
8385
.P
8486
o = Output controls such as PTT and DCD.

0 commit comments

Comments
 (0)