ais-tx/gr-aistx
Fernando Mercês aff7e147de first commit 2014-12-12 11:31:06 -02:00
..
apps first commit 2014-12-12 11:31:06 -02:00
cmake first commit 2014-12-12 11:31:06 -02:00
docs first commit 2014-12-12 11:31:06 -02:00
grc first commit 2014-12-12 11:31:06 -02:00
include/AISTX first commit 2014-12-12 11:31:06 -02:00
lib first commit 2014-12-12 11:31:06 -02:00
python first commit 2014-12-12 11:31:06 -02:00
swig first commit 2014-12-12 11:31:06 -02:00
CMakeLists.txt first commit 2014-12-12 11:31:06 -02:00
GPL first commit 2014-12-12 11:31:06 -02:00
README first commit 2014-12-12 11:31:06 -02:00

README

This directory contains a custom block for GnuRadio we called AIS Frame Builder.
It is part of the AIS BlackToolkit.
 
This block serves as generator of AIS frames and implements the full AIS stack.
It is composed of three main components covering respectively the 
application/presentation layers, the link layer and the physical layer, 
as defined in the protocol specification for AIS.

Install as described in the official out-of-tree documentation, i.e.:

$ mkdir build
$ cd build
$ cmake ../
$ make
$ sudo make install 

Copyright 2013-2014 -- Embyte & Pastus

This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.