Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/myriadrf/lime-tools
A collection of useful tools for use with the LimeSDR family of boards
https://github.com/myriadrf/lime-tools
Last synced: 13 days ago
JSON representation
A collection of useful tools for use with the LimeSDR family of boards
- Host: GitHub
- URL: https://github.com/myriadrf/lime-tools
- Owner: myriadrf
- License: apache-2.0
- Created: 2018-06-08T12:25:41.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-11-10T22:31:28.000Z (about 3 years ago)
- Last Synced: 2024-11-05T17:49:10.375Z (15 days ago)
- Language: C++
- Size: 8.71 MB
- Stars: 30
- Watchers: 12
- Forks: 17
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Lime Tools
A collection of simple, useful tools for use with LimeSDR hardware.
## Contents
### LimeMon
Min, max, rms power sweep measurements vs. frequency and time in .csv, .xls and .gif format.
### LimeScan
Power spectrum tool that aims to be compatible with rtl_power and soapy_power.
### LTEScan
LTEScan produces automated scan of LTE bands.
## Dependencies
* [LimeSuite](http://wiki.myriadrf.org/Lime_Suite)
* GNUplot (`sudo apt-get install gnuplot`)
* FFTW3 (`sudo apt-get install libfftw3-dev`)
* libsensors (`sudo apt-get install libsensors4-dev`)
* [turbofec](https://github.com/ttsou/turbofec)## CMake build instructions
mkdir build
cd build
cmake ..
make
sudo make install## Licensing
This software is published under the Apache License 2.0.