Gr-smart meters Setup Guide: Difference between revisions
Updated for GNURadio 3.10 and Ubuntu 22.04 |
Added additional install files |
||
| Line 11: | Line 11: | ||
sudo apt update | sudo apt update | ||
sudo apt upgrade | sudo apt upgrade | ||
</syntaxhighlight>Also install the following<syntaxhighlight lang="bash"> | |||
sudo apt install libsndfile1-dev | |||
</syntaxhighlight> | |||
==== For flavors other than Ubuntu or depending on your window environment you may need: ==== | |||
<syntaxhighlight lang="bash"> | |||
add apt-get install -y gobject-introspection gir1.2-gtk-3.0 | |||
</syntaxhighlight> | </syntaxhighlight> | ||
| Line 20: | Line 27: | ||
==SDR Hardware Support== | ==SDR Hardware Support== | ||
=== All support is now native in GNURadio 3.10. === | ===All support is now native in GNURadio 3.10.=== | ||
* UHD can be used for Ettus USRP hardware | *UHD can be used for Ettus USRP hardware | ||
* Soapy Custom Source is used for HackRF, AirSpy, BladeRF and RTL-SDR | *Soapy Custom Source is used for HackRF, AirSpy, BladeRF and RTL-SDR | ||
==Install Frequency Hopping Utilities== | ==Install Frequency Hopping Utilities== | ||