Skip to content

GNU Radio blocks for a Physical Layer Wireless Sensor Network testbed.

Notifications You must be signed in to change notification settings

hrbenitez/gr-bar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gr-bar

This repository includes custom GRC blocks made for the implementation of a physical layer wireless sensor network testbed built on the work of Bastian Bloessl. This testbed is expected to measure BER, SER, PER, Latency, Throughput, and SNR of a communication system.

Getting Started

Prerequisites

Aside from standard GNU Radio blocks, you need to have the following GRC repositories installed:

https://github.com/bastibl/gr-ieee802-15-4
https://github.com/bastibl/gr-foo

Also, this was built using ADALM-PLUTO so you may also need to install this:

https://github.com/analogdevicesinc/gr-iio

Installing

Installing this is by the usual cmake installation

mkdir build
cd build
cmake ../
sudo make install
sudo ldconfig

Some GRC files in the 'examples' folder may need to have their python files generated to complete some blocks.

Usage

This testbed is actually an undergraduate project and is fully documented in this document.

Authors

Acknowledgments

We would like to thank our advisers:

and our examiner:

For their insights and guidance in this project.

About

GNU Radio blocks for a Physical Layer Wireless Sensor Network testbed.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published