ais
ais copied to clipboard
Toolkit for research purposes in AIS. See the website for the paper.
Swig isn't part of gnuradio v.3.9 anymore. It has been replaced with Pybind11 (https://www.gnuradio.org/news/2021-01-17-gnu-radio-v3.9.0.0-release/). Would be great to use the AIS tools in newer versions.
Hi @zhudsonSM, @cvanslyke, @nazmibojan and all! :) I know this is warming up an old topic again, but after many hours of debugging, I am not really able to receive...
https://github.com/trendmicro/ais/blob/6af5c3f43acb1e4cc362db73bfc1cb98286ab5ea/gr-aistx/lib/Build_Frame_impl.cc#L127 Not respecting buf_size causes a buffer out of bounds access, resulting in a segmentation fault.
I hit a use case where I needed a version of this that supported variable input. This should be a simpler/easier to merge version of https://github.com/trendmicro/ais/pull/17. This has several changes...
Addresses #12 and #15 I took the liberty to shuffle the files in the root into other directories so that this could be used with pybombs too. There is an...
I recently installed gnuradio 3.7.13.15 with pybombs. (ref : https://github.com/Nuand/bladeRF/wiki/Getting-Started:-Linux ) However, the installation of gr-aistx with pybombs failed. It seems to be a problem of python version (python 3...
gr-wxgui is removed from gnuradio (AiS_TX.py not working at all with the workaround of Fix this by replacing the from gnuradio.gr import firdes with from gnuradio.filter import firdes) and even...