A module for simulating free-space optical communication systems using GnuRadio
To compile the module:
- create ./build directory and compile the code:
mkdir build
cd Build
cmake ../
make
- after compiling, test the module:
make test
- and finally install the module:
sudo make install
sudo ldconfig
Check the demo files included in the repository for further information and usage example: