Commit Graph

56 Commits

Author SHA1 Message Date
wb2osz 62e4566cc9 Change version to 1.7 release. 2023-10-28 02:03:19 +01:00
wb2osz fed79a7978 Mention IL2P transmit for channels besides first. 2023-07-17 02:28:16 +01:00
wb2osz e84a622515 Look past third party header for packet filtering. 2023-06-14 01:37:08 +01:00
wb2osz 0058145eff Minor typo. 2023-05-14 23:32:05 +01:00
wb2osz 04ecdbc6fc Complete the new ICHANNEL feature. 2023-01-30 02:50:17 +00:00
wb2osz acace8cd9a Variable speed for gen_packets. 2022-10-01 01:08:28 +01:00
wb2osz 42314b7219 gpsd 3.23 (API 12) compatibility and cleanups. 2022-01-02 02:55:11 +00:00
wb2osz 049614d16c Fix IL2P for 9600 bps. 2021-11-22 21:10:31 -05:00
wb2osz 53e9ff7908 Add IL2P. 2021-10-22 17:29:20 -04:00
wb2osz a1afcbbafe Limited support for CM108/CM119 GPIO PTT on Windows. 2021-02-07 16:19:34 -05:00
wb2osz 5d02e0ba0e Issue 292 - Remove serial port speed restriction for Mac OSX. 2021-01-01 21:03:04 -05:00
wb2osz 085e837a26 Enhanced transmit calibration tone option (-x) with channel and tone selection. 2020-12-31 19:57:31 -05:00
wb2osz 714d03f1d8 Bump version number up to 1.7 development. 2020-11-07 18:38:10 -05:00
wb2osz adae04b05f Finish up overview of changes for 1.6. 2020-10-21 22:54:51 -04:00
wb2osz e2b32d1d2a EAS SAME reception. 2020-06-13 21:33:10 -04:00
wb2osz 0edb44efc3 Build procedure updates. 2020-05-21 22:21:33 -04:00
wb2osz 0dc7cba1c5 AIS reception. 2020-04-19 00:50:18 -04:00
wb2osz 1f2a5cfdb8 FX.25 2020-01-05 20:08:22 -05:00
wb2osz ca7db91da2 Text color improvements. 2019-07-06 20:34:51 -04:00
wb2osz b37fda96fb 2400 bps PSK compatibility with MFJ-2400. 2019-05-19 20:57:56 -04:00
wb2osz d6ea439f98 New features for version 1.6. 2019-04-21 19:57:11 -04:00
wb2osz da0a33ef2a Version 1.5 2018-10-08 09:49:18 -04:00
wb2osz 4ecaf478cf Issue 132 - Sometimes, when outgoing frames would exceeed the "window" size
(MAXFRAME or EMAXFRAME) they would get stuck in a queue and not be released later.
2018-07-02 14:17:02 -04:00
wb2osz 4c6babebd0 1.5 beta test 2. Fixes for TCP KISS on Linux. 2018-02-11 19:48:28 -05:00
wb2osz 2ac99a33dd Minor ocumentation updates. 2018-01-02 22:47:29 -05:00
wb2osz f6c0049e40 Full Duplex. 2017-10-18 20:50:59 -04:00
wb2osz 7efe0ab40b PTT using GPIO of CM108/CM119. 2017-10-09 18:00:59 -04:00
wb2osz c23ab04338 KISS Set Hardware commands TNC, TXBUF. 2017-10-05 21:31:52 -04:00
wb2osz 6e34b5f472 Possible crash when CDIGIPEAT did not have optional alias. 2017-09-29 18:31:19 -04:00
WB2OSZ 52927ce54a Allow single log file with fixed name rather than starting a new one each day. 2017-06-17 19:39:59 -04:00
WB2OSZ 0da1a9176a Add time slots for beacons. 2017-06-11 16:57:43 -04:00
WB2OSZ f358c621d0 V20 configuration option for stations that don't understand AX.25 v2.2. 2017-05-31 20:07:52 -04:00
WB2OSZ be7ee8211e decode_aprs can now process KISS or AX.25 frames as sequences of hexadecimal numbers. 2017-05-24 19:25:08 -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 60fe31c6fc Documentation updates. 2017-04-26 18:11:24 -04:00
WB2OSZ 6b3c8a6a0d Version 1.4 beta test. 2017-04-02 17:13:05 -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 dc292ffcc9 Documentation updates. 2017-01-28 15:28:11 -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 01857c196e Documentation updates for 1.4 development snapshot E. 2016-12-17 10:06:12 -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
2016-11-20 14:58:51 -05: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
WB2OSZ 4f1918c3af Add 2400 & 4800 PSK modems. New functions to handle frames besides UI. 2016-05-01 18:46:47 -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
WB2OSZ 283b768125 Describe how to use CM108 PTT with hamlib. 2016-03-01 20:40:31 -05:00
WB2OSZ 28eda74485 Documentation updates in preparation for 1.3 beta test.
modified:   CHANGES.md
	modified:   README.md
	modified:   doc/Raspberry-Pi-APRS.pdf
	modified:   doc/User-Guide.pdf
2016-02-27 18:07:14 -05:00
WB2OSZ 12cb9108d7 New IGate "SATGATE" option to delay packets heard directly.
modified:   CHANGES.md
	modified:   audio.h
	modified:   ax25_pad.c
	modified:   ax25_pad.h
	modified:   config.c
	modified:   direwolf.c
	modified:   doc/User-Guide.pdf
	modified:   igate.c
	modified:   igate.h
2016-01-30 10:36:15 -05:00
WB2OSZ 87d9fe00b8 Add new "v" packet filter.
Similar to "d" but it considers unused, rather than used, digipeaters.
2016-01-26 23:45:58 -05:00
WB2OSZ 4406c1a5e3 AGW network protocol now works properly for big-endian
processors such as PowerPC or MIPS.
2016-01-15 19:50:22 -05:00
WB2OSZ 78b75e88fd Merge branch 'pd0mz-ptt-hamlib' into dev
Added hamlib support contributed by pd0mz.
2015-12-26 17:08:57 -05:00