Create README.md

This commit is contained in:
Michael Tüxen 2016-08-27 19:16:07 +02:00 committed by GitHub
commit f49b2e0305
1 changed files with 16 additions and 0 deletions

16
README.md Normal file
View File

@ -0,0 +1,16 @@
# SUA Testtool
A test tool for SUA as specified in [RFC 3868](https://tools.ietf.org/html/rfc3868)
and the ETSI specification
[ETSI TS 102 143](http://www.etsi.org/deliver/etsi_ts/102100_102199/102143/01.01.01_60/ts_102143v010101p.pdf).
The tests are based on the ETSI test specification
[ETSI TS 101 592](http://www.etsi.org/deliver/etsi_ts/101500_101599/101592/01.01.01_60/ts_101592v010101p.pdf).
## Requirements
This tool uses [guile](https://www.gnu.org/software/guile/) and its extension [guile-sctp](https://github.com/nplab/guile-sctp) for SCTP.
## Supported Platforms
It runs on Unix operating systems providing kernel SCTP support:
* FreeBSD.
* Linux, using the `libsctp-dev`package.
* Mac OS X, using the [SCTP-NKE](https://github.com/sctplab/SCTP_NKE_ElCapitan) for adding kernel SCTP support.
* Solaris.