Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to port to a new platform? #656

Open
ysc3839 opened this issue Apr 6, 2022 · 2 comments
Open

How to port to a new platform? #656

ysc3839 opened this issue Apr 6, 2022 · 2 comments

Comments

@ysc3839
Copy link

ysc3839 commented Apr 6, 2022

I'm trying to port this library to MSYS2. After fixed all errors, how to test if it works correctly? Is there any checklist?
The development branch is here: https://github.com/ysc3839/usrsctp/tree/msys2

@tuexen
Copy link
Member

tuexen commented Apr 6, 2022

Are you focussing on SCTP over DTLS (WebRTC use case) or SCTP over IP (signalling use case)? For generic smoke testing you can use programs/ekr_loop. It should terminate after a while without indicating a error. If you want to test other things, you can use for example the ETSI test suite. But you would have to write a sut program for it (we should actually include one, but right now don't do). See https://github.com/nplab/sctp-tests and the required SCTP test tool https://github.com/nplab/stt

@ysc3839
Copy link
Author

ysc3839 commented Apr 6, 2022

I just want to use SCTP over UDP as a reliable, multi-stream protocol in a personal project. I will try running these tests before creating pull request. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants