I am working on a python project that lets a client and server communicate and send data but it has to be using SCTP protocol, is there any idea where I can find such thing? I read online that Windows doesn't support SCTP. I don't mind wiriting a python wrapper for a C implementation or any other language. Thanks
edit: I have tried this but it doesn't support Windows, I am also trying this and this but so far nothing is working!