Commit graph

1858 commits

Author SHA1 Message Date
Jonathan Naylor 980efe3023 Remove the RSSI debug message if nothing interesting to show. 2018-03-06 20:12:29 +00:00
Jonathan Naylor 7867eb5f91 Fix the DMR, YSFDN, and NXDN FEC. 2018-03-06 19:35:30 +00:00
Jonathan Naylor 2a4d365729 Slight change to NXDN audio packing and unpacking. 2018-03-06 19:23:48 +00:00
phl0 80298cb133
Dual_Hat can also be duplex 2018-03-05 23:46:01 +01:00
phl0 150dfca7a2
Add support for MMDVM_HS_Dual_Hat 2018-03-05 22:04:01 +01:00
Jonathan Naylor b9f342e962 Fix outgoing NXDN audio to be the same as incoming. 2018-03-05 19:13:49 +00:00
Andy CA6JAU faa0bde50d Fix compilation error with abs() function using some compilers 2018-03-03 17:14:02 -03:00
Jonathan Naylor 1956995693
Merge pull request #401 from phl0/wiringPiandOLED
Use wiringPi instead of i2c
2018-03-02 16:08:57 +00:00
phl0 622a5e24db
Use wiringPi instead of i2c 2018-03-02 13:02:56 +01:00
Jonathan Naylor 4768e80a37 Fix the port numbers for NXCore Icom compatibility. 2018-03-01 20:47:39 +00:00
Jonathan Naylor 12cfaec1f6 Align the networking with NXCore. 2018-03-01 20:28:43 +00:00
Jonathan Naylor dcb9dd31a9 Fix reported compilation errors. 2018-03-01 07:34:41 +00:00
Jonathan Naylor ad578c1ccd Use the correct AMBE processing on incoming RF audio. 2018-02-28 21:46:18 +00:00
Jonathan Naylor 9e0e59476c Regenerate the LICH better. 2018-02-28 21:07:43 +00:00
Jonathan Naylor 34e305c477 Merge branch 'master' into icom 2018-02-27 20:06:06 +00:00
Jonathan Naylor 5cd82cfc7d Add Icom networking for RF data. 2018-02-27 20:05:49 +00:00
Jonathan Naylor 7e247b0f68 Add extra FCS data extraction and fix remote gateway operation on YSF. 2018-02-27 18:38:07 +00:00
Jonathan Naylor d87b861628 Hopefully fix the remote gateway issues. 2018-02-27 18:34:32 +00:00
Jonathan Naylor e843115928 Add log and screen data from the data when header data is missing. 2018-02-27 18:25:09 +00:00
Jonathan Naylor b2fd2e47b8 Merge branch 'master' into icom 2018-02-26 22:00:06 +00:00
Jonathan Naylor 83d68c7a01 Add FCS details to the log and display. 2018-02-26 21:59:18 +00:00
Jonathan Naylor 54d816e275 Updated NXDN id file. 2018-02-26 19:15:19 +00:00
Andy CA6JAU a3605a4139 Bump the version date 2018-02-23 16:14:46 -03:00
Jonathan Naylor b52fdad2c1 Merge branch 'master' into icom 2018-02-22 20:47:15 +00:00
Jonathan Naylor 562badf61c Icom protocol has no sequence number so cannot fill missing frames or count lost
data.
2018-02-21 08:10:59 +00:00
Jonathan Naylor 7696add241 Add raw data accessors to the channel data classes. 2018-02-21 07:48:24 +00:00
Jonathan Naylor 4b2df6150f Small fixes. 2018-02-20 20:31:26 +00:00
Jonathan Naylor 8290db81fd Opionally allow the checksum to be copied. 2018-02-19 22:06:04 +00:00
Jonathan Naylor edbc42e0bf Change processing to be more efficient. 2018-02-19 20:51:43 +00:00
Jonathan Naylor 22f2d7e540 Start on the NXDN Icom network audio handling. 2018-02-19 19:09:01 +00:00
Jonathan Naylor d7aa2b406c Update the NXDN Id list. 2018-02-16 07:04:33 +00:00
Jonathan Naylor 975f9dc047 Fix the FACCH1 data on incoming network streams. 2018-02-15 21:32:28 +00:00
Jonathan Naylor 1ed6fecff6 Handle network late entry properly. 2018-02-15 20:46:22 +00:00
Jonathan Naylor d17ca9b4ba Begin handling Icom format network frames. Work in progress. 2018-02-15 20:20:07 +00:00
Jonathan Naylor a5bcf8763b Merge branch 'nxdn' of github.com:g4klx/MMDVMHost into nxdn 2018-02-14 20:43:08 +00:00
Jonathan Naylor 971c9b9ad9 Remove unused code and fix a small bug in UDCH processing. 2018-02-14 20:42:18 +00:00
Andy CA6JAU cc23ac9708 Merge branch 'master' into nxdn 2018-02-14 12:19:43 -03:00
Andy CA6JAU 084a26c961 DMR string identification suport for BI7JTA hotspot 2018-02-14 12:18:34 -03:00
Jonathan Naylor 134646265e Fix bugs in NXDN networking. 2018-02-13 19:07:30 +00:00
Andy CA6JAU 5a9e2a7819
Merge pull request #396 from dk5ras/patch-2
Adding a modem port template
2018-02-13 10:28:59 -03:00
Ralph A. Schmid 3e99e4d620
Adding a modem port template
Adding the line # Port=/dev/ttyAMA0 to MMDVM.ini [Modem] section, to make it easier to try out the correct port setting fore the more and more commonly used STM32 Pi hat boards.
2018-02-13 13:45:27 +01:00
Jonathan Naylor f6b90793db
Merge pull request #395 from juribeparada/nxdn
Check if SACCH is a VCALL during late entry at the first block
2018-02-12 06:41:33 +00:00
Andy CA6JAU 66ea1fffd3 Check if SACCH is a VCALL during late entry at the first block 2018-02-12 01:38:39 -03:00
Jonathan Naylor f09d6722a5
Merge pull request #394 from juribeparada/nxdn
Fix NXDN LICH encode and merge branch 'master' into nxdn
2018-02-11 08:41:01 +00:00
Andy CA6JAU ee3b6a0e86 Fix LICH encode 2018-02-10 23:47:59 -03:00
Andy CA6JAU aa1a3f471a Merge branch 'master' into nxdn 2018-02-10 20:57:44 -03:00
Andy CA6JAU 6a67425189 Merge remote-tracking branch 'g4klx/master' 2018-02-10 20:57:21 -03:00
Jonathan Naylor 3211189687
Merge pull request #393 from juribeparada/master
Changing default Jitter time to 360 ms
2018-02-10 16:02:33 +00:00
Andy CA6JAU cb618a9b85 Changing default Jitter time to 360 ms 2018-02-10 12:35:12 -03:00
Andy CA6JAU be79aad4aa Merge remote-tracking branch 'g4klx/master' 2018-02-10 12:30:11 -03:00