Jonathan Naylor
|
6d719353c6
|
Loosen fast data admission criteria.
|
2019-01-30 20:20:15 +00:00 |
|
Jonathan Naylor
|
317bda0177
|
Check the guard byte on fast data as well as the mini header.
|
2019-01-29 22:32:24 +00:00 |
|
Jonathan Naylor
|
9cc2bfaaec
|
Fix the silence insertion for D-Star.
|
2019-01-28 07:50:43 +00:00 |
|
Jonathan Naylor
|
99d4a9bc51
|
Simplify the D-Star sequence number processing.
|
2019-01-27 20:15:14 +00:00 |
|
Jonathan Naylor
|
ff0082b18b
|
Only test the slow data type in the correct place.
|
2019-01-26 19:25:12 +00:00 |
|
Jonathan Naylor
|
6c07786f1b
|
Merge branch 'master' into fast_data
|
2019-01-26 12:57:59 +00:00 |
|
Jonathan Naylor
|
fe2a01e1b1
|
Fix DMR beacon bug spotted by Shawnchain.
|
2019-01-26 12:56:24 +00:00 |
|
Jonathan Naylor
|
59cb07329d
|
Place the scrambled null data regeneration into the right place.
|
2019-01-25 12:40:31 +00:00 |
|
Jonathan Naylor
|
16bf9d5745
|
Don't forget to descramble the byte first.
|
2019-01-25 11:38:03 +00:00 |
|
Jonathan Naylor
|
a9b7179d13
|
New way to detect D-Star fast data mode.
|
2019-01-25 11:23:51 +00:00 |
|
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 |
|