Commit graph

414 commits

Author SHA1 Message Date
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
Jonathan Naylor d517a1de0d Update the jobs to do. 2016-04-28 17:27:47 +01:00
Jonathan Naylor dbdcab05e2 C++ cleanups. 2016-04-28 17:11:27 +01:00
Jonathan Naylor c68f9baa9d Missed the "via" off the display. 2016-04-28 13:29:12 +01:00
Jonathan Naylor 1204ce30b6 Lookup CSBK id's to callsigns. 2016-04-28 10:32:11 +01:00
Jonathan Naylor 52ebde068a Remove some error messages, they confuse people! 2016-04-28 09:58:45 +01:00
Jonathan Naylor b70e43c241 Move the D-Star reflector position. 2016-04-28 09:53:15 +01:00
Jonathan Naylor 8b22dfabd1 C++ cleanups 2016-04-28 09:49:30 +01:00
Jonathan Naylor 3a967f70ef Merge pull request #33 from phl0/nextion_display_sizes
Code differentiation for Nextion display sizes
2016-04-28 09:36:14 +01:00
phl0 c2d4800f3b
Formatting issues 2016-04-27 22:30:24 +02:00
phl0 76c783fa04
Add templates for 3.2" displays and reworked 2.4" templates 2016-04-27 22:24:17 +02:00
phl0 9b28293542
Add code for 3.2" Nextion displays 2016-04-27 22:08:34 +02:00
phl0 ab8dbadef5
Wrong comparison corrected 2016-04-27 21:52:29 +02:00
phl0 6fccc3af74
Add differentiation for 2.4" Nextion displays 2016-04-27 21:48:20 +02:00
phl0 f47456ae0b
Add inch sign 2016-04-27 21:19:40 +02:00
phl0 94aa27cc4b
Add config option for Nextion display sizes 2016-04-27 20:57:47 +02:00