GithubHelp home page GithubHelp logo

Comments (2)

alexchartier avatar alexchartier commented on May 27, 2024

The following steps allowed me to build the chirpsounder2 and have thor.py work on xubuntu 18. I haven't tested the chirpsounder identification itself yet.

from chirpsounder2.

alexchartier avatar alexchartier commented on May 27, 2024

sudo apt install git
sudo apt-get install libhdf5-dev
sudo apt-get install cmake
sudo apt-get install python-mako
sudo apt-get install python-numpy
sudo apt-get install python-pkgconfig
sudo apt-get install python3
sudo apt-get install python-setuptools
sudo apt-get install python-h5py
sudo apt-get install python-packaging
sudo apt-get install python-tz
sudo apt-get install python-dateutil
sudo apt-get install gnuradio
sudo apt-get install python-matplotlib
sudo apt-get install python-scipy
sudo apt-get install python3-uhd
sudo apt install python3-pip
pip3 install uhd
sudo apt-get install libgnuradio-uhd

git clone http://github.com/MITHaystack/digital_rf
cd digital_rf/
mkdir build
cd build
cmake ..
make
sudo make install

cd ~/
sudo apt-get install libboost-all-dev libusb-1.0-0-dev doxygen python3-docutils python3-mako python3-numpy python3-requests python3-ruamel.yaml python3-setuptools cmake build-essential
git clone https://github.com/EttusResearch/uhd.git
cd uhd/host/
mkdir build
cd build
cmake -DENABLE_PYTHON=ON ..
make
sudo make install

git clone http://github.com/jvierine/chirpsounder2
cd chirpsounder2/
make

Thor can be tested using the suggested line "thor.py -m 192.168.10.2 -d "A:A" -c cha -f 12.5e6 -r 25e6 /dev/shm/hf25"

from chirpsounder2.

Related Issues (4)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.