Commit graph

1032 commits

Author SHA1 Message Date
Tony Corbett G0WFV
6f47225ed1 Add mode clarification to DMRNetwork.cpp log output
Consistency in log message output to assist identification of where messages are coming from
2016-09-29 21:40:37 +01:00
phl0
673eaf4691
Change font size for 2.4" Nextion displays 2016-09-29 22:16:42 +02:00
Jonathan Naylor
00dfa56dcb Revert "Revert the move of the timer."
This reverts commit 21a786329e.
2016-09-29 20:23:19 +01:00
Jonathan Naylor
ca1a5aaaf9 Merge pull request #164 from g0wfv/develop
DStar & DMR: Disable HD44780 scrolling to solve audio decode issues.
2016-09-29 20:16:12 +01:00
Tony Corbett G0WFV
3e292fb70e Merged branch master into develop 2016-09-29 20:11:50 +01:00
Jonathan Naylor
21a786329e Revert the move of the timer. 2016-09-29 20:03:54 +01:00
Tony Corbett G0WFV
2f24372aaa Merged branch master into develop 2016-09-29 20:00:43 +01:00
Tony Corbett G0WFV
a8a9b34d33 Merged branch develop into develop 2016-09-29 19:47:57 +01:00
Tony Corbett G0WFV
5e3e5daad9 D-Star: Redesign HD44780 layouts 2016-09-29 19:47:41 +01:00
Tony Corbett G0WFV
a53a033be5 Merge branch 'develop' of http://github.com/g0wfv/MMDVMHost into develop 2016-09-29 19:46:40 +01:00
Tony Corbett G0WFV
5bc68fdef1 D-Star: Reformat HD44780 screens after disabling scrolling 2016-09-29 19:44:13 +01:00
Jonathan Naylor
dd73ccb578 Try and make the network protocol closer to that of a Quantar. 2016-09-29 18:47:36 +01:00
Tony Corbett G0WFV
9dc58c2704 Merged branch master into develop 2016-09-29 18:09:39 +01:00
Tony Corbett G0WFV
983b0b9142 DStar & DMR: Disable HD44780 scrolling to solve audio problems 2016-09-29 18:06:55 +01:00
Jonathan Naylor
897d8c7d92 Remove annoying RS decoder failure log message. 2016-09-29 17:48:29 +01:00
Jonathan Naylor
c0ac75ba2f Fix P25 network infinite recursion. 2016-09-29 17:45:38 +01:00
Jonathan Naylor
a91b5786ee Merge pull request #163 from phl0/dev
Disable networks by default or if missing in MMDVM.ini
2016-09-29 13:00:27 +01:00
phl0
157bc8c058
Disable networks by default or if missing in MMDVM.ini 2016-09-29 13:09:02 +02:00
Jonathan Naylor
0306659259 Correct range of loop for size of input data. 2016-09-28 09:26:23 +01:00
Jonathan Naylor
2c815f0a2f Merge pull request #159 from phl0/dev
Change conflicting ports
2016-09-28 09:18:03 +01:00
phl0
506678dfe4
Change conflicting ports 2016-09-28 09:55:02 +02:00
Jonathan Naylor
bfa8bd4f4b Modify the delayed packet sending. 2016-09-28 08:10:19 +01:00
Jonathan Naylor
f627a18dd8 Handle network end markers and missing end of LDU frames. 2016-09-28 07:53:45 +01:00
Jonathan Naylor
b0aecf12eb Small tweaks for the network data format. 2016-09-28 07:17:11 +01:00
Jonathan Naylor
7cd591fe15 Merge pull request #158 from g0wfv/develop
D-Star: Solve insertion of silence packets at start of every over
2016-09-28 06:31:20 +01:00
Tony Corbett G0WFV
150cf171bc Solve insertion of silence at start of every D-Star over 2016-09-27 23:09:19 +01:00
Jonathan Naylor
5e22470b98 Enable the P25 network interface. 2016-09-27 20:46:41 +01:00
Jonathan Naylor
fd7931310e Remove unneeded RSSI code for non DMR protocols. 2016-09-27 19:55:36 +01:00
Jonathan Naylor
25cfff3ada Merge branch 'master' into P25 2016-09-27 19:47:07 +01:00
Jonathan Naylor
1fd4ecbf9a Simple P25 silence insertion. 2016-09-27 19:26:24 +01:00
Jonathan Naylor
8ef6c5c70b Validate P25 RF late entry. 2016-09-27 18:59:17 +01:00
Jonathan Naylor
614ee83f08 Add LDU1 Reed-Solomon encoding and decoding. 2016-09-27 18:36:08 +01:00
Jonathan Naylor
018b6e4dec Cleanups to the Modem and Reed-Solomon code. 2016-09-27 07:56:00 +01:00
Jonathan Naylor
7447eee328 Disable RS encoding for now. 2016-09-27 07:08:38 +01:00
Jonathan Naylor
fb6c2e7911 Use dummy non encryption headers for the Header and LDU2. 2016-09-27 07:00:09 +01:00
Jonathan Naylor
de3d9d46b3 Set the packet timer correctly. 2016-09-27 06:45:42 +01:00
Jonathan Naylor
e1af1894a5 Correct D-Star silence infilling. 2016-09-26 18:10:51 +01:00
Jonathan Naylor
9408367a0f Allow for remote System Fusion gateway operation. 2016-09-26 18:07:06 +01:00
Jonathan Naylor
3a20b886d4 Merge pull request #156 from g0wfv/develop
Attempt to recover from ring buffer overflows (#141)
2016-09-23 15:03:59 +01:00
Tony Corbett G0WFV
7ae770a79e Attempt to recover from ring buffer overflows (#141) 2016-09-23 14:48:44 +01:00
Jonathan Naylor
2aa3156d59 Merge pull request #155 from g0wfv/develop
Fix compiler warnings for DMRAccessControl
2016-09-23 13:44:40 +01:00
Tony Corbett G0WFV
cfe5230182 Fix compiler warnings for DMRAccessControl 2016-09-23 12:47:13 +01:00
Jonathan Naylor
f6a485fe6b Merge pull request #154 from phl0/P25bugfix
Fix memset and memcpy errors
2016-09-23 11:48:28 +01:00
phl0
e7e9cabe8d
Fix memset and memcpy errors 2016-09-23 12:12:39 +02:00
Jonathan Naylor
312e9eca43 Merge pull request #153 from vk4tux/patch-17
Create DMRIds.dat
2016-09-23 09:26:54 +01:00
vk4tux
596fd0ef4c Create DMRIds.dat 2016-09-23 17:47:46 +10:00
Jonathan Naylor
ab8b261aa6 Merge pull request #152 from vk4tux/patch-16
Delete DMRIds.dat
2016-09-23 08:34:40 +01:00
vk4tux
83ea4f5f01 Delete DMRIds.dat
delete and redo without name component after deletion complete, due to file size constraints.
2016-09-23 08:47:27 +10:00
Jonathan Naylor
ffa5f47be2 Compare incoming YSF packets with callsign instead of GATEWAY. 2016-09-22 22:38:59 +01:00
Jonathan Naylor
64ee6e56af Merge pull request #151 from hacknix/master
Fix reading of IDs
2016-09-22 22:02:58 +01:00