As in the title, could someone recommend a C/C++ library for sending TCP packets via RNDIS?
Regards,
Artur Hadyniak
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
As in the title, could someone recommend a C/C++ library for sending TCP packets via RNDIS?
Regards,
Artur Hadyniak
Hi Artur,
Welcome to DLP&MEMS fourm.
If I understand correctly you are looking for libraries on windows OS to send TCP packets. RNDIS driver interface is a virtual ethernet link used on USB physical layer. So to the TCP API libraries it just looks like any other TCP socket. My suggestion to you is to take a look at WindowsSocket2 APIs library comes with Windows SDK. Here is a link http://msdn.microsoft.com/en-us/library/windows/desktop/ms740673(v=vs.85).aspx
Please feel free to revert back if you are not clarified with above response.
Regards,
Sanjeev