Commit graph

1935 commits

Author SHA1 Message Date
Jonathan Naylor 6f7c7e968e Add command logging. 2019-01-09 11:23:14 +00:00
Jonathan Naylor d3a84ee707 Initailise the logging corrcectly. 2019-01-08 16:32:12 +00:00
Jonathan Naylor 1de29551c2 Roll through Makefile fixes. 2019-01-08 15:17:37 +00:00
phl0 8df1e14ba4
cstring is not needed here. 2019-01-08 15:19:01 +01:00
phl0 3cc09a70d4
Fix some bugs 2019-01-08 15:13:18 +01:00
phl0 494739c25b
We need a cstring include here ... (at least for Linux builds) 2019-01-08 13:51:24 +01:00
Jonathan Naylor 7cd47fcb20 Change "dstar" to "d-star". 2019-01-08 09:49:13 +00:00
Jonathan Naylor 1c96afc093 Update the makefiles for RemoteCommand. 2019-01-08 08:46:43 +00:00
Jonathan Naylor b43a354343 Expand range of commands. 2019-01-07 13:54:52 +00:00
Jonathan Naylor a3aaffd280 Add example remote command program. 2019-01-07 13:23:11 +00:00
Jonathan Naylor 42a48209d4 Add remote control interface. 2019-01-07 11:03:37 +00:00
Andy CA6JAU 5de3beef61 Merge branch 'master' of https://github.com/g4klx/MMDVMHost 2018-12-10 14:23:03 -03:00
Andy CA6JAU e1f3567d08 Set POCSAG frequency when POCSAG is enabled 2018-12-10 14:22:44 -03:00
Jonathan Naylor 2d0570f0f2
Merge pull request #481 from hamclub/dmr-ta-decode
Fixed incorrect DMRTA header packet length from RF side
2018-12-09 17:54:59 +00:00
Shawn Chain 4ee8dc9dee Fixed incorrect DMRTA header packet length from RF side 2018-12-09 23:49:15 +08:00
Jonathan Naylor 70674ccd3f
Merge pull request #480 from hamclub/dmr-ta-decode
Bugfix of the DMRTA decoding for blocks come in with random order
2018-12-09 09:29:25 +00:00
Shawn Chain 334307cd4a Bugfix of the DMRTA decoding for blocks comes in with random order 2018-12-09 17:24:11 +08:00
Jonathan Naylor afdb36f7b6 Windows clean ups of the new DMR TA code. 2018-12-08 20:24:05 +00:00
Jonathan Naylor e9e0b7fe1e
Merge pull request #479 from hamclub/dmr-ta-decode
Extract the DMR talker alias decode logic into separate class.
2018-12-08 20:15:11 +00:00
Shawn Chain 50c2500f82 Extract the DMR talker alias decode logic from Display.cpp 2018-12-08 22:09:59 +08:00
Jonathan Naylor e4d9a423f7 Merge branch 'master' of github.com:g4klx/MMDVMHost 2018-12-08 10:34:48 +00:00
Jonathan Naylor 52b1bc4059 Remove MR checking for incoming RF traffic. Should fix remote gateway in
YSF mode.
2018-12-08 10:33:52 +00:00
phl0 570eaab40e
Fix Makefile (ref. 833e3a5) 2018-12-08 07:41:37 +01:00
Jonathan Naylor 833e3a5cbb Add VS2017 and other targets. 2018-12-07 14:57:00 +00:00
Jonathan Naylor 43d9c089f8
Merge pull request #478 from hamclub/null-modem
Add NullModem support
2018-12-07 11:11:22 +00:00
Shawn Chain fba77bb95e Add NullModem support 2018-12-07 17:36:11 +08:00
Jonathan Naylor 1bd814a079 Don't insert silence on lost D-Star fast data. 2018-11-16 10:23:29 +00:00
Jonathan Naylor 54fbacb487 Regenerate the data mode markers. 2018-11-13 08:47:40 +00:00
Jonathan Naylor 18398efe97 Fix a bug and add a second Icom D-Star fast data mode identifier. 2018-11-12 13:27:15 +00:00
Jonathan Naylor 3362e29b62 First attempt at detecting D-Star data frames, Kenwood and Icom. 2018-11-12 11:57:34 +00:00
Jonathan Naylor 34eb69dede Revert "Merge pull request #462 from gatekeep/master"
This reverts commit a14a316572, reversing
changes made to f5a70aa6ce.
2018-11-12 09:48:00 +00:00
Jonathan Naylor 9444ecad16 Fix Windows compile warnings. 2018-11-06 20:44:59 +00:00
Jonathan Naylor e847711d17 Add MobileGPS support for DMR. 2018-11-06 12:14:57 +00:00
Jonathan Naylor 2caa2e9a67 Fix argument name to new DMR info modem call. 2018-11-01 16:28:15 +00:00
Jonathan Naylor bf24985b6c Rebame display to m_display. 2018-11-01 09:29:49 +00:00
Jonathan Naylor 4bf15438d5 Integrate the new messages into the OLED display driver. 2018-10-31 16:54:57 +00:00
Jonathan Naylor 1a971e3986 Add the new DVMEGA-Cast messages to the Modem. 2018-10-31 15:38:56 +00:00
Jonathan Naylor ce372ec360
Merge pull request #468 from mreckhof/master
Add Support for OLED Rotate
2018-10-30 10:33:44 -07:00
Michael Eckhoff f3c8f73ad9 Add Support for OLED Rotate 2018-10-30 09:30:41 -05:00
Jonathan Naylor 66a37d7d25 Add the beginnings of mobile hotspot location. 2018-10-30 07:53:11 +00:00
Andy CA6JAU 52a7f63cdb Fix remote gateway for DR-1X 2018-10-23 21:59:10 -03:00
Jonathan Naylor 17a158e804 More cleanups of the new lock file. 2018-10-11 12:14:47 +01:00
Jonathan Naylor d2e0d82d56 Fix and clean up the new lock file code. 2018-10-11 07:50:30 +01:00
Andy CA6JAU 3e435c5e82 Restore "Fix RF late entry in DMR" 2018-10-10 20:18:58 -03:00
Jonathan Naylor edaf37101a Add MMDVM lock file based on an idea by DB1OFH. 2018-10-10 20:05:24 +01:00
Andy CA6JAU 867e1745d8 Fix RF late entry in DMR 2018-10-07 20:33:32 -03:00
Jonathan Naylor a14a316572
Merge pull request #462 from gatekeep/master
implement proper LDU2 encode/decode; implement proper HDU (Header) en…
2018-10-04 10:16:30 +01:00
Bryan Biedenkapp c1dab12b1e whoops forgot to include the message indicator, algo ID and key ID for the header; 2018-10-03 23:21:31 -04:00
Bryan Biedenkapp 69f1da7689 remove leftover debugging commented out code; 2018-10-03 23:19:27 -04:00
Bryan Biedenkapp 118a71148b fix late night typo; 2018-10-03 23:17:34 -04:00