Difference between revisions of "Sctplib"

From Free Software Directory
Jump to: navigation, search
Line 3: Line 3:
 
|Short description=Userland implementation of the Stream Control Transmission Protocol (SCTP)
 
|Short description=Userland implementation of the Stream Control Transmission Protocol (SCTP)
 
|Full description=The 'sctplib' library is a fairly complete prototype implementation of the Stream Control Transmission Protocol (SCTP), a message-oriented transport protocol that supports multi-homing and multiple message streams multiplexed within an SCTP connection. The API of the library was modeled after section 10 of RFC 2960; most parameters and functions should be self-explanatory to the user familiar with this document. The library also provides various helper functions for managing timers and UDP communication.
 
|Full description=The 'sctplib' library is a fairly complete prototype implementation of the Stream Control Transmission Protocol (SCTP), a message-oriented transport protocol that supports multi-homing and multiple message streams multiplexed within an SCTP connection. The API of the library was modeled after section 10 of RFC 2960; most parameters and functions should be self-explanatory to the user familiar with this document. The library also provides various helper functions for managing timers and UDP communication.
 +
|Homepage URL=http://www.sctp.de/sctp.html
 
|User level=none
 
|User level=none
|Status=Live
 
 
|Component programs=SCTP based echo,discard,daytime servers (proof of concept)
 
|Component programs=SCTP based echo,discard,daytime servers (proof of concept)
|Homepage URL=http://www.sctp.de/sctp.html
 
|VCS checkout command=
 
 
|Computer languages=C
 
|Computer languages=C
|Documentation note=
 
|Paid support=
 
|IRC help=
 
|IRC general=
 
|IRC development=
 
|Related projects=
 
 
|Keywords=stream,message,protocol,UDP,Stream Control Transmission Protocol,SCTP,transport,multi-homing,RFC 2960,timers
 
|Keywords=stream,message,protocol,UDP,Stream Control Transmission Protocol,SCTP,transport,multi-homing,RFC 2960,timers
|Is GNU=n
+
|Version identifier=1.0.15
|Last review by=Janet Casey
+
|Version date=2013/10/25
|Last review date=2008-01-07
+
|Version status=stable
|Submitted by=Database conversion
+
|Version download=http://www.sctp.de/download/sctplib-1.0.15.tar.gz
 +
|Last review by=Donaldr3
 +
|Last review date=2017/07/21
 
|Submitted date=2011-04-01
 
|Submitted date=2011-04-01
|Version identifier=1.3.1
+
|Is GNU=No
|Version date=2004-08-16
+
|License verified date=2004-01-22
|Version status=developmental
+
}}
|Version download=
+
{{Project license
 +
|License=LGPLv2.1orlater
 +
|License verified by=Janet Casey
 
|License verified date=2004-01-22
 
|License verified date=2004-01-22
|Version comment=1.3.1 devel released 2004-08-16
 
 
}}
 
}}
 
{{Person
 
{{Person
 +
|Real name=Andreas Jungmaier
 
|Role=Maintainer
 
|Role=Maintainer
|Real name=Andreas Jungmaier
 
 
|Email=ajung@exp-math.uni-essen.de
 
|Email=ajung@exp-math.uni-essen.de
|Resource URL=
 
 
}}
 
}}
 
{{Person
 
{{Person
 +
|Real name=See the AUTHORS file in the distribution for a complete list
 
|Role=Contributor
 
|Role=Contributor
|Real name=See the AUTHORS file in the distribution for a complete list
 
|Email=
 
|Resource URL=
 
 
}}
 
}}
 
{{Resource
 
{{Resource
Line 55: Line 47:
 
|System-administration=network-hookup
 
|System-administration=network-hookup
 
|Use=system-administration
 
|Use=system-administration
}}
 
{{Project license
 
|License=GPLv2orlater
 
|License verified by=Janet Casey
 
|License verified date=2004-01-22
 
}}
 
{{Project license
 
|License=LGPLv2.1orlater
 
|License verified by=Janet Casey
 
|License verified date=2004-01-22
 
 
}}
 
}}
 
{{Software prerequisite
 
{{Software prerequisite
Line 70: Line 52:
 
|Prerequisite description=glib 1.2.10 or later
 
|Prerequisite description=glib 1.2.10 or later
 
}}
 
}}
 +
{{Featured}}

Revision as of 12:46, 21 July 2017


[edit]

SCTPLIB

https://www.uni-due.de/~be0001/sctplib/index.html
User-space implementation of the SCTP protocol RFC 4960

The SCTPLIB library is a prototype implementation of the Stream Control Transmission Protocol (SCTP), a message-oriented reliable transport protocol that supports multi-homing, and multiple message streams multiplexed within an SCTP connection (also named association). SCTP is described in RFC 4960. See https://www.uni-due.de/~be0001/sctplib/ for details. The API of the library is modeled after Section 10 of RFC 4960, and most parameters and functions should be self-explanatory to the user familiar with this document. In addition to these interface functions between an Upper Layer Protocol (ULP) and an SCTP instance, the library also provides a number of helper functions that can be used to manage callbacks and timers, as well as UDP sockets for simple IPC. Furthermore, SCTPLIB provides support for UDP encapsulation, making it possible to co-exist with kernel SCTP implementations.





Licensing

License

Verified by

Verified on

Notes

Verified by

Janet Casey

Verified on

22 January 2004

Notes

License




Leaders and contributors

Contact(s)Role
See the AUTHORS file in the distribution for a complete list Contributor
Andreas Jungmaier Maintainer
Thomas Dreibholz (Dreibh)Maintainer


Resources and communication

AudienceResource typeURI
VCS Repository Webviewhttps://github.com/dreibh/sctplib
SCTP DiscussionsMailing List Info/Archivehttps://lists.franken.de/lists/arc/sctp-discussion/
HelpE-mailmailto:announce@sctp.de
SCTP Announcement ListMailing List Info/Archivehttps://lists.franken.de/lists/arc/sctp-announce/
Bug Tracking,Developer,SupportE-mailmailto:discussion@sctp.de
Bug Trackinghttps://github.com/dreibh/sctplib/issues
Changeloghttps://github.com/dreibh/sctplib/blob/master/ChangeLog


Software prerequisites

KindDescription
Required to useglib 2.0.0 or later




Entry

























Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.

The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.