HADES-SA SSDV on Linux


● (No.1183) HADES-SA SSDV on Linux (2026年4月7日)
 ------------------------------------------------

1. [HADES-SA SSDV image using soundmodem and SDR++]




ssdv.exe update ver0.07
https://github.com/hobisatelit/ssdv2sat
https://community.libre.space/t/hades-sa-spinnyone-transmissions/14570

Install latest SSDV
$ cd ~
$ git clone https://github.com/fsphil/ssdv
$ cd ssdv
$ make
$ sudo make install

Download the latest script
$ cd ~
$ git clone https://github.com/hobisatelit/ssdv2sat.git && cd ssdv2sat
$ chmod 755 *.py

Install SoundModemcd
https://uz7.ho.ua/genesis800.zip

[Add in Home/.bashrc]
alias soundmodem_genesis800='wine ~/.wine/drive_c/hadesa/genesis800/soundmodem.exe'
alias kissgenesis='wine ~/.wine/drive_c/hadesa/genesis800/KISSGENESIS.exe'
Reboot Linux_PC

[first terminal]
Run genesis800
$ soundmodem_genesis800

[second terminal]
Run kissgenesis
$ kissgenesis

[third terminal]
Run rx.py
$ cd ~/ssdv2sat
$ ./rx.py --port 8100

Run SDR++
https://www.asahi-net.or.jp/~ei7m-wkt/numb1121.htm
https://www.ne.jp/asahi/hamradio/je9pel/sdr_plus.htm


    


  


2. [HADES-SA SSDV image using SatNOGS's csv_file]

https://www.amsat-ea.org/proyectos/
https://www.amsat-ea.org/app/download/14229523/hades-sa-spinnyone-satnogs-linux-x86.zip

Linux上で、HADES-SA の SSDV を構成する複数の.binパケットからJPG画像を
生成する方法が判明した。つまり、この流れでLinux上でSatNOGS's csv_file
から下図のようなJPG画像を生成することが出来る。

Extract only .bin packets
$ chmod +x hades-sa-spinnyone-satnogs-linux-x86
$ ./hades-sa-spinnyone-satnogs-linux-x86 60417hda.csv

Convert SSDV to a JPG file
$ cat *.bin > combined.bin ... 番号順の.binパケットを一つに結合
$ ssdv -d combined.bin output.jpg ... SSDVをJPGに変換


 


3. [Linux上で SatNOGS's csv_file をJPG画像化する手順]

(1) Login SatNOGS -> HADES-SA -> Data -> Data Export(Last week) -> Logout
(2) Saved (long name).csv file in mailer to hades-sa folder and copy ssdv.exe
(3) Rename it to (short name).csv, eg. 60419hda.csv
(4) Extract only .bin packets using "hades-sa-spinnyone-satnogs-linux-x86"

    $ chmod +x hades-sa-spinnyone-satnogs-linux-x86
    $ cd ~/.wine/drive_c/hadesa/hades-sa-spinnyone-satnogs-linux-x86
    $ ./hades-sa-spinnyone-satnogs-linux-x86 60419hda.csv

(5) Many files with various extensions will be generated. Therefore, once,
    delete other files except .bin packets in the desired numerical order.

(6) Convert SSDV .bin to a JPG file
    $ cat *.bin > combined.bin ... Combine the numbered .bin packets into one
    $ ssdv -d combined.bin output.jpg ... Convert SSDV to a JPG file


csv_Geany
bin Numerical order
jpg Output
image ID: 20(h)=32(d)
image ID: 00(h)=00(d)
image ID: 30(h)=48(d)
Next: HADES-SA SSDV on Linux #2



トップ へ戻る.
前のページ へ戻る.
次のページ へ移る.
ホームページ(目次) へ戻る.