Commit graph

529 commits

Author SHA1 Message Date
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
Jonathan Naylor 52de9f3970 Fix spelling mistakes. 2016-05-03 13:58:34 +01:00
Jonathan Naylor 375a7f3532 Reduce CSBK logging. 2016-05-03 13:55:23 +01:00
Jonathan Naylor 6478279a70 Merge pull request #39 from phl0/FomattingIssues
Minor correction of indentation
2016-05-03 11:16:23 +01:00
phl0 50a5ab114f
Minor correction of indentation 2016-05-03 07:53:45 +02:00
Jonathan Naylor dde463150a Merge pull request #38 from Giorgiofox/patch-3
Update HD44780.cpp
2016-05-02 22:18:12 +01:00
Giorgio Campiotti 9507533a9e Update HD44780.cpp
Update with #ifdef ADAFRUIT_DISPLAY on every color change call function to avoid problem with non adafruit display
compiling with:
sudo make all --makefile Makefile.Pi.HD44780

give no problem
2016-05-02 23:08:08 +02:00
Jonathan Naylor 06252d615f Merge pull request #37 from Giorgiofox/patch-1
Update HD44780.h
2016-05-02 21:02:16 +01:00
Jonathan Naylor 01cc73f250 Merge pull request #36 from Giorgiofox/patch-2
Update HD44780.cpp
2016-05-02 20:51:12 +01:00
Giorgio Campiotti ce647837f0 Update HD44780.cpp
Different colors on different MMDVM status (mostly only on DMR mode at the moment) and better formatting for 16x2 displays
2016-05-02 21:45:29 +02:00
Giorgio Campiotti 97e634118f Update HD44780.h
Increase colors number
2016-05-02 21:42:46 +02:00
Jonathan Naylor a968110416 Merge pull request #35 from g0wfv/HD44780_PWM_Backlight
HD44780 PWM Backlight
2016-05-02 11:52:01 +01:00
Tony Corbett b590e209ee Add pthread library to HD44780 Makefiles 2016-05-02 09:52:33 +01:00
Tony Corbett 095510f477 Change hardware PWM to be a percentage to match software PWM values 2016-05-02 08:37:16 +01:00
Tony Corbett 414a1df408 HD44780 PWM backlight control 2016-05-01 16:59:43 +01:00
Jonathan Naylor c54336c330 Bump the version date. 2016-04-28 19:01:52 +01:00
Jonathan Naylor a41cd74c94 Finish the System Fusion AMBE regeneration. 2016-04-28 18:01:02 +01:00