Commit Graph

306 Commits

Author SHA1 Message Date
LX1IQ 1ed96a16fd
Update scripts.readme.txt 2020-08-02 10:02:00 +02:00
LX1IQ fa7b3e8098
Create watchdog
Small watchdog script to check the connectivity to the ambed hardware.
If the usb port gets unresponsive and you get persistent timeouts. The script restarts the ambed service.
You can run the script every "x" via a cronjob.
2020-08-02 09:56:16 +02:00
LX1IQ 7fab6c2e66
Update README.md 2020-07-27 08:25:31 +02:00
LX3JL a70295c621
Merge pull request #170 from n7tae/master
Fix orphaned Frame memory leak
2020-07-03 09:30:19 +02:00
Tom Early 6f67b46298 Fix orphaned Frame memory leak 2020-07-02 10:38:10 -07:00
LX1IQ 4ba94cbfe0
Merge pull request #165 from lwkoon/patch-11
Update country.csv
2020-04-17 09:41:26 +02:00
9W2LWK 3c9549e11a
Update country.csv 2020-04-17 15:08:28 +08:00
LX1IQ 3713ab92ce
Create scripts.readme.txt 2020-04-12 10:04:44 +02:00
LX1IQ 3ee08dc49e
Create ambed.service
start ambed server as a service on debian
2020-04-12 09:53:47 +02:00
LX1IQ 3271247d47
Update README.md 2020-04-07 11:53:36 +02:00
LX3JL 2f239d6746 xlxd 2.4.0
Added G3 protocol
2020-04-07 09:51:03 +02:00
LX3JL ed2873f78d
Merge pull request #140 from yo2loj/master
Added G3 Terminal Support
2020-04-07 09:29:32 +02:00
LX1IQ cda8457e85
Merge pull request #57 from phl0/RepeaterFilter
Add filter function to repeaters page
2020-04-06 13:46:58 +02:00
LX1IQ 201a45832c
Merge pull request #99 from narspt/patch-2
make sure buttons text never word-wrap
2020-04-06 13:08:46 +02:00
LX1IQ 0bfa70fba0
Merge pull request #102 from lwkoon/patch-7
logout session
2020-04-06 13:04:06 +02:00
LX3JL e18010f66c
Merge pull request #126 from lucamarche-iz1mlt/patch-1
Fixed CPU load if not run as daemon
2020-04-06 12:42:45 +02:00
LX3JL 997aaa1387
Merge pull request #160 from K2IE/YSF-UC-patch
YSF module display fix for U/C only radios such as FT-70DR
2020-04-06 12:41:37 +02:00
LX3JL 83e7a73f25 ambed 1.3.5
Merged F4FXL signal processor
2020-04-06 11:34:11 +02:00
LX3JL c8e28e77d6
Merge pull request #153 from F4FXL/TranscodingTweaks
Transcoding tweaks
2020-04-06 11:21:54 +02:00
Geoffrey Merck 11bc4cb7c7 Correct looping through samples 2020-04-04 17:51:08 +02:00
Geoffrey Merck 5cbb115ddb Clean up 2020-04-04 16:25:17 +02:00
Geoffrey Merck 042188770b Back to block processing, more efficient and does not introduce delay 2020-04-04 16:16:46 +02:00
Geoffrey Merck 1770dc188f Tryning a different filter, might save some CPU 2020-04-04 05:35:10 +02:00
K2IE b8bda1ccc7 YSF module display fix for U/C only radios such as FT-70DR 2020-03-25 17:54:36 -04:00
Marius Petrescu, YO2LOJ 887edaf00d UDM Msg update
Fix for sockopt on open
2020-02-22 17:47:08 +02:00
Marius Petrescu, YO2LOJ a81d1743a8 Update
Revert udpsocket to original
2020-02-22 16:44:20 +02:00
Marius Petrescu, YO2LOJ 73648794f0 Update and cleanup
- created raw socket class
- moved udp recv via msg to a derived class
- option file read optimized
2020-02-22 16:38:56 +02:00
Geoffrey Merck 5fc2974f9b Add missing base class 2020-02-22 06:44:01 +01:00
Geoffrey Merck 6301fe5485 Fixed segmentation fault 2020-02-22 06:20:54 +01:00
Geoffrey Merck 02a583f0b3 Reduce processing delay
Process one packet all at once
2020-02-22 06:10:55 +01:00
Geoffrey Merck 5356f37fd8 Merge branch 'TranscodingTweaks' of https://github.com/F4FXL/xlxd into TranscodingTweaks 2020-02-13 20:35:21 +01:00
Geoffrey Merck 10c796f192 Make AGC 25dB below saturation 2020-02-13 20:34:51 +01:00
Geoffrey Merck c44aac0f84
Default AGC off, restore gains 2020-02-12 20:59:11 +01:00
Geoffrey Merck b9d0c6e532 Add AGC clamping constant, turn AGC on, reduce target energy 2020-02-04 22:23:06 +01:00
Geoffrey Merck ee1b97a165 Better FIR Filter implementation, correct sample collecting 2020-02-04 22:21:57 +01:00
Geoffrey Merck 4ba6a77ecc Improve circular buffer 2020-02-03 22:23:10 +01:00
Geoffrey Merck adbea50027 It is always better to initialize variables 2020-02-03 21:26:41 +01:00
Geoffrey Merck de961853c7 Add Filtering and defines
Add FIR passband Filtering
Add defines to swithc features on and off
2020-02-03 20:52:14 +01:00
Geoffrey Merck f936d8ffeb Reenable gain clamping 2020-02-03 20:10:40 +01:00
Geoffrey Merck 3c06fb0ac1 Do not square energy as we are not complex. Do not clamp gain 2020-02-03 15:34:08 +01:00
Geoffrey Merck 66eab222c4 Remove debug information ouput 2020-01-29 20:08:20 +01:00
Geoffrey Merck f01c44ed53 Add comments 2020-01-29 20:02:03 +01:00
Geoffrey Merck fe700f253b Clean up and better names for variables 2020-01-29 19:57:12 +01:00
Geoffrey Merck 0a06b26748 Apply Scale to energy, value still needs to be tweaked 2020-01-29 19:37:35 +01:00
Geoffrey Merck 7ffc58daaa Well, forgot some basic maths .... 2020-01-29 18:12:26 +01:00
Geoffrey Merck 53384f036c Clamp Gain, Scale input sample
Add gain clamping +-dB
Scale input Sample
2020-01-29 17:30:22 +01:00
Geoffrey Merck 658a47bc4e Avoid Exxposing a reference to the internal AGC, improve debug info 2020-01-28 21:44:51 +01:00
Geoffrey Merck 64f5fddf17 Add AGC 2020-01-28 21:06:43 +01:00
Geoffrey Merck a78c30abfb Test gain set to -3/+3 2020-01-27 16:34:57 +01:00
LX3JL be87d54897 xlxd 2.3.5
Updated YSF server status protocol
2020-01-08 19:28:54 +01:00