Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jpmeijers/pisstvbeacon
Raspberry Pi SSTV beacon
https://github.com/jpmeijers/pisstvbeacon
Last synced: 5 days ago
JSON representation
Raspberry Pi SSTV beacon
- Host: GitHub
- URL: https://github.com/jpmeijers/pisstvbeacon
- Owner: jpmeijers
- License: other
- Created: 2013-01-24T12:52:16.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-01-24T12:57:38.000Z (almost 12 years ago)
- Last Synced: 2023-04-06T06:51:15.657Z (almost 2 years ago)
- Language: C
- Size: 145 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Raspberry Pi SSTV beacon
========================This folder contains a few scripts and a program to:
1. Capture an image from an Ubiquity IP camera (AircamDownload.py)
2. Converts the jpeg image to a wav file, Martin1 encoded (sstvtx.c)
3. Automate the capture, resize, overlay, encode and playback of the wav file (transmitImage.sh)Required programs
=================* _Python 2.7_ to execute AircamDownload.py
* _Imagemagick_ convert to resize and overlay the image
* _aplay_ to play back the wav filesHow to build
============Except for sstvtx.c, the rest of this folder only contains scripts that can be run without compilation. To compile sstvtx.c on a Raspberry Pi, I used the following command:
gcc sstvtx.c -o sstvtx -ljpeg -lsndfile
License
=======* _sstvtx.c_ is released under the Mit License according to the source: http://fkurz.net/ham/stuff.html?sstvtx
* _AircamDownload.py_ originally found on http://www.exploit-db.com/ without a license.
* The rest of the contents of this directory/folder/project is released under Apache2.0