Posted on
11th Dec 2024
Many times, i need to calculate a budget for materials of a project. Other times, i need a quick way to make a simple invoice, for my clients, that can build on the go, from any device. No need for a database, to keep values, prices etc. Just a simple form, to write stuff, insert price and quantity...
Posted on
2nd Dec 2024
Just a quicky... :)
To get the wireless interface of your computer, in a simple and "universal" (that works in every system) way, is the following. Just use this simple command:
ls /sys/class/ieee80211/*/device/net/ -1
The command will list the names of the wireless interfaces. If it's only on...
Posted on
24th Nov 2024
After PySpecSDR, which is awesome! :) i had to make also a frequency scanner. Because the range in a frequency scanner is usually large, this time i used the framebuffer for graphic display, as a terminal would be too small. And thus... HeatWave created!
All information about it can be found o...
Posted on
23rd Nov 2024
Updated on 2024/11/22 for version 1.0.1
After making the changes at the retrogram-rtlsdr project, i got the "virus" to make something even more better and in a language i know better, as C is not my thing. So Python it was, as it may not be the faster, but it has great support and anyone can...
Posted on
15th Nov 2024
This is not a post of mine. The original source/site, is being closed and managed to source it from the Wayback Machine. It also maybe outdated, but the principals work and may help you create something similar.
http://www.stealth-x.com/programming/driver-writing-with-python.php
Hey guys, toda...