Commit Graph

  • fe6cba2b0d
    Merge pull request #309 from df7cb/telemetry-python3 wb2osz 2021-01-03 17:47:36 -0500
  • a30f90956b scripts/telemetry-toolkit/telem-volts.py: Port to python3 #309 Christoph Berg 2021-01-03 22:45:36 +0100
  • 81447ed49f Comments about units. wb2osz 2021-01-01 21:12:07 -0500
  • 6513efd052 Fix UNITTEST for MacOSX. wb2osz 2021-01-01 21:09:25 -0500
  • 5d02e0ba0e Issue 292 - Remove serial port speed restriction for Mac OSX. wb2osz 2021-01-01 21:03:04 -0500
  • 14d6eed205 Merge branch 'hessu-feature/dns-sd' into dev wb2osz 2021-01-01 19:57:06 -0500
  • 6f95752cab Merge branch 'feature/dns-sd' of git://github.com/hessu/direwolf into hessu-feature/dns-sd wb2osz 2021-01-01 19:55:58 -0500
  • 085e837a26 Enhanced transmit calibration tone option (-x) with channel and tone selection. wb2osz 2020-12-31 19:57:31 -0500
  • 1cad6edb42 Allow radio channel number for -x transmit calibration tone option. wb2osz 2020-12-31 19:49:55 -0500
  • 8bca4862b0
    Merge pull request #305 from BehemothTheKitten/x_fm_calibrate wb2osz 2020-12-31 15:04:53 -0500
  • 52e3a5b3af Display speed and altitude in both metric and Imperial units. wb2osz 2020-12-31 14:42:27 -0500
  • 1d67b44669 Issue 150 - Check whether platform provides strlcpy & strlcat or if we need to provide our own. wb2osz 2020-12-30 22:32:09 -0500
  • feb1034cca Implement DNS-SD publishing of KISS over TCP service on Linux and Mac #307 Heikki Hannikainen 2020-12-27 13:48:46 +0000
  • 76dfec21db Add option -m to decode to metric #306 Thomas Habets 2020-04-23 16:24:20 +0100
  • f8c221e579 Add option -m to decode to metric #267 Thomas Habets 2020-04-23 16:24:20 +0100
  • 042a0c44ed Addded options to transmit steady tones at various frequencies (including 1200/2200Hz) to -x command line argument in Direwolf. This is useful for calibrating FM deviation using a meter, devcal, or manually. See: #305 BehemothTheKitten 2020-12-23 14:52:32 -0600
  • ca6c4b06e1 Check for ntp clock shift when scheduling next beacon. Otherwise direwolf continuously transmits all beacons until it's caught up with the new system clock, which could be days. #301 craigerl 2020-12-02 07:38:25 -0800
  • 07fdc7544f Raise upper limits. wb2osz 2020-11-27 22:21:07 -0500
  • c1e19601f5 More consistent results. wb2osz 2020-11-27 21:56:19 -0500
  • 9922f176b2 New AFSK demodulators. 'A' uses mark and space filters but simpler and cleaner than earlier attempts. New 'B' uses a different technique where the demodulated signal is proportional to the frequency. wb2osz 2020-11-27 21:25:35 -0500
  • c071a7d053 Merge branch 'dev' into jj1bdx-apple-serialspeed #292 Kenji Rikitake 2020-11-23 09:59:25 +0900
  • fdf660a7f1 New "-d d" command line option for APRStt debug. wb2osz 2020-11-21 20:13:51 -0500
  • 791982a5e4
    Merge pull request #261 from ew1abz/dev wb2osz 2020-11-14 10:54:43 -0500
  • adebd06a05 Issue 297 - FORCE_SSE is always active on i386/amd64 wb2osz 2020-11-14 10:14:43 -0500
  • 48b9bac872 When decoding a third party traffic packet, decode the payload. wb2osz 2020-11-13 20:46:57 -0500
  • e272ff87c8 Issue 269 - Morse code 'I' was sent wrong. wb2osz 2020-11-07 21:09:25 -0500
  • 714d03f1d8 Bump version number up to 1.7 development. wb2osz 2020-11-07 18:38:10 -0500
  • 8ac14f86f5 Mention cmake scripts contributor. wb2osz 2020-11-07 18:12:46 -0500
  • a20728762b Issue 298 - Add beacon SOURCE option to override AX.25 source. wb2osz 2020-11-07 17:43:47 -0500
  • 4a1aa2b148 Issue 296 - Avoid potential buffer overflow. wb2osz 2020-11-05 18:51:00 -0500
  • 413855e791 Merge branch 'dev' to master for release 1.6. 1.6 1.6 wb2osz 2020-10-27 20:45:30 -0400
  • bfc708d014 Final User Guide for release 1.6. wb2osz 2020-10-27 20:25:09 -0400
  • 37f148ef25 Misc. RPi documentation updates for release 1.6. wb2osz 2020-10-27 20:15:28 -0400
  • 7cd027fcda Issue 295 - Yet another incompatible change for the libgps API. wb2osz 2020-10-27 18:04:07 -0400
  • 512e8f88a9 Avoid compiler error. wb2osz 2020-10-26 20:41:49 -0400
  • fb888577fb Cleanup sample direwolf.conf file. wb2osz 2020-10-26 20:23:40 -0400
  • 91bc2d9627 ADEVICE example for Mac OSX and misc. cleanup. wb2osz 2020-10-25 22:52:57 -0400
  • e8f1133226 Increase tocalls limit. wb2osz 2020-10-25 22:01:09 -0400
  • 79d80ccb8e Change from development to release version. wb2osz 2020-10-25 21:38:51 -0400
  • 3960942488 Fix compile warnings on Mac. wb2osz 2020-10-25 21:35:19 -0400
  • 3a5f72acab direwolf man page: AIS, EAS, FX.25, text colors. wb2osz 2020-10-25 19:28:45 -0400
  • ff34d92776 EAS to APRS message converter and Ham Radio of Things (HRoT). wb2osz 2020-10-24 19:45:43 -0400
  • 3a6a35785f More examples of applications. wb2osz 2020-10-24 19:44:21 -0400
  • a10c2175fe Latest tocalls.txt. wb2osz 2020-10-24 19:39:31 -0400
  • fda6f52437 Add another example to use FX.25. wb2osz 2020-10-24 19:37:14 -0400
  • b12e56fef4 Add link to more information. wb2osz 2020-10-24 19:33:58 -0400
  • 3e4c28231a Packaging for both 32 and 64 bit Windows platforms. wb2osz 2020-10-24 19:01:20 -0400
  • c0fc5f052d Increase default for time since message addressee heard. wb2osz 2020-10-24 11:38:44 -0400
  • adae04b05f Finish up overview of changes for 1.6. wb2osz 2020-10-21 22:54:51 -0400
  • 7d4a49aecb Issue 290 - Add capability to set serial port speed for hamlib. wb2osz 2020-10-21 22:07:19 -0400
  • f0bd085a13 Makefile to help transition people to new build procedure for 1.6. wb2osz 2020-10-21 21:53:45 -0400
  • 0775e4b6a2 Misc. documentation updates. wb2osz 2020-10-21 21:50:28 -0400
  • 66ebee8f8a Remove serial port speed restriction for macOS Kenji Rikitake 2020-09-29 20:27:34 +0900
  • 0ed3cd2863 Clarify, simplify. wb2osz 2020-07-25 10:30:34 -0400
  • 96fdf71069 Make build instructions more explicit. wb2osz 2020-07-25 10:02:41 -0400
  • 909b703b7e FX.25 enable value 1 now selects appropriate tag for frame length. wb2osz 2020-06-22 17:04:03 -0400
  • 4b0395aeaf Remove speed warning for special cases. wb2osz 2020-06-20 21:15:44 -0400
  • d747620257 Add another search location for tocalls.txt. wb2osz 2020-06-20 21:06:00 -0400
  • 74cf91cc98 Issue 241 - Catch up with new gpsd incompatbilities. wb2osz 2020-06-20 20:49:00 -0400
  • 81d11c5e93 Add libgpiod support Vladimir K 2020-04-05 19:43:41 -0700
  • 742452437f Add Github action for x86_64 Linux build #282 Vladimir K 2020-06-13 21:24:03 -0700
  • e2b32d1d2a EAS SAME reception. wb2osz 2020-06-13 21:33:10 -0400
  • e3f834f261 Small improvement of FX.25 RS encoder speed #281 Justin Brzozoski 2020-06-09 22:51:59 -0400
  • 5fd8120de7 Add AIS documentation. wb2osz 2020-06-01 23:08:12 -0400
  • e9482ca0b2 Mention FX.25 compatibility with UZ7HO soundmodem. wb2osz 2020-06-01 21:02:02 -0400
  • 45136a91eb AIS Reception enhancements. wb2osz 2020-05-26 21:20:37 -0400
  • 0edb44efc3 Build procedure updates. wb2osz 2020-05-21 22:21:33 -0400
  • 6be428bea1 More comments. wb2osz 2020-05-21 22:19:45 -0400
  • dc40b461d0 Add troubleshooting tip to error message. wb2osz 2020-05-21 22:18:33 -0400
  • 0661e23f21 Issue 271 - DCD dropping at wrong time. wb2osz 2020-05-21 21:37:34 -0400
  • fd5d2d4f72 Add utility `cm108_set_gpio` to set CM108 GPIO pin for troubleshooting. #274 Matt Fata 2020-05-19 06:33:17 -0400
  • 1c14d4b39c gen_packets: fix crash in send_packet #273 Alexandra Sandulescu 2020-05-18 16:57:33 +0200
  • 28e9e08e7e
    Fixed bug in Morse Code for 'I' #269 alanbjohnston 2020-05-02 13:40:28 -0400
  • 74a5c34a94 AIS refinements. wb2osz 2020-04-25 07:59:06 -0400
  • b99f9f33c2
    Merge pull request #268 from mdomsch/systemd wb2osz 2020-04-25 07:18:55 -0400
  • 3135bb570b Add rpm spec and systemd files #268 Matt Domsch 2020-04-24 08:33:09 -0500
  • f293186403 Issue 266 - Default compile options now allow the result to run on a wider range of CPUs rather than optimizing for the build machine. wb2osz 2020-04-22 19:39:24 -0400
  • b41b4445fb AIS reception. wb2osz 2020-04-19 00:59:32 -0400
  • 0dc7cba1c5 AIS reception. wb2osz 2020-04-19 00:50:18 -0400
  • 65d8d265cd More complete monitoring messages to AGW client app. wb2osz 2020-04-13 21:07:10 -0400
  • c15903edb9 Issue 252 - Direwolf segments large frames when sending AX.25 version 2.0 packets. Instead, it should simply divide the data into packets without segment headers, on an AX.25 version 2.0 connection. wb2osz 2020-04-13 20:54:42 -0400
  • e654ca46a6 Documenation updates for 1.6. wb2osz 2020-04-03 21:09:23 -0400
  • 45cad0ff78 cmake: Avoid try_run when cross-compiling #261 Vladimir K 2020-03-29 19:12:43 -0700
  • cab47cfc48 -h command line option for help. wb2osz 2020-03-21 19:02:39 -0400
  • 1484350465 Pull request 259 - Identify '{{' as user defined experimental. wb2osz 2020-03-21 18:06:57 -0400
  • 6ce9e2b4d6 Identify user-defined experimental data format as {{ per APRS spec #259 Scott Howard 2020-03-21 12:51:58 -0400
  • d54bf40320
    Update dwgpsd.c #255 lbartoletti 2020-03-05 18:19:11 +0100
  • fde5bf6816 Update tocalls.txt. wb2osz 2020-02-20 20:40:46 -0500
  • e54b851633 FreeBSD build fixes. wb2osz 2020-01-26 19:55:53 -0500
  • c2b231494a Proper detection for udev. wb2osz 2020-01-19 18:44:25 -0500
  • 7e44139eb3 Better error checking and helpful message. wb2osz 2020-01-19 18:42:50 -0500
  • 4e816f8f8d chmod +x script wb2osz 2020-01-16 20:57:12 -0500
  • 033d509920 Remove non-ASCII characters. wb2osz 2020-01-15 06:54:56 -0500
  • 63b78c9fae More commentary on the FX.25 audio recordings found. We need some better test cases. wb2osz 2020-01-12 22:48:40 -0500
  • 1f2a5cfdb8 FX.25 wb2osz 2020-01-05 20:08:22 -0500
  • 540a45eebf
    Make udev rules obey $DESTDIR on Linux #239 JK Wood 2019-12-29 11:12:57 -0600
  • f08ed518b3
    Merge pull request #236 from mdomsch/include-stddef wb2osz 2019-12-07 15:12:38 -0500
  • 2d4a8f4907 Include <stddef.h> everywhere ptrdiff_t is used #236 Matt Domsch 2019-12-04 21:38:12 -0600
  • 17ac5e5396
    Update direwolf.h #235 Dwaine Garden 2019-12-02 18:47:39 -0500
  • d5cec4dc84 Fix compiler warnings for platforms where size of long is different than size of pointer. wb2osz 2019-11-30 20:20:13 -0500