viduq / tosi

A Go implementation of RFC 1006.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tosi
======

tosi provides an implementation of RFC 1006, as defined at 

 http://tools.ietf.org/html/rfc1006.

The implementation puts ISO/IEC 8072/8073 transport class 0 (with some minor modifications) on top of a TCP/IP connection, on port 102 by default, even if another port can be chosen.
ISO/IEC 8072/8073 are identical to ITU standards X.214 and X.224, defined at 

 http://www.itu.int/ITU-T/recommendations/rec.aspx?id=3262 

and 

 http://www.itu.int/ITU-T/recommendations/rec.aspx?id=3264. 

Documentation
-------------

The tosi API reference is available on GoDoc: 

 http://godoc.org/github.com/danielePala/tosi.

License
-------

See the COPYING file.

Author
-------

Daniele Pala <pala.daniele@gmail.com>

Known bugs/limitations
-------

None.

About

A Go implementation of RFC 1006.

License:GNU General Public License v3.0


Languages

Language:Go 100.0%