Commit graph

1960 commits

Author SHA1 Message Date
phl0 79805f0fa8
Fix typo 2019-01-23 10:09:34 +01:00
Jonathan Naylor d89a156523 Fix silly bug. 2019-01-23 08:50:22 +00:00
Jonathan Naylor 1ead913859 Restructure POCSAG code to allow for two input data streams. 2019-01-23 08:21:47 +00:00
Jonathan Naylor 9b2352c877 Beginnings of allowing for local POCSAG message transmissions. 2019-01-22 21:33:49 +00:00
Jonathan Naylor ec986d97ee Fixed silly bug. 2019-01-22 14:56:15 +00:00
Jonathan Naylor b2050e673b Allow for optional fixed modes. Inspired by Adrian VK4TUX. 2019-01-22 14:38:38 +00:00
Jonathan Naylor d02122b922 Fix bug in use of std::vector size, thanks to Flo DF2ET. 2019-01-22 14:38:06 +00:00
Jonathan Naylor b57d42327a Make the remote command handler more flexible and add an optional
timeout to the new mode.
2019-01-22 13:40:02 +00:00
Jonathan Naylor 8ae8894d6f Remove the concept of fixed modes. 2019-01-21 08:42:32 +00:00
Jonathan Naylor 6b7dba92aa Correct the YSF DN mode BER calculation based on Andy CA6JAU's
observations.
2019-01-20 20:33:51 +00:00
Jonathan Naylor 0f6945ef4e Stop any response from any mode when not enabled. 2019-01-20 17:09:40 +00:00
Jonathan Naylor 3d164b4148 Fix bug in remote command logging, thanks to Phil M0VSE for finding it. 2019-01-20 17:01:28 +00:00
Jonathan Naylor 393b53f8a1 Enable the modes in Idle mode and when enabled (obviously). 2019-01-19 21:28:58 +00:00
Jonathan Naylor c344bd4eb9 Add VS2017 files for Remote Command. 2019-01-19 17:27:41 +00:00
Jonathan Naylor ae9e6ea6ab Reset the mode's state machines when going to the disabled state. 2019-01-19 17:15:24 +00:00
Jonathan Naylor b16aaa653c Add the concept of fixed modes. 2019-01-18 15:57:05 +00:00
Jonathan Naylor 76badb28f1 Add more intelligence to the remote control. 2019-01-15 21:45:29 +00:00
Jonathan Naylor 455755328a Fix silly bug in remote control. 2019-01-11 13:02:33 +00:00
Jonathan Naylor 8366868382 Fix compile issue. 2019-01-10 21:50:57 +00:00
Jonathan Naylor e52d0e619f Move POCSAG to match the other modes. 2019-01-10 14:03:23 +00:00
Jonathan Naylor a5813dc8e8 Change logging level of invalid commands. 2019-01-10 09:07:12 +00:00
Jonathan Naylor 335b56f4bd Add busy lockout to remote mode handling. 2019-01-10 09:05:15 +00:00
Jonathan Naylor caea12741d Remove need for quotes around the command. 2019-01-10 08:05:33 +00:00
Jonathan Naylor 8aa2f00c1b Fixes for Windows. 2019-01-09 19:47:59 +00:00
Jonathan Naylor c0658deafa Add host logging of all remote commands. 2019-01-09 11:27:15 +00:00
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