-
Notifications
You must be signed in to change notification settings - Fork 79
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
Documentation should be more clear about how to create a server #173
Comments
Hey @keks
It would also be good to make |
Thanks for the quick response! Hm, I understand. Unfortunately I couldn't find anything in the transport repo. I was hoping not having to write this myself, and would rather not commit to too much, since I need this for a recreational coding project 😅. I'll give it a shot though. If anything comes out of this, I'd be happy to have it live in the pion code base, e.g. the transport repo. But let's not get ahead of ourselves 😉 |
@keks awesome! If that is a big blocker I am sure I could code it up quickly. I would rather see you using Pion, then we get feedback/bug reports etc.. |
Sure, if that is quick to do for you, please go ahead! I undestand you'd rather maintain your own code :) |
Summary
I would like to see better documentation around how to use this package.
I would write the docs if you tell me how this works.
Motivation
It's not quite clear what kind of
net.Conn
you should pass into theServer
function. Since this should be SCTP-over-UDP I expect it's the result of anet.ListenUDP
. However, that conn will receive packets from all kinds of hosts, and I haven't found a way to isolate a single connection from that.If you tell me how it works I'll add an explanation to the readme.
The text was updated successfully, but these errors were encountered: