Metadata-Version: 1.1
Name: pysctp
Version: 0.6
Summary: pysctp is a python module for the SCTP protocol stack and library. 
Home-page: https://github.com/philpraxis/pysctp/
Author: Philippe Langlois
Author-email: Philippe.Langlois@gmail.com
License: LGPL
Download-URL: http://github.com/philpraxis/pysctp/archive/0.6.zip
Description: pysctp is a python module for the SCTP protocol stack and library. It is the socket api implementation, not the SCTPlib implementation (this latest one is not supported anymore by their original developers). On Mac OS X you will need the SCTP NKE (Kernel Extensions) to make it work, use: http://sctp.fh-muenster.de/sctp-nke.html. On Debian-based systems, you need a SCTP-aware kernel (most are) and install the following packages: apt-get install libsctp-dev libsctp1 lksctp-tools
Keywords: SCTP SIGTRAN
Platform: Linux
Platform: Debian
Platform: Ubuntu
Platform: Mac OS X (tested on 10.4)
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Telecommunications Industry
Classifier: License :: OSI Approved :: GNU Lesser General Public License v2 (LGPLv2)
Classifier: Programming Language :: C
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: System :: Networking
