[hamradio-commits] [direwolf] branch upstream updated (6f75828 -> 6e91e57)

Iain R. Learmonth irl at moszumanska.debian.org
Wed Sep 7 12:03:16 UTC 2016


This is an automated email from the git hooks/post-receive script.

irl pushed a change to branch upstream
in repository direwolf.

      from  6f75828   Imported Upstream version 1.2
       new  6e91e57   Imported Upstream version 1.3

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .gitattributes                                     |   41 +
 .gitignore                                         |  107 +
 APRStt-Implementation-Notes.pdf                    |  Bin 1007433 -> 0 bytes
 CHANGES.md                                         |  329 +
 CHANGES.txt                                        |  314 -
 LICENSE-dire-wolf.txt                              |  562 +-
 LICENSE-other.txt                                  |    8 +-
 Makefile                                           |   11 +-
 Makefile.linux                                     |  541 +-
 Makefile.macosx                                    |  620 ++
 Makefile.win                                       |  999 ++-
 README.md                                          |   96 +
 Raspberry-Pi-APRS-Tracker.pdf                      |  Bin 717451 -> 0 bytes
 Raspberry-Pi-APRS.pdf                              |  Bin 1558740 -> 0 bytes
 User-Guide.pdf                                     |  Bin 3139411 -> 0 bytes
 aclients.c                                         | 1694 ++--
 aprs_tt.c                                          | 3581 ++++----
 aprs_tt.h                                          |  309 +-
 atest.c                                            | 1482 ++--
 audio.c                                            | 2823 +++---
 audio.h                                            |  664 +-
 audio_portaudio.c                                  | 1326 +++
 audio_stats.c                                      |  178 +
 audio_stats.h                                      |    7 +
 audio_win.c                                        | 2311 +++--
 ax25_pad.c                                         | 4635 +++++-----
 ax25_pad.h                                         |  759 +-
 beacon.c                                           | 1731 ++--
 beacon.h                                           |   12 +-
 config.c                                           | 7885 +++++++++--------
 config.h                                           |  322 +-
 decode_aprs.c                                      | 9047 ++++++++++----------
 decode_aprs.h                                      |  236 +-
 dedupe.c                                           |  497 +-
 dedupe.h                                           |   20 +-
 demod.c                                            | 1753 ++--
 demod.h                                            |   32 +-
 demod_9600.c                                       | 1044 ++-
 demod_9600.h                                       |   50 +-
 demod_afsk.c                                       | 2301 ++---
 demod_afsk.h                                       |   16 +-
 digipeater.c                                       | 1860 ++--
 digipeater.h                                       |  142 +-
 direwolf.c                                         | 2149 ++---
 direwolf.conf                                      |  458 -
 direwolf.h                                         |  390 +-
 direwolf.spec                                      |    0
 direwolf.txt                                       | 1064 +--
 dlq.c                                              | 1276 +--
 dlq.h                                              |   59 +-
 ...er-APRS-Packet-Demodulator-Part-1-1200-baud.pdf |  Bin
 ...er-APRS-Packet-Demodulator-Part-2-9600-baud.pdf |  Bin
 doc/A-Closer-Look-at-the-WA8LMF-TNC-Test-CD.pdf    |  Bin 0 -> 461593 bytes
 doc/APRS-Telemetry-Toolkit.pdf                     |  Bin 0 -> 1253277 bytes
 doc/APRStt-Implementation-Notes.pdf                |  Bin 0 -> 1502085 bytes
 doc/APRStt-Listening-Example.pdf                   |  Bin 0 -> 789455 bytes
 doc/APRStt-interface-for-SARTrack.pdf              |  Bin 0 -> 1123525 bytes
 doc/README.md                                      |   81 +
 doc/Raspberry-Pi-APRS-Tracker.pdf                  |  Bin 0 -> 732449 bytes
 doc/Raspberry-Pi-APRS.pdf                          |  Bin 0 -> 1873515 bytes
 doc/Raspberry-Pi-SDR-IGate.pdf                     |  Bin 0 -> 543002 bytes
 doc/User-Guide.pdf                                 |  Bin 0 -> 3506061 bytes
 doc/WA8LMF-TNC-Test-CD-Results.pdf                 |  Bin 0 -> 488843 bytes
 dsp.c                                              |  504 +-
 dsp.h                                              |   18 +-
 dtime_now.c                                        |  113 +-
 dtime_now.h                                        |    4 +-
 dtmf.c                                             |  922 +-
 dtmf.h                                             |   24 +-
 dw-icon.ico                                        |  Bin
 dw-icon.png                                        |  Bin
 dw-icon.rc                                         |    0
 dw-start.sh                                        |   39 +-
 dwespeak.bat                                       |   14 +-
 dwespeak.sh                                        |    0
 dwgps.c                                            |  687 +-
 dwgps.h                                            |   76 +-
 dwgpsd.c                                           |  440 +
 dwgpsd.h                                           |   22 +
 dwgpsnmea.c                                        |  800 ++
 dwgpsnmea.h                                        |   28 +
 encode_aprs.c                                      | 1713 ++--
 encode_aprs.h                                      |   32 +-
 fcs_calc.c                                         |  216 +-
 fcs_calc.h                                         |   22 +-
 fsk_demod_agc.h                                    |    4 +-
 fsk_demod_state.h                                  |  527 +-
 fsk_filters.h                                      |   14 +-
 fsk_gen_filter.h                                   |   28 +-
 gen_packets.c                                      | 1565 ++--
 gen_tone.c                                         |  971 ++-
 gen_tone.h                                         |   33 +-
 direwolf.txt => generic.conf                       | 1105 +--
 geotranz/README-FIRST.txt                          |   10 +-
 geotranz/error_string.c                            |  262 +-
 geotranz/error_string.h                            |   14 +-
 geotranz/mgrs.c                                    | 2694 +++---
 geotranz/mgrs.h                                    |  506 +-
 geotranz/polarst.c                                 | 1046 +--
 geotranz/polarst.h                                 |  404 +-
 geotranz/readme.txt                                |   82 +-
 geotranz/releasenotes.txt                          |  930 +-
 geotranz/tranmerc.c                                | 1236 +--
 geotranz/tranmerc.h                                |  418 +-
 geotranz/ups.c                                     |  604 +-
 geotranz/ups.h                                     |  350 +-
 geotranz/usng.c                                    | 2512 +++---
 geotranz/usng.h                                    |  504 +-
 geotranz/utm.c                                     |  708 +-
 geotranz/utm.h                                     |  356 +-
 grm_sym.h                                          | 1002 +--
 hdlc_rec.c                                         | 1297 +--
 hdlc_rec.h                                         |   55 +-
 hdlc_rec2.c                                        | 2360 +++--
 hdlc_rec2.h                                        |  145 +-
 hdlc_send.c                                        |  432 +-
 hdlc_send.h                                        |   20 +-
 igate.c                                            | 3608 ++++----
 igate.h                                            |  154 +-
 kiss.c                                             | 1924 ++---
 kiss.h                                             |   42 +-
 kiss_frame.c                                       | 1332 +--
 kiss_frame.h                                       |  106 +-
 kissnet.c                                          | 1375 +--
 kissnet.h                                          |   42 +-
 latlong.c                                          | 1583 ++--
 latlong.h                                          |   46 +-
 ll2utm.c                                           |  226 +-
 log.c                                              |  738 +-
 log.h                                              |   32 +-
 log2gpx.c                                          | 1084 +--
 man1/aclients.1                                    |    7 +-
 man1/direwolf.1                                    |   16 +-
 man1/gen_packets.1                                 |    8 +-
 mgn_icon.h                                         |  534 +-
 misc/README-dire-wolf.txt                          |   43 +-
 misc/strcasestr.c                                  |  128 +-
 misc/strlcat.c                                     |  127 +
 misc/strlcpy.c                                     |  119 +
 misc/strsep.c                                      |   44 +-
 misc/strtok_r.c                                    |  204 +-
 morse.c                                            |  924 +-
 morse.h                                            |    8 +
 multi_modem.c                                      | 1333 ++-
 multi_modem.h                                      |   39 +-
 nmea.c                                             | 1502 +---
 nmea.h                                             |   38 +-
 pfilter.c                                          | 2210 ++---
 pfilter.h                                          |    6 +-
 ptt.c                                              | 2233 ++---
 ptt.h                                              |   51 +-
 rdq.c                                              |  748 +-
 rdq.h                                              |   56 +-
 recv.c                                             |  655 +-
 recv.h                                             |   10 +-
 redecode.c                                         |  507 +-
 redecode.h                                         |   30 +-
 regex/COPYING                                      |    0
 regex/COPYING.LIB                                  |  510 --
 regex/INSTALL                                      |    0
 regex/LICENSES                                     |    0
 regex/NEWS                                         |    0
 regex/README                                       |    0
 regex/README-dire-wolf.txt                         |   12 +-
 regex/re_comp.h                                    |    0
 regex/regcomp.c                                    |    0
 regex/regex.c                                      |    0
 regex/regex.h                                      |    0
 regex/regex_internal.c                             |    0
 regex/regex_internal.h                             |    0
 regex/regexec.c                                    |    0
 rpack.h                                            |  188 +-
 rrbb.c                                             | 1055 ++-
 rrbb.h                                             |  182 +-
 sdr.conf                                           |   30 +
 search_sdks.sh                                     |  109 +
 serial_port.c                                      |  451 +
 serial_port.h                                      |   27 +
 server.c                                           | 3262 +++----
 server.h                                           |   41 +-
 symbols-new.txt                                    |  946 +-
 symbols.c                                          | 1964 +++--
 symbols.h                                          |   33 +-
 symbolsX.txt                                       |  771 +-
 telemetry-toolkit/telem-balloon.conf               |   55 +
 telemetry-toolkit/telem-balloon.pl                 |   43 +
 telemetry-toolkit/telem-bits.pl                    |   33 +
 telemetry-toolkit/telem-data.pl                    |   31 +
 telemetry-toolkit/telem-data91.pl                  |   65 +
 telemetry-toolkit/telem-eqns.pl                    |   28 +
 telemetry-toolkit/telem-m0xer-3.txt                |    7 +
 telemetry-toolkit/telem-parm.pl                    |   27 +
 telemetry-toolkit/telem-seq.sh                     |    7 +
 telemetry-toolkit/telem-unit.pl                    |   27 +
 telemetry-toolkit/telem-volts.conf                 |   28 +
 telemetry-toolkit/telem-volts.py                   |   36 +
 telemetry.c                                        | 2460 +++---
 telemetry.h                                        |   30 +-
 textcolor.c                                        |  775 +-
 textcolor.h                                        |  116 +-
 tocalls.txt                                        |  442 +-
 tq.c                                               | 1118 +--
 tq.h                                               |   70 +-
 tt_text.c                                          | 2958 ++++---
 tt_text.h                                          |   63 +-
 tt_user.c                                          | 2016 +++--
 tt_user.h                                          |   27 +-
 ttcalc.c                                           | 1089 +--
 utm2ll.c                                           |  288 +-
 version.h                                          |   16 +-
 walk96.c                                           |  205 +
 xid.c                                              | 1018 +--
 xmit.c                                             | 2054 ++---
 xmit.h                                             |   50 +-
 214 files changed, 70799 insertions(+), 61526 deletions(-)
 create mode 100644 .gitattributes
 create mode 100644 .gitignore
 delete mode 100755 APRStt-Implementation-Notes.pdf
 create mode 100644 CHANGES.md
 delete mode 100644 CHANGES.txt
 create mode 100644 Makefile.macosx
 create mode 100644 README.md
 delete mode 100755 Raspberry-Pi-APRS-Tracker.pdf
 delete mode 100755 Raspberry-Pi-APRS.pdf
 delete mode 100755 User-Guide.pdf
 create mode 100644 audio_portaudio.c
 create mode 100644 audio_stats.c
 create mode 100644 audio_stats.h
 delete mode 100644 direwolf.conf
 mode change 100755 => 100644 direwolf.spec
 rename A-Better-APRS-Packet-Demodulator-Part-1-1200-baud.pdf => doc/A-Better-APRS-Packet-Demodulator-Part-1-1200-baud.pdf (100%)
 mode change 100755 => 100644
 rename A-Better-APRS-Packet-Demodulator-Part-2-9600-baud.pdf => doc/A-Better-APRS-Packet-Demodulator-Part-2-9600-baud.pdf (100%)
 mode change 100755 => 100644
 create mode 100644 doc/A-Closer-Look-at-the-WA8LMF-TNC-Test-CD.pdf
 create mode 100644 doc/APRS-Telemetry-Toolkit.pdf
 create mode 100644 doc/APRStt-Implementation-Notes.pdf
 create mode 100644 doc/APRStt-Listening-Example.pdf
 create mode 100644 doc/APRStt-interface-for-SARTrack.pdf
 create mode 100644 doc/README.md
 create mode 100644 doc/Raspberry-Pi-APRS-Tracker.pdf
 create mode 100644 doc/Raspberry-Pi-APRS.pdf
 create mode 100644 doc/Raspberry-Pi-SDR-IGate.pdf
 create mode 100644 doc/User-Guide.pdf
 create mode 100644 doc/WA8LMF-TNC-Test-CD-Results.pdf
 mode change 100755 => 100644 dw-icon.ico
 mode change 100755 => 100644 dw-icon.png
 mode change 100755 => 100644 dw-icon.rc
 mode change 100755 => 100644 dw-start.sh
 mode change 100755 => 100644 dwespeak.bat
 mode change 100755 => 100644 dwespeak.sh
 create mode 100644 dwgpsd.c
 create mode 100644 dwgpsd.h
 create mode 100644 dwgpsnmea.c
 create mode 100644 dwgpsnmea.h
 copy direwolf.txt => generic.conf (91%)
 mode change 100755 => 100644 geotranz/README-FIRST.txt
 mode change 100755 => 100644 geotranz/error_string.c
 mode change 100755 => 100644 geotranz/error_string.h
 mode change 100755 => 100644 geotranz/mgrs.c
 mode change 100755 => 100644 geotranz/mgrs.h
 mode change 100755 => 100644 geotranz/polarst.c
 mode change 100755 => 100644 geotranz/polarst.h
 mode change 100755 => 100644 geotranz/readme.txt
 mode change 100755 => 100644 geotranz/releasenotes.txt
 mode change 100755 => 100644 geotranz/tranmerc.c
 mode change 100755 => 100644 geotranz/tranmerc.h
 mode change 100755 => 100644 geotranz/ups.c
 mode change 100755 => 100644 geotranz/ups.h
 mode change 100755 => 100644 geotranz/usng.c
 mode change 100755 => 100644 geotranz/usng.h
 mode change 100755 => 100644 geotranz/utm.c
 mode change 100755 => 100644 geotranz/utm.h
 mode change 100755 => 100644 misc/README-dire-wolf.txt
 mode change 100755 => 100644 misc/strcasestr.c
 create mode 100644 misc/strlcat.c
 create mode 100644 misc/strlcpy.c
 mode change 100755 => 100644 misc/strsep.c
 mode change 100755 => 100644 misc/strtok_r.c
 create mode 100644 morse.h
 mode change 100755 => 100644 regex/COPYING
 delete mode 100755 regex/COPYING.LIB
 mode change 100755 => 100644 regex/INSTALL
 mode change 100755 => 100644 regex/LICENSES
 mode change 100755 => 100644 regex/NEWS
 mode change 100755 => 100644 regex/README
 mode change 100755 => 100644 regex/README-dire-wolf.txt
 mode change 100755 => 100644 regex/re_comp.h
 mode change 100755 => 100644 regex/regcomp.c
 mode change 100755 => 100644 regex/regex.c
 mode change 100755 => 100644 regex/regex.h
 mode change 100755 => 100644 regex/regex_internal.c
 mode change 100755 => 100644 regex/regex_internal.h
 mode change 100755 => 100644 regex/regexec.c
 create mode 100644 sdr.conf
 create mode 100644 search_sdks.sh
 create mode 100644 serial_port.c
 create mode 100644 serial_port.h
 create mode 100644 telemetry-toolkit/telem-balloon.conf
 create mode 100644 telemetry-toolkit/telem-balloon.pl
 create mode 100644 telemetry-toolkit/telem-bits.pl
 create mode 100644 telemetry-toolkit/telem-data.pl
 create mode 100644 telemetry-toolkit/telem-data91.pl
 create mode 100644 telemetry-toolkit/telem-eqns.pl
 create mode 100644 telemetry-toolkit/telem-m0xer-3.txt
 create mode 100644 telemetry-toolkit/telem-parm.pl
 create mode 100644 telemetry-toolkit/telem-seq.sh
 create mode 100644 telemetry-toolkit/telem-unit.pl
 create mode 100644 telemetry-toolkit/telem-volts.conf
 create mode 100644 telemetry-toolkit/telem-volts.py
 create mode 100644 walk96.c

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-hamradio/direwolf.git



More information about the pkg-hamradio-commits mailing list