DL1KSE
03-07-2011, 01:55 PM
You have still one of those TV Cards for your PC?
If it is supported by video4linux2 then you may have a radio tuner, too.
You can check it by verifying that /dev/radio0 exists.
If you have more radio tuners /dev/radio1 etc. respectively.
I have written a DX Monitor using that radio tuner.
It checks n frequencies of the spectrum specified for sudden peak signals and then executes a command you specify on the command line.
You can also further process the peak events as arguments, like FREQ can passed to the command. Then you can use it for example sending E-Mail, SMS etc.
There it is:
http://tuxwave.net/index.php?page=2&subpage=23
If it is supported by video4linux2 then you may have a radio tuner, too.
You can check it by verifying that /dev/radio0 exists.
If you have more radio tuners /dev/radio1 etc. respectively.
I have written a DX Monitor using that radio tuner.
It checks n frequencies of the spectrum specified for sudden peak signals and then executes a command you specify on the command line.
You can also further process the peak events as arguments, like FREQ can passed to the command. Then you can use it for example sending E-Mail, SMS etc.
There it is:
http://tuxwave.net/index.php?page=2&subpage=23