139 Commits

Author SHA1 Message Date
wb2osz
59d6708698 Add block diagram to README. 2017-10-14 11:39:58 -04:00
wb2osz
8047bebce3 Minor documentation updates. 2017-10-14 11:35:27 -04:00
wb2osz
7efe0ab40b PTT using GPIO of CM108/CM119. 2017-10-09 18:00:59 -04:00
wb2osz
33a34f3466 Issue 104. Allow much longer name for PTT serial port name. 2017-10-08 12:50:07 -04:00
wb2osz
c23ab04338 KISS Set Hardware commands TNC, TXBUF. 2017-10-05 21:31:52 -04:00
wb2osz
cc84a610dd Add brief mention of 9600 baud. 2017-10-04 23:33:16 -04:00
wb2osz
753e619efa Fix compiler warnings. 2017-10-04 20:07:11 -04:00
wb2osz
c904b57d1d Time stamps and documentation for kissutil. 2017-09-30 13:41:58 -04:00
wb2osz
6e34b5f472 Possible crash when CDIGIPEAT did not have optional alias. 2017-09-29 18:31:19 -04:00
wb2osz
c0e135aa07 New "kissutil" application. 2017-09-11 22:38:22 -04:00
wb2osz
30c52862a9 New "kissutil" application. 2017-09-11 22:35:44 -04:00
wb2osz
00cdf7b18d New "kissutil" application. 2017-09-11 22:32:18 -04:00
wb2osz
9d2c993f49 New "kissutil" application. 2017-09-11 22:28:54 -04:00
wb2osz
678b09df3f New kissutil application. 2017-09-11 21:53:38 -04:00
wb2osz
0dbb376129 Merge branch 'dev' of https://github.com/wb2osz/direwolf into dev 2017-08-27 21:19:40 -04:00
wb2osz
eb0da22067 Implement AGW 'Y' command. More error checking. 2017-08-27 21:16:24 -04:00
wb2osz
72470992aa Mac OSX compile fixes. 2017-08-27 11:41:15 -04:00
wb2osz
3a496aa566 Add comments after testing on Raspbian Stretch. 2017-08-20 23:10:32 -04:00
wb2osz
9e940b0b5a Issue 107 - Avoid Signed integer overflows. 2017-07-30 21:43:29 -04:00
wb2osz
ee2805a307 "decode_aprs" utility should not get so upset over q-constructs. 2017-07-20 22:04:23 -04:00
wb2osz
a6f0ad5af7 Version of 21 Jun 2017. 2017-07-19 22:14:44 -04:00
wb2osz
9cab65c8d7 Replace asserts with internal error messages. 2017-07-19 22:10:12 -04:00
wb2osz
d8913f0dbe More Great Circle calculations for future use. 2017-07-19 22:08:34 -04:00
wb2osz
b7ee6dc9c1 Comment about MIC-E format and !DAO! 2017-07-19 22:03:40 -04:00
wb2osz
facdfb9e19 Compatibility with minGW gcc 5.3.0 2017-07-19 21:50:46 -04:00
WB2OSZ
8c4c186730 Automatically enable hamlib support during compile if header file is present. 2017-06-30 22:42:48 -04:00
WB2OSZ
c7c60c4a35 Add message that hamlib is currently not supported on Windows. 2017-06-30 21:57:04 -04:00
WB2OSZ
7fcee202ba New station Capabilities and third party Header types for packet filtering. 2017-06-30 21:23:16 -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
647d698656 Add beacon position ambiguity option. 2017-06-14 21:57:34 -04:00
WB2OSZ
ed67bdfd84 Merge branch 'dev' of https://github.com/wb2osz/direwolf into dev 2017-06-11 22:47:09 -04:00
WB2OSZ
4f4583dc37 Issue 66 - In log.c (line 242) "telemetry" should be inserted ahead of "comment" in the header string to be written out. 2017-06-11 22:45:22 -04:00
WB2OSZ
ebdc124a07 Merge branch 'fix/spelling' of git://github.com/irl/direwolf into dev 2017-06-11 22:24:15 -04:00
wb2osz
c9f846becb Merge pull request #101 from DwaineGarden/dev
Dev
2017-06-11 17:16:11 -04:00
WB2OSZ
0da1a9176a Add time slots for beacons. 2017-06-11 16:57:43 -04:00
WB2OSZ
979fdf1767 Issue 102 - PACLEN should not apply to received frame length. 2017-06-05 18:44:57 -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
77f4eb4543 Add more KISS troubleshooting tips. 2017-05-28 20:27:50 -04:00
WB2OSZ
4973ae8490 Add discussion about SDR frequency inaccuracy and calibration. 2017-05-28 20:25:22 -04:00
WB2OSZ
1a0217ec19 decode_aprs can now process KISS or AX.25 frames as sequences of hexadecimal numbers. 2017-05-26 19:49:44 -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
3ce981c196 Mention Bluetooth in the doc/README file. 2017-05-19 19:52:55 -04:00
WB2OSZ
e2324f2e78 Update SDR# section of User Guide. 2017-05-19 19:37:34 -04:00
WB2OSZ
e8f06d22a7 Add mention of rfcomm watch ... socat ... technique. 2017-05-18 20:47:30 -04:00
WB2OSZ
7ef0b17687 Add SERIALKISS and SERIALKISSPOLL config options to User Guide. 2017-05-18 20:04:27 -04:00
Dwaine Garden
fa5627801b Update gen_packets.c
Fix truncation warnings from GCC 7.1
2017-05-16 00:09:38 -04:00
Dwaine Garden
cd564ae398 Update tt_text.c
Fix truncation warnings from GCC 7.1
2017-05-16 00:05:31 -04:00
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