Skip to content
forked from mikerahaim/gr-vlc

GNURadio OOT block for visible light communication (i.e., LiFi)

Notifications You must be signed in to change notification settings

Spencerx/gr-vlc

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gr-vlc

GNURadio OOT block for visible light communication (i.e., LiFi)

To install, follow the steps below:

1-) cd to the gr-vlc directory

2-) Create a build directory with 'mkdir build' and move into the directory with 'cd build/'

3-) Run cmake with the path to your local gnuradio installation (assuming installed via PyBOMBS): 'cmake -DCMAKE_INSTALL_PREFIX= ../'

4-) Run 'make'

5-) Test the build with 'make test' (shouldn't be any failures)

6-) Install with 'make install'

7-) Configure your linker/debugger with 'sudo ldconfig'

8-) Open gnuradio-companion and you should find a module for VLC. You can test the grc flowgraph(s) in ./examples to check functionality.

About

GNURadio OOT block for visible light communication (i.e., LiFi)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CMake 67.3%
  • C++ 17.3%
  • Python 14.6%
  • C 0.8%