Blagus / PySonde

Open source, cross-platform universal radiosonde decoder written in Python
GNU Affero General Public License v3.0
7 stars 1 forks source link

Does it work :) #1

Closed marksev1 closed 7 years ago

marksev1 commented 7 years ago

Hello Blagus,

thanks for this project. Does it work? Do you have some video demo of it somewhere in action :)?

Blagus commented 7 years ago

Hi, I apologize for the late response.

It works - kind of. It can decode RS41 wav files recorded with Gqrx and SDR#. The development is stopped for now because Python is too slow in math. Decoder itself should be rewritten as a C module, or the entire app in something faster, my current plan is to do it in Qt when I'll have time.

marksev1 commented 7 years ago

Awesome, so will it be opensource too?

Blagus commented 7 years ago

Of course, FOSS and cross-platform, which is very easy to do with Qt. There are enough paid Windows-only apps, and zero simple to use ones for Linux/Android.

However, I can't talk about any deadlines. It might be done before this summer, and it might won't be ready until next year. Too many things over my head, plus another project, not published yet, which is (I think) even more awesome.

marksev1 commented 7 years ago

Great great, looking forward to everything :)