346 Commits

Author SHA1 Message Date
WB2OSZ
cf55b774e6 Bluetooth KISS TNC - first rough draft. 2017-05-03 18:42:38 -04:00
WB2OSZ
0da8a46add New file for serial port KISS. 2017-05-03 18:33:31 -04:00
WB2OSZ
a3e6f73cbb Add missing kissserial.h 2017-05-03 18:29:56 -04:00
WB2OSZ
bef8a97323 KISS TNC enhancements: Multiple TCP clients, serial port for Linux, polling for Bluetooth device. 2017-05-03 17:41:37 -04:00
WB2OSZ
23ea24641d Fix download links to be master rather than dev branch. 2017-04-26 20:17:24 -04:00
WB2OSZ
612c2dc928 Merge remote-tracking branch 'origin/dev'
Put version 1.4 into master branch.
1.4
2017-04-26 20:03:55 -04:00
WB2OSZ
15b0f59e3a Add cp -n option to avoid clobbering existing, probably customized, configuration files. 2017-04-26 18:39:18 -04:00
WB2OSZ
607ae3be4d Latest versions of symbols-new.txt and tocalls.txt. 2017-04-26 18:23:27 -04:00
WB2OSZ
c58b689433 Change version from 1.4 beta test to 1.4. 2017-04-26 18:20:36 -04:00
WB2OSZ
60fe31c6fc Documentation updates. 2017-04-26 18:11:24 -04:00
WB2OSZ
9d2fbdd3f7 Minor tweaks to dw-start.sh and documentation. 2017-04-22 11:24:14 -04:00
WB2OSZ
433b283b0f Make dw-start.sh executable. 2017-04-21 21:15:11 -04:00
WB2OSZ
6b3c8a6a0d Version 1.4 beta test. 1.4-beta 2017-04-02 17:13:05 -04:00
WB2OSZ
aa28c9cadc Enhanced dw-start.sh script and better documentation. 2017-04-02 16:56:36 -04:00
WB2OSZ
7f77b29e89 Proper trimming at CR/LF for RF>IS IGate. 2017-04-01 10:36:36 -04:00
WB2OSZ
2fec597581 Allow more flexible naming of GPIO pins. e.g. CubieBoard. 2017-04-01 09:26:31 -04:00
WB2OSZ
b6254da203 Issue 84. IGate was truncating packets that contained nul character
in the information/comment part.
2017-03-05 15:15:33 -05:00
WB2OSZ
785c8deffa Minor documentation updates. 2017-03-05 15:04:10 -05:00
WB2OSZ
6be16ab3c8 More error checking in config file.
Complain if filter already specified for this from/to pair.
2017-03-05 14:56:34 -05:00
WB2OSZ
67b11d4922 Don't digipeat packets when the source is my call. 2017-03-05 14:51:08 -05:00
WB2OSZ
58c2707f7d Take advantage of new 'gpio' group and new /sys/class/gpio ownership in Raspbian Jessie.
Handle more complicated gpio naming for CubieBoard, etc.
2017-03-05 14:32:58 -05:00
WB2OSZ
dc292ffcc9 Documentation updates. 2017-01-28 15:28:11 -05:00
WB2OSZ
ded9a7842c Replace specific file path with variable reference.
https://github.com/wb2osz/direwolf/pull/80
2017-01-22 11:06:22 -05:00
WB2OSZ
91839bcb1a Do not overwrite existing CFLAGS and LDFLAGS.
https://github.com/wb2osz/direwolf/pull/38
2017-01-22 10:01:16 -05:00
WB2OSZ
6207e2eb3e Add Outpost Packet Message Manager to list of compatible software. Requires version 1.4. 2017-01-02 17:53:56 -05:00
WB2OSZ
02dbfcad2d Add Outpost Packet Message Manager to list of compatible software. Requires version 1.4. 2017-01-02 17:50:07 -05:00
WB2OSZ
74ac4812d5 New client side packet filter to select "messages" only to stations that have been heard nearby recently. This is now the default if no IS to RF filter is specified.
Expanded debug options so you can understand what is going on with packet filtering.

Added new document Successful-APRS-IGate-Operation.pdf with IGate background, configuration, and troubleshooting tips.
2017-01-01 11:49:55 -05:00
WB2OSZ
3516de7f6a Fix compile warnings found when adding -Wall and others. 2016-12-23 11:28:39 -05:00
WB2OSZ
40047e91d9 Fix segmentation fault when -p command line option used.
We need to define a couple more symbols for glibc >= 2.24.

Complete details:
https://github.com/wb2osz/direwolf/issues/62

	modified:   Makefile.linux
	modified:   Makefile.macosx
2016-12-21 08:47:08 -05:00
WB2OSZ
01857c196e Documentation updates for 1.4 development snapshot E. 1.4-dev-E 2016-12-17 10:06:12 -05:00
WB2OSZ
200f669bbc PTT was being turned off too soon when sending Morse code.
Add capability to send DTMF tones.
-qd option now suppresses complaints about telemetry packets.
Handle more than 150 destinations in tocalls.txt.
2016-12-16 20:12:38 -05:00
WB2OSZ
7a88785fad Minor cleanups. 2016-12-16 17:10:56 -05:00
WB2OSZ
d85abe214f AX.25 v2.2 connected mode.
modified:   CHANGES.md
	modified:   Makefile.linux
	modified:   Makefile.macosx
	modified:   Makefile.win
	modified:   README.md
	modified:   atest.c
	modified:   audio.h
	new file:   ax25_link.c
	new file:   ax25_link.h
	modified:   ax25_pad.c
	modified:   ax25_pad.h
	modified:   ax25_pad2.c
	new file:   cdigipeater.c
	new file:   cdigipeater.h
	modified:   config.c
	modified:   config.h
	modified:   digipeater.c
	modified:   direwolf.c
	modified:   direwolf.h
	modified:   dlq.c
	modified:   dlq.h
	modified:   doc/Going-beyond-9600-baud.pdf
	modified:   doc/Raspberry-Pi-APRS.pdf
	modified:   doc/Raspberry-Pi-SDR-IGate.pdf
	modified:   doc/User-Guide.pdf
	modified:   gen_packets.c
	modified:   hdlc_rec.c
	modified:   hdlc_send.c
	modified:   hdlc_send.h
	modified:   igate.c
	modified:   log.c
	modified:   log.h
	modified:   multi_modem.c
	modified:   pfilter.c
	modified:   pfilter.h
	modified:   ptt.c
	modified:   recv.c
	modified:   serial_port.c
	modified:   server.c
	modified:   server.h
	modified:   symbols-new.txt
	modified:   tocalls.txt
	modified:   tq.c
	modified:   tq.h
	modified:   waypoint.c
	modified:   xid.c
	new file:   xid.h
	modified:   xmit.c
1.4-dev-D
2016-11-20 14:58:51 -05:00
WB2OSZ
11e9e18e97 The github "issues" section is for reporting software defects and enhancement requests. It is NOT a place to ask questions or have general discussions. Please use one of the locations above. 2016-09-21 09:20:58 -04:00
WB2OSZ
2a08f33966 Recognize MIC-E format for Kenwood TH-D74.
modified:   decode_aprs.c
2016-09-17 19:20:07 -04:00
WB2OSZ
b2548ec58f Issue 52. Failed to compile with gcc 6.1. 2016-08-23 19:13:59 -04:00
WB2OSZ
6a3b1faf99 Addition to SDR iGate Doc #41 2016-07-03 20:20:54 -04:00
WB2OSZ
3e9118ba17 1.4 development snapshot C.
IBEACON for IGate statistics.  NMEA style waypoints.  Clean up compile warnings and header file use for Windows.
2016-07-03 18:09:34 -04:00
Iain R. Learmonth
8509fe58ff Fix up some spelling and man page formatting 2016-05-29 15:51:54 +01:00
WB2OSZ
48aeb43829 Minor documentation updates. 2016-05-27 23:49:14 -04:00
WB2OSZ
209a858a6a Replace 1.3 beta test by version 1.3.
No functional changes, only minor documentation updates.
1.3
2016-05-02 20:08:29 -04:00
WB2OSZ
4f1918c3af Add 2400 & 4800 PSK modems. New functions to handle frames besides UI. 2016-05-01 18:46:47 -04:00
WB2OSZ
ccae7529bf Allow data rates greater than 9600 baud.
modified:   audio.h
	modified:   demod.c
	modified:   direwolf.c
	modified:   gen_packets.c
	modified:   gen_tone.c
2016-03-26 21:04:28 -04:00
WB2OSZ
8b9c6fcf4a Fix two problems with KISS pseudo terminal interface.
(1)  kissattach: Error setting line discipline:
	TIOCSETD: Device or resource busy

(2)  Hang, and other resulting problems, when -p command line
	option used but there was no application reading
	from the pseudo terminal.
2016-03-25 22:20:27 -04:00
WB2OSZ
77a3b50eb8 Remove assert for invalid transmit channel and issue proper message. 2016-03-25 21:41:23 -04:00
WB2OSZ
b35a674204 Remove assert for invalid transmit channel and issue proper message. 2016-03-25 21:39:32 -04:00
WB2OSZ
8162648e57 Merge branch 'la5nta-fix/kissattach_issue' into dev 2016-03-20 22:32:30 -04:00
WB2OSZ
958f210843 Merge branch 'fix/kissattach_issue' of git://github.com/la5nta/direwolf into la5nta-fix/kissattach_issue 2016-03-20 22:32:08 -04:00
WB2OSZ
17e1166a7f Packet filtering treated telemetry metadata as messages rather than telemetry.
modified:   CHANGES.md
	modified:   pfilter.c
2016-03-20 19:32:57 -04:00
WB2OSZ
1f8b330185 Generate NMEA waypoint sentences ($PKWDWPL, etc.) for position and object reports.
These can be used by Geosat AvMap or other mapping applications.
2016-03-20 19:23:09 -04:00