Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ps2/rtlmm
Software to sniff minimed RF packets using a RTLSDR dongle
https://github.com/ps2/rtlmm
Last synced: 3 months ago
JSON representation
Software to sniff minimed RF packets using a RTLSDR dongle
- Host: GitHub
- URL: https://github.com/ps2/rtlmm
- Owner: ps2
- Created: 2018-01-02T03:08:44.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-05T05:27:07.000Z (about 7 years ago)
- Last Synced: 2024-08-05T09:15:39.077Z (5 months ago)
- Language: C
- Size: 31.3 KB
- Stars: 18
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-network-stuff - **15**星
README
# rtlmm
_Created by Pete Schwamb. Code is released under MIT license._
**rtlmm** is software to sniff minimed RF packets using a RTLSDR dongle
This work is inspired by and partially based on Evariste Courjaud's great tool: https://github.com/F5OEO/rtlomni
# Prerequisites
* liquid-dsp: On mac, you can `brew install liquid-dsp`. On linux systems, you must build from source: https://github.com/jgaeddert/liquid-dsp/
# Installation
```shgit clone https://github.com/ps2/rtlmm
cd rtlmm
make#Install rtl-sdr driver and utilities (rtl_test, rtl_sdr ...)
sudo apt-get install rtl-sdr```
# Launching rtlmm
you can launch :
```sh
./rtlmm some_file.cu8
```
It outputs messages from a RF sample file included in the folder.For live message recording, there is a script
```sh
./recordiq.sh
```