Replies: 1 comment 2 replies
-
What's SPS? Basically the source code is the documentation on the internals, and I know that's not ideal. Are you doing something where you need iperf3 functionality embedded in some other program or are you looking to make a complete iperf3 replacement? If the former, iperf3 has a library that does a lot of the actual packet sending, test management, etc. That can be linked in to other programs. There are examples of how to do this in |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I try to emulate an iperf3 server on a sps and need help understanding the code.
Additional to the sourcecode, is there any form of documentation on how the software works internaly?
Questions i have for example:
-What message does the client expect from the server to start sending the dataload?
-Is there any form of confirmation (crc) from the server after recieving a data package?
Beta Was this translation helpful? Give feedback.
All reactions