Commit graph

445 commits

Author SHA1 Message Date
Jonathan Naylor 9c41bd6056 Merge pull request #53 from Giorgiofox/patch-4
Update HD44780.cpp
2016-05-06 22:37:35 +01:00
Giorgio Campiotti 323ffbcf15 Update HD44780.cpp
Error (not compile)
2016-05-06 23:31:10 +02:00
Jonathan Naylor e3be69d954 Remove a DMR issue. 2016-05-05 18:33:43 +01:00
Jonathan Naylor 06825ca502 Fix Linux compile error. 2016-05-05 18:06:05 +01:00
Jonathan Naylor 07f8d26b17 Bump the version date. 2016-05-05 18:00:57 +01:00
Jonathan Naylor ed6586fa58 Split the DMR TX hang time from the mode hang time. 2016-05-05 17:56:18 +01:00
Jonathan Naylor dd5e86a66d Use the duplex flag to indicate that a DVMega is being used. 2016-05-05 17:08:23 +01:00
Jonathan Naylor 925f29a982 Merge pull request #49 from g0wfv/develop
Better usage of display with DVMega
2016-05-05 16:58:13 +01:00
Tony Corbett 8aa52ae13d Formatting for consistency 2016-05-05 16:55:31 +01:00
Tony Corbett 352c487279 Re-added missed TG 2016-05-05 16:32:41 +01:00
Tony Corbett 5735209394 Better usage of display with DVMega 2016-05-05 16:13:06 +01:00
Tony Corbett G0WFV f31a8815cb Forgot MMDVMHost.cpp! 2016-05-05 14:52:49 +01:00
Tony Corbett G0WFV 9e6c7cff42 Beginnings of DVMega Display
Use the HD44780 real estate where TS1 is irrelevant.
2016-05-05 14:29:46 +01:00
Jonathan Naylor be120cf510 Add the 3.2" Nextion display. 2016-05-05 13:08:42 +01:00
Jonathan Naylor ca2de16362 Merge pull request #48 from g0wfv/develop
Add Adafruit LCD+Keypad to supported displays in README.md
2016-05-05 13:07:30 +01:00
g0wfv 969640834a Add Adafruit LCD+Keypad to supported displays in README.md 2016-05-05 12:03:43 +01:00
Jonathan Naylor 2eb5055a16 Merge pull request #45 from hacknix/master
Further work on daemon under Linux.
2016-05-05 11:18:30 +01:00
Simon 2d366a624e Changed all daemon logs to LogWarning() for consistency. 2016-05-05 11:11:44 +01:00
Simon 8195ee9f34 Changed LogMessage() to LogWarning when we can't setuid() in daemon mode 2016-05-05 10:53:19 +01:00
Simon a2ec5763f9 Added reference to full path for DMRIds.dat 2016-05-05 10:52:58 +01:00
Simon 6dd799d454 Merge remote-tracking branch 'upstream/master' 2016-05-05 09:51:29 +01:00
Simon 436922481b Added explaination of why setuid() is disabled when using HD44780 2016-05-05 09:48:34 +01:00
Simon 3617199399 Added check to see if HD44780 is enabled and disable setuid() if it is 2016-05-05 09:47:54 +01:00
Jonathan Naylor dae84a6b92 Merge pull request #46 from vk4tux/patch-5
Update DMRIds.dat
2016-05-05 09:18:44 +01:00
vk4tux fa115e471a Update DMRIds.dat 2016-05-05 16:28:45 +10:00
Simon 1be436b83b Merge branch 'master' of https://github.com/hacknix/MMDVMHost 2016-05-04 21:21:51 +01:00
Simon 10894179a1 added setuid and setgid code for daemon code, tidied logging for same 2016-05-04 21:20:24 +01:00
Simon 7c536c07a7 Merge remote-tracking branch 'upstream/master'
Merging upstream before commit
2016-05-04 21:17:21 +01:00
Jonathan Naylor 4253bb3377 Merge pull request #44 from g0wfv/master
Capitalise default ini file in Linux to match pre-existing file in repo
2016-05-04 21:12:45 +01:00
Simon 14a5698132 Added readme file for Daemon 2016-05-04 21:11:37 +01:00
g0wfv 131115d6d3 Capitalise default ini file in Linux to match pre-existing file in repo 2016-05-04 21:00:12 +01:00
Simon 25d993b8b3 added setuid and setgid code, tidied up logging 2016-05-04 20:06:15 +01:00
Jonathan Naylor fbef96ca88 Merge pull request #43 from g0wfv/master
Buying Jon a dictionary for Xmas ;)
2016-05-04 19:28:29 +01:00
g0wfv 22a85b1455 Buying Jon a dictionary for Xmas ;) 2016-05-04 19:03:23 +01:00
Jonathan Naylor 3f2e0c1960 Merge pull request #42 from vk4tux/patch-4
Update DMRIds.dat
2016-05-04 09:54:37 +01:00
vk4tux c3e950a3c5 Update DMRIds.dat 2016-05-04 18:08:53 +10:00
Jonathan Naylor 89d41261d9 Handle a failing socket. 2016-05-04 08:06:12 +01:00
Jonathan Naylor 6df1187bac Handle restarts with SIGHUP. 2016-05-04 06:35:20 +01:00
Jonathan Naylor 3c5ae31a0d Make same changes to other YSF frame types. 2016-05-04 06:16:57 +01:00
Jonathan Naylor b3ab18c70a Include the new callsign extraction code. 2016-05-03 23:07:13 +01:00
Jonathan Naylor 91aba16d98 Add daemonisation under Linux and other enhancements (from Simon G7RZU) 2016-05-03 23:01:49 +01:00
Jonathan Naylor 0f2e3bb16a Merge pull request #41 from HB9UF/ysf_fix_vw_calls
YSF: Fix VW Callsign Extraction
2016-05-03 22:46:56 +01:00
Mathias Weyland c840090341 Swap source and dest call when extracting calls from YSF DCH header (CSD1).
According to table 4-2 of the spec, CSD1 starts with the 10 byte destination
call and ends with the 10 byte source call. The code had it the other way
round.
2016-05-03 23:26:16 +02:00
Mathias Weyland 8e8f83afee Ignore padding when backtracking DCH Header CH 2016-05-03 23:18:06 +02:00
Mathias Weyland 2683efa6d0 Transposing INTERLEAVE_TABLE_9_20 2016-05-03 23:17:15 +02:00
Jonathan Naylor eeb618e58b Make the DMR IPSC connection more resiliant. 2016-05-03 21:42:51 +01:00
Jonathan Naylor 27abecd31d Change timings to match a real repeater. 2016-05-03 21:18:44 +01:00
Jonathan Naylor af4709497e Merge pull request #40 from vk4tux/patch-3
Update DMRIds.dat
2016-05-03 19:20:15 +01:00
vk4tux 84526de4ad Update DMRIds.dat 2016-05-04 03:17:02 +10:00
Jonathan Naylor 99b71a00b2 Clean up the recent HD44780 changes. 2016-05-03 17:59:21 +01:00