v1.13 - Optimization
General optimization update.
- Removed scan time. Until now the HID frame reading was paced to reduce situations where reading task was stuck and had to be restarted. Unfortunately, pacing caused losing more frames due to reading the HID data not often enough. This update removes pacing and loss analysis.
- Lower frame loss count.
- Lower CPU usage.
- Some changes in scripts. Installation creates three scripts in
$HOME/sdgyrodsu
directory:update.sh
for updating to the newest versionuninstall.sh
for uninstallinglogcurrentrun.sh
for showing log messages of current/last server instance