forked from Evrytania/LTE-Cell-Scanner
-
Notifications
You must be signed in to change notification settings - Fork 1
LTE SDR cell scanner optimized to work with very low performance RF front ends (8bit A/D, 20dB noise figure)
License
detrojones/LTE-Cell-Scanner
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
-------------------------- LTE Cell Scanner / Tracker -------------------------- This is a collection of tools to locate and track LTE basestation cells using very low performance RF front ends. For example, these tools work with RTL2832 based dongles (E4000, R820T, etc.) which have a noise figure of 20dB, only 8 bits in the A/D, and a crystal with a frequency error of about 100 ppm. The 'CellSearch' program can be used to search for LTE carriers within a range of frequencies. Once an LTE frequency has been located, 'LTE-Tracker' can be used to monitor and track, in realtime, any LTE cells on that frequency. The main documentation in html format can be found on the web at: http://www.evrytania.com/lte-tools And in the doc/index.html subdirectory of this distribution. For questions, comments, or bug reports, contact James Peroulas james@evrytania.com, or check the bugtracker on github: https://github.com/Evrytania/LTE-Cell-Scanner/issues ------ Quick build instructions: ------ cd LTE-Cell-Scanner mkdir build cd build cmake .. make ------ Install: ------ sudo make install ------ Quick usage instructions: ------ Search for LTE carriers within a common LTE frequency range used in the US: CellSearch --freq-start 715e6 --freq-end 768e6 Start tracking LTE cells on frequency 739 MHz: LTE-Tracker -f 739000000
About
LTE SDR cell scanner optimized to work with very low performance RF front ends (8bit A/D, 20dB noise figure)
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- C++ 80.0%
- MATLAB 17.3%
- CMake 2.7%