Closed oscarnyl closed 6 years ago
SCTP is available on Python3 for GNU/Linux systems by installing libsctp1
, libsctp-dev
and lksctp-tools
and do not require any other Python library than Python's socket. Read more about it.
Python 3 SCTP support lacks higher-level interface from libsctp
(bindx
/ connectx
..), though same result can be achieve with setsockopt
. Python 3 port is still useful, but we could think of lightweight Python 3 SCTP module.
_sctp.c and other Python files has been adapted to support both Python2 and Python3.
Python 3 support has been added in the following branch, but not pulled. https://github.com/lilydjwg/pysctp