开云体育

ctrl + shift + ? for shortcuts
© 2025 开云体育

tinySA also for linux distris? #feature_request #tinysa


 

Hello Erik,
do you plan to release also a linux version of the tinySA software? This would be a great idea for us linux users...
I am personally using debian buster 10.5 and do not have problems with running tinySA-Saver or nanoVNA-Saver but
the windows software seems to be equpped with more features.
I am still waiting for my tinySA and I am happy to get it in my hands. It cannot last a long time cause the parcel is already
in Luxembourg :)

best regards
Chris


 

On Tue, Aug 11, 2020 at 09:05 AM, dekagon wrote:
do you plan to release also a linux version of the tinySA software?
I second the motion.? Or, I guess it's probably third or fourth the motion by now.


 

Is there a GUI tool for phyton?
I hate creating a gui with basic widgets


 

Quisk SDR software uses wxPython:


I have not used it for development, I only know about it through my Hermes Light HL2 use.

73
Evan
AC9TU


 

There is a GUI builder for wxWidgets (or wxPython) written in Python:?

I have not used it in a ?few years, so don't know what the current state is. A quick check on the SourceForge page shows that there have been recent updates, so that's good news.?


 

开云体育

Sounds interesting :)

best regards
Chris

Am 11.08.2020 um 21:40 schrieb Evan Hand <elhandjr@...>:

?Quisk SDR software uses wxPython:


I have not used it for development, I only know about it through my Hermes Light HL2 use.

73
Evan
AC9TU


 

On Tue, Aug 11, 2020 at 11:38 AM, Erik Kaashoek wrote:
Is there a GUI tool for phyton?
I hate creating a gui with basic widgets

?qt-creator works under Windows, MacOS and Linux.? It creates GUI's for Python and C/C++.

- Herb


 

There is also python-tk, also known as tkinter.


 

If I recall nanoVNASaver is Qt based. Not sure if Qt-creator was used to create Saver or not.


On Tue, Aug 11, 2020 at 01:06 PM, hwalker wrote:
On Tue, Aug 11, 2020 at 11:38 AM, Erik Kaashoek wrote:
Is there a GUI tool for phyton?
I hate creating a gui with basic widgets

?qt-creator works under Windows, MacOS and Linux.? It creates GUI's for Python and C/C++.

- Herb


 

开云体育

Hello Erik,
may I ask how you develop the gui of tinySA-Saver?
Did you made the GUI without a Python Gui-builder? I mean native programming...
Isn't it possible to reuse some modules of the tinySA-Saver code?
I would wish the tinySA.exe also for Linux because it is especially created for the tinySA.
Sorry but I love the nanoVNA-Saver for nanoVNA's but not for the tinySA.
best regards

Chris

---
'Everything should be made as simple as possible, but not simpler.' -- Albert Einstein
Am 11.08.2020 um 20:38 schrieb Erik Kaashoek:

Is there a GUI tool for phyton?
I hate creating a gui with basic widgets


 

I did not develop the gui of tinySA-saver
tinySA-saver is the same code as nanoVNA-saver.
The only thing I changed was the hardware.py module where the data returned by the "data"? command is read
You are free to do what you want with tinySA-saver source code as the code is GPL license

tinySA.exe can not run native on linux as it is using dot.NET graph objects and these are not available for mono