-
Notifications
You must be signed in to change notification settings - Fork 0
GNURadio AES implementation, python code and GRC block ( mirror from https://code.haibane.org/capi_x/gr-aes )
License
capitanx/gr-aes
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This is the aes-write-a-block package meant as a guide to building out-of-tree packages. To use the aes blocks, the Python namespaces is in 'aes', which is imported as: import aes See the Doxygen documentation for details about the blocks available in this package. A quick listing of the details can be found in Python after importing by using: help(aes) To build the python package you must do: $ mkdir build $ cd build $ cmake .. $ make # make install And for the GRC block: $ mkdir grc/build $ cd grc/build $ cmake .. # make install If you dont have the /usr/local/share/gnuradio path in GRC you can add it to the global profile in /etc/gnuradio/conf.d/grc.conf or the user profile in ~/.gnuradio/config.conf [grc] global_blocks_path = /usr/share/gnuradio/grc/blocks:/usr/local/share/gnuradio/grc/blocks local_blocks_path = xterm_executable = xterm
About
GNURadio AES implementation, python code and GRC block ( mirror from https://code.haibane.org/capi_x/gr-aes )
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published