Commit graph

1360 commits

Author SHA1 Message Date
Simon
809153e0f2 Add TG rewrite code call to DMRSlot.cpp 2016-09-11 13:01:05 +01:00
Simon
c53a96baab Added TG rewrite code 2016-09-11 12:15:03 +01:00
Jonathan Naylor
3079c9faf2 Add P25 pages to the Nextion screens. 2016-09-10 18:23:31 +01:00
Jonathan Naylor
d81cbe8320 Merge branch 'P25' of github.com:g4klx/MMDVMHost into P25 2016-09-10 17:52:41 +01:00
Jonathan Naylor
af5bdf3bf6 A better quality P25 logo. 2016-09-10 17:52:03 +01:00
Jonathan Naylor
434cee8ce0 Merge branch 'master' into P25 2016-09-10 14:58:41 +01:00
Jonathan Naylor
bce0056101 Merge pull request #143 from vk4tux/patch-15
Update DMRIds.dat
2016-09-10 14:28:44 +01:00
vk4tux
a9f14674a8 Update DMRIds.dat
2016-09-10 03:30	1.8M	WW
2016-09-10 22:26:08 +10:00
Jonathan Naylor
37f5726e94 Merge pull request #142 from SteveCooling/master
Nextion updates
2016-09-09 12:01:18 +01:00
Morten Johansen
30539985d9 Files for 2.8 inch Nextion displays 2016-09-09 11:42:58 +02:00
Morten Johansen
c9386a1ee8 Make it build on OS X 2016-09-09 11:42:01 +02:00
Jonathan Naylor
06c9620f70 Add P25 to the description. 2016-09-09 09:37:05 +01:00
Jonathan Naylor
22d2d074c4 Start adding P25 frame (dis)assembly and repeater logic. 2016-09-08 21:27:21 +01:00
Jonathan Naylor
dc2028dd6a Start full host support got P25. 2016-09-08 18:38:59 +01:00
Jonathan Naylor
694fe6b7af Fix length overflow for P25 LDU packets. 2016-09-07 06:54:54 +01:00
Jonathan Naylor
e04d76584e Configurable DMR jitter buffer. 2016-09-06 19:42:15 +01:00
Jonathan Naylor
5dec3b5a6d Initial P25 test support. 2016-09-06 19:09:46 +01:00
Jonathan Naylor
48f111a2e2 Bump the version date. 2016-09-06 17:22:51 +01:00
Jonathan Naylor
996db45b45 Clean up the DMR sync generation code. 2016-09-06 08:06:19 +01:00
Jonathan Naylor
e16c27be61 Change the DMR sync bytes when in DMO mode. 2016-09-05 18:03:23 +01:00
Jonathan Naylor
d84b3cbd7d Identify an MMDVM in DMO mode for DMR network reporting. 2016-09-05 17:40:43 +01:00
Jonathan Naylor
d6466f6e94 Restore the simplex flag setting. 2016-08-25 17:23:45 +01:00
Jonathan Naylor
001d3f753c Revert "Add the DMO mode sync bytes in DMO mode."
This reverts commit 02f555d299.
2016-08-25 17:22:16 +01:00
Jonathan Naylor
02f555d299 Add the DMO mode sync bytes in DMO mode. 2016-08-23 19:06:16 +01:00
Jonathan Naylor
dd45dae63d Add the duplex flag. 2016-08-23 07:30:55 +01:00
Jonathan Naylor
bed4389be5 Merge pull request #140 from vk4tux/patch-14
Update DMRIds.dat
2016-08-22 18:43:39 +01:00
vk4tux
178ba22a5a Update DMRIds.dat 2016-08-23 02:36:57 +10:00
Jonathan Naylor
fba178e890 Merge pull request #139 from dd5xl/master
Added missing quotes in test cmd.
2016-08-21 11:18:10 +01:00
Bert, DD5XL
b7a0decdda Added missing quotes in test cmd. 2016-08-21 12:05:36 +02:00
Jonathan Naylor
37f78e8a44 Bump the version date. 2016-08-16 17:01:52 +01:00
Jonathan Naylor
219a44ed83 Remove the Issues file. 2016-08-16 17:00:49 +01:00
Jonathan Naylor
d462c668e1 Changed case of service. 2016-08-16 07:56:47 +01:00
Jonathan Naylor
da6db20cff Updated the network connections section. 2016-08-15 13:26:57 +01:00
Jonathan Naylor
8c9d581ebe Merge pull request #138 from AndyTaylorTweet/master
Linux Daemon Scripts
2016-08-15 12:50:43 +01:00
AndyTaylorTweet
fa8bae2104 Create README.md
Initial README commit
2016-08-15 10:09:04 +01:00
AndyTaylorTweet
255924d4b2 Update README.md
Initial instructions
2016-08-15 10:05:57 +01:00
AndyTaylorTweet
5dcf0a46aa Create mmdvmhost
MMDVMHost Init Script
2016-08-15 10:02:17 +01:00
AndyTaylorTweet
4d038b0ae1 Create README.md 2016-08-15 09:57:04 +01:00
AndyTaylorTweet
ee50dcb060 Update README.md
Instructions etc
2016-08-15 09:42:03 +01:00
AndyTaylorTweet
de3bab33c0 Update README.md 2016-08-15 09:38:36 +01:00
AndyTaylorTweet
bbf82121d1 Update README.md 2016-08-15 09:37:30 +01:00
AndyTaylorTweet
969522c997 Create mmdvmhost_service
This is a service handler for MMDVMHost.
This does all the heavy lifting for service management.
2016-08-15 09:32:24 +01:00
AndyTaylorTweet
bba48fcbc6 Create README.md
Information / How-To

This should work on all systemd Linux's - tested / confirmed working on Raspbian Jessie-Lite
2016-08-15 09:30:23 +01:00
AndyTaylorTweet
3ce060e7bc Create mmdvmhost.timer
This is used to delay the boot time start of MMDVMHost

This enables the network / DNS / everything else important to start up before MMVMHost starts
2016-08-15 09:26:20 +01:00
AndyTaylorTweet
c1ce8471b1 Create mmdvmhost.service
MMDVMHost Unit File
This is what systemd uses to start / stop the service.

All of the heavy lifting is done in /usr/local/sbin/mmdvmhost_service
2016-08-15 09:25:26 +01:00
Jonathan Naylor
83b27188e5 Alter the format of the returned RSSI data. 2016-08-11 17:28:47 +01:00
Jonathan Naylor
19c7578bb9 Remove extra debugging messages. 2016-08-11 06:42:50 +01:00
Jonathan Naylor
4e35a8d47e Completely revert the DMR silence infilling. 2016-08-10 20:16:06 +01:00
Jonathan Naylor
27edf9fc1c More silence tweaks. 2016-08-10 14:33:34 +01:00
Jonathan Naylor
171f0ac8cc Tweak the silence infill parameters. 2016-08-10 11:50:43 +01:00