# pydecoder **Repository Path**: d9394/pydecoder ## Basic Information - **Project Name**: pydecoder - **Description**: a script for automatic decode using wsjtx with pipe audio stream - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-04 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # auto-wsjtx-decoder a script for automatic decode using wsjtx with pipe audio stream on a raspberry machine and then send result to my udp2telnet server and pskreporter.info station before use the script , you should install wsjtx-2.1.2 first. the packages are needed for wsjtx install on raspberry system: apt-get install libgfortran3 libqt5sql5-sqlite libfftw3-double3 libgfortran3 libqt5printsupport5 libqt5sql5 libcups2 libavahi-client3 libavahi-common3 libavahi-common-data wsjtx download from its homepage : http://physics.princeton.edu/pulsar/k1jt/wsjtx.html you also can install wsjtx with the command on raspberry : dpkg -i http://physics.princeton.edu/pulsar/k1jt/wsjtx_2.1.2_armhf.deb runing command : nohup ./start.sh >> /dev/shm/run.log 2>&1 & some code is fork from :https://github.com/sm3ulc/ft8-scripts & https://github.com/rtmrtmrtmrtm/weakmon, thanks.