Re: [lwip-users] ?==?utf-8?q? UDP-based reliable bulk data transfer

2017-04-25 Thread Patrick Klos
On 4/25/2017 6:23 PM, Nenad Pekez wrote: Hi Patrick, did you actually port one of these 2 proposed protocols to your embedded system or implemented your own UDP reliable protocol? Also, did you get bitrates close to 100Mb? The point I was trying to make was that you barely need to do

Re: [lwip-users] ?==?utf-8?q? UDP-based reliable bulk data transfer

2017-04-25 Thread Nenad Pekez
Hi Patrick, did you actually port one of these 2 proposed protocols to your embedded system or implemented your own UDP reliable protocol? Also, did you get bitrates close to 100Mb? Regards, Nenad Original Message Subject: Re: [lwip-users] UDP-based reliable bulk data

Re: [lwip-users] UDP-based reliable bulk data transfer

2017-04-25 Thread Patrick Klos
On 4/25/2017 3:16 AM, pupkin wrote: Greetings, I need to send large quantities of data reliably from a Zynq-based device to a PC. I'm looking for a data transfer protocol which can get as close as possible to wire speed on a dedicated 1Gb ethernet link. It would be nice although not strictly

Re: [lwip-users] UDP-based reliable bulk data transfer

2017-04-25 Thread goldsi...@gmx.de
I can't comment on the suggested protocols, but... pupkin wrote: I need to send large quantities of data reliably from a Zynq-based device to a PC. Although the name does not match: if you plan to implement a reliable protocol over UDP, you could try and make it implement the new (git

Re: [lwip-users] ?==?utf-8?q? UDP-based reliable bulk data transfer

2017-04-25 Thread Nenad Pekez
Hi pupkin, I am actually should do the same thing with the same SOC. And I am still considering different options. Have you tried to actually use any of these two protocols you posted (enet and udt)? I am really interested in how well they work and how close they get to 1Gb speed. And whether

Re: [lwip-users] contrib-2.0.1 and WinPCap

2017-04-25 Thread goldsi...@gmx.de
markus.for...@gmx.ch wrote: Hello Simon > Try this: > http://lmgtfy.com/?q=winpcap+developer%27s+pack Thank you, I did find it. ;-) I've also updated the readme.txt file by now, thanks for the hint! Simon ___ lwip-users mailing list

[lwip-users] UDP-based reliable bulk data transfer

2017-04-25 Thread pupkin
Greetings, I need to send large quantities of data reliably from a Zynq-based device to a PC. I'm looking for a data transfer protocol which can get as close as possible to wire speed on a dedicated 1Gb ethernet link. It would be nice although not strictly required it it worked over arbitrary