Commit graph

1547 commits

Author SHA1 Message Date
Jonathan Naylor
acd9fed946
Merge pull request #382 from dk5ras/patch-1
Create RSSI_FC-302_RptrBldrV2.dat
2018-02-04 13:39:49 +00:00
Ralph A. Schmid
a6269c13e5
Create RSSI_FC-302_RptrBldrV2.dat
One more RSSI table...
2018-02-04 14:30:23 +01:00
Jonathan Naylor
af219d134d
Merge pull request #381 from juribeparada/master
Fix bug “DMR ghost private calls”
2018-02-04 12:27:30 +00:00
Andy CA6JAU
4435af975d Fix bug “DMR ghost private calls” 2018-02-03 11:07:13 -03:00
Andy CA6JAU
2f99807dd9 Merge remote-tracking branch 'g4klx/master' 2018-02-02 20:31:11 -03:00
Jonathan Naylor
43fdb770a9 Make the jitter buffer switchable. 2018-02-01 06:59:11 +00:00
Andy CA6JAU
c611217a38 Merge remote-tracking branch 'g4klx/master' 2018-01-31 22:03:48 -03:00
Jonathan Naylor
63a2ea330d Disable the jitter buffer. 2018-01-31 18:16:31 +00:00
Jonathan Naylor
b694f85461 Remove quotes from config values if found. 2018-01-29 23:08:48 +00:00
Jonathan Naylor
0a101b48c3
Merge pull request #376 from stefansaraev/oled-i2c
fix: ArduiPi_OLED wants -li2c
2018-01-29 21:40:21 +00:00
Stefan Saraev
d2ae736764 fix: ArduiPi_OLED wants -li2c
/usr/local/lib/libArduiPi_OLED.so: undefined reference to `i2c_smbus_write_i2c_block_data'
/usr/local/lib/libArduiPi_OLED.so: undefined reference to `i2c_smbus_write_word_data'
/usr/local/lib/libArduiPi_OLED.so: undefined reference to `i2c_smbus_write_byte_data'
collect2: error: ld returned 1 exit status
2018-01-29 23:03:52 +02:00
Jonathan Naylor
2881e159c3 Remove the display for P25 data, it looks silly. Upgrade the log message
instead.
2018-01-25 07:08:28 +00:00
Jonathan Naylor
2ffd831c98 Fix the P25 PDU transmit length. 2018-01-17 07:59:40 +00:00
Jonathan Naylor
082c2e1b1f Fix P25 data reception, regeneration, and transmission. 2018-01-16 23:26:05 +00:00
Jonathan Naylor
323179d525 Add more DMR beacon parameters. 2018-01-16 18:35:29 +00:00
Jonathan Naylor
cae6bed370 Bypass sequence numbers for DMR data frames with the jitter buffer. 2018-01-15 19:58:13 +00:00
Jonathan Naylor
d3395278c6 Add locally timed DMR roaming beacons. 2018-01-15 19:22:01 +00:00
Jonathan Naylor
22ed285857 Only reset the stream id at the end, not the beginning. 2018-01-12 07:06:38 +00:00
Jonathan Naylor
a3155c1def Hopefully fix issues with data transmissions and the jitter buffer. 2018-01-11 21:17:25 +00:00
Jonathan Naylor
526e2c436d Add the jitter buffer for DMR. 2018-01-10 19:05:59 +00:00
Jonathan Naylor
51e0bf0315 Remove compiler warnings. 2018-01-09 07:43:22 +00:00
Jonathan Naylor
d3996c4758 Fix self-only in YSF. 2018-01-09 07:41:04 +00:00
Jonathan Naylor
d83c17dccc
Merge pull request #364 from on7lds/dev
New Nextion Display Layouts
2018-01-08 18:27:40 +00:00
Jonathan Naylor
7092e53ae7
Merge pull request #368 from f4hlv/patch-3
Update docker-compose.yml
2018-01-06 17:02:31 +00:00
Vincent
c22c65ab50
Update docker-compose.yml
Add G4KLX Github
2018-01-06 16:51:47 +01:00
Jonathan Naylor
78c600aa94 Add the P25Trellis file to the Makefiles. 2018-01-04 22:29:09 +00:00
Jonathan Naylor
05e54c44a9 Add simplistic RF repeating of P25 data, no FEC done apart from the sync
and NID.
2018-01-04 22:06:25 +00:00
Jonathan Naylor
4665d590f8 Progress on P25 data. 2018-01-04 21:17:34 +00:00
Jonathan Naylor
c8c9332b04
Merge pull request #366 from f4hlv/master
Add Dockerfile for MMDVMHost
2018-01-04 19:42:00 +00:00
f4hlv
48d7233682 Add docker-compose.yml 2018-01-04 01:26:13 +01:00
f4hlv
393aead401 Add docker-compose.yml 2018-01-04 01:23:51 +01:00
f4hlv
fab3d35d82 Remove Log repertory 2018-01-04 01:09:37 +01:00
f4hlv
80bae4529e Add Dockerfile MMDVMHost 2018-01-04 00:39:43 +01:00
Jonathan Naylor
8437c4388f Dump all P25 PDU data. 2018-01-03 21:47:05 +00:00
Jonathan Naylor
194b008189 Correct the status bits when using the MMDVM as a P25 remote gateway. 2018-01-03 20:10:13 +00:00
Jonathan Naylor
97e51ca60d Add beginnings of P25 data handling. 2018-01-03 20:03:10 +00:00
Jonathan Naylor
8423f3f653
Merge pull request #365 from juribeparada/master
Fix setFrequency() length for DVMega
2018-01-02 13:58:46 +00:00
Andy CA6JAU
b90796cd23 Merge remote-tracking branch 'g4klx/master' 2018-01-01 23:23:39 -03:00
Andy CA6JAU
1c77275bf4 Fix setFrequency() length for DVMega 2018-01-01 23:19:27 -03:00
ON7LDS
deea422452 Changed the display layout examples and readme to reflect the code changes
2.4" and 2.8" set to default to 9600bps, not 115200bps
2017-12-31 19:28:00 +01:00
ON7LDS
52c76040a1 Changed the display layout examples and readme to reflect the code changes 2017-12-31 19:20:20 +01:00
ON7LDS
eb14aeb861 Removed code to display DMR inband GPS data 2017-12-30 19:30:05 +01:00
Jonathan Naylor
87edd8ec90
Merge pull request #363 from juribeparada/master
RF power level control for MMDVM_HS compatible devices
2017-12-30 16:54:26 +00:00
Andy CA6JAU
1805a98f72 RF power level control for MMDVM_HS compatible devices 2017-12-30 12:05:11 -03:00
Andy CA6JAU
8445663b05 Merge remote-tracking branch 'g4klx/master' 2017-12-29 20:43:29 -03:00
Jonathan Naylor
469dc7ecd6
Merge pull request #361 from juribeparada/master
Adding support for new MMDVM_HS hardware description strings
2017-12-29 17:08:40 +00:00
ON7LDS
eb787d89d3 removed GPS form Layout 2
changed status codes and ommitted cmd code
new example display layouts
2017-12-28 10:01:52 +01:00
Andy CA6JAU
e425bdcbc0 Adding support for new MMDVM_HS hardware description strings 2017-12-26 18:10:47 -03:00
Andy CA6JAU
bafa100e66 Merge remote-tracking branch 'g4klx/master' 2017-12-26 18:06:50 -03:00
ON7LDS
4b97e879f3 minor changes at Layout 3/4 output 2017-12-19 21:02:51 +01:00