Skip to content
/ gr-mac Public
forked from balint256/gr-mac

Easy-to-use MAC-layer implementations for GNU Radio.

Notifications You must be signed in to change notification settings

papiahs/gr-mac

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installing:

git clone https://github.com/jmalsbury/gr-mac cd gr-mac mkdir build cd build cmake ../ make sudo make install

To run the radios:

  1. Open both gmsk_radio.grc and ofdm_radio.grc. Generate both. This will produce the required hier blocks in ~/.grc_gnuradio

  2. Close GRC or hit the "reload" block button.

  3. Open simple_trx.grc and generate.

  4. Run simply_trx.py with something like:

python simple_trx.py --port 12345

About

Easy-to-use MAC-layer implementations for GNU Radio.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 50.4%
  • CMake 37.5%
  • C++ 11.5%
  • C 0.6%