junzis / pyModeS

Python decoder for Mode S and ADS-B signals
GNU General Public License v3.0
529 stars 151 forks source link

modeslive: fix hight CPU usage #33

Closed Akasch closed 5 years ago

Akasch commented 5 years ago

The core loop in modeslive is currently busy waiting for updates I think an update rate at 50Hz is more reasonable and reduces cpu usage.