ais-tx/gr-aistx
Harald Welte 5d210ce373 convert include path from gruel -> gnuradio 2015-04-01 18:00:04 +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 AisEncoder: Add configurable number of lead-in symbols 2015-03-23 20:10:58 +01:00
include/AISTX convert include path from gruel to gnuradio 2015-04-01 17:58:44 +02:00
lib convert include path from gruel -> gnuradio 2015-04-01 18:00:04 +02:00
python first commit 2014-12-12 11:31:06 -02:00
swig Convert AIS encoder into a PDU/messaging block 2015-03-23 19:41:38 +01:00
CMakeLists.txt Convert AIS encoder into a PDU/messaging block 2015-03-23 19:41:38 +01: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.