Skip to content
/ stt Public

SCTP testtool

License

LGPL-3.0, Unknown licenses found

Licenses found

LGPL-3.0
LICENSE.md
Unknown
COPYING
Notifications You must be signed in to change notification settings

nplab/stt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

stt

This is a extended version of guile to add basic support for handling arbitrary SCTP packets.

Installation

Linux (Ubuntu)

For installing the required packages run:

sudo apt-get install guile-2.2 guile-2.2-dev

Then download the sources, compile them and install the files:

wget https://github.com/nplab/stt/releases/download/stt-0.9.9h/stt-0.9.9h.tar.gz
tar xvfz stt-0.9.9h.tar.gz
cd stt-0.9.9h
./configure --prefix=/usr
make
sudo make install

FreeBSD

For installing the required packages run:

sudo pkg install wget guile2

Then download the sources, compile them and install the files:

wget https://github.com/nplab/stt/releases/download/stt-0.9.9h/stt-0.9.9h.tar.gz
tar xvfz stt-0.9.9h.tar.gz
cd stt-0.9.9h
./configure
make
sudo make install

Please note that you can only use this tool on FreeBSD if you compiled a kernel without SCTP support.