No description
  • Rust 92.9%
  • Makefile 7.1%
Find a file
Vincent Perrier e79aa51adb
Merge pull request #1 from AXDOOMER/master
Cédille --> CEDILLE
2020-01-17 00:00:25 -05:00
Doc Travail sur la documentation et création du Makefile 2019-09-27 21:13:48 -04:00
src Updated README and formated the existing .rs files 2019-09-30 17:26:50 -04:00
.gitignore Added pdf files to gitignore 2019-09-30 09:44:00 -04:00
Cargo.lock first upload to github 2019-09-26 17:41:32 -04:00
Cargo.toml On branch master 2019-09-25 19:21:54 -04:00
Makefile Travail sur la documentation et création du Makefile 2019-09-27 21:13:48 -04:00
README.md Cédille --> CEDILLE 2020-01-14 01:47:46 -05:00

SDR-SAT

Dependencies

  • Dependant on the crate rtlsdr v0.1.4
  • Dependant on the C lib "rtlsdr" & "rtlsdr-dev". That library is available from the osmocom organisation

What ?

This project has a goal to pull images from the weather satellites via the ATP protocol.

Why ?

The hobbyist community seems to rely on a closed source & out of date software. Also, they rely on a key-generator to activate the license. This tiny quirk exists because the company the maintained the software no longer exists...

Necessary hardware

  • Any rtlsdr usb dongle.
  • A raspberry Pi or a PC.

Target plateform

  • Raspberry/Linux
  • X86-64/Linux

Libs are available out there.

Building the project:

  • Building with "cargo build" will only build an executable from the code.
  • If you desire to build the documentation, build with "make all"

How to contribute

  • Clone the repo.

  • Do your changes. Document them.

  • Simply hit me up with a pull request. Justify it by linking with any thread in the issues section. If there aren't any create one!

  • If you are a member of CEDILLE, I assume we talked about that pull request beforehand and there shouldn't be any problem.

  • Be sure to do a rustfmt before pull request.