UDT4 for PB

Share your advanced PureBasic knowledge/code with the community.
kinglestat
Enthusiast
Enthusiast
Posts: 746
Joined: Fri Jul 14, 2006 8:53 pm
Location: Malta
Contact:

UDT4 for PB

Post by kinglestat »

Hi guys,

http://lundari.it/Site/TER_files/udt4_pb.zip

This is the UDT V4 lib ported to PB. Not much testing, I admit but the port of the 2 test programs appclient and appserver work interchangeably with the ones of the udt4 lib itself. The DLL also has 3 extra functions which you might find helpful (used with the 2 test programs)

There is no licence besides the GPL licence of udt itself.
Last edited by kinglestat on Wed Jul 10, 2013 7:43 pm, edited 1 time in total.
I may not help with your coding
Just ask about mental issues!

http://www.lulu.com/spotlight/kingwolf
http://www.sen3.net
User avatar
luis
Addict
Addict
Posts: 3895
Joined: Wed Aug 31, 2005 11:09 pm
Location: Italy

Re: UDT4 for PB

Post by luis »

Looks interesting, thanks :)
"Have you tried turning it off and on again ?"
User avatar
ts-soft
Always Here
Always Here
Posts: 5756
Joined: Thu Jun 24, 2004 2:44 pm
Location: Berlin - Germany

Re: UDT4 for PB

Post by ts-soft »

can't found a working link for download?
PureBasic 5.73 | SpiderBasic 2.30 | Windows 10 Pro (x64) | Linux Mint 20.1 (x64)
Old bugs good, new bugs bad! Updates are evil: might fix old bugs and introduce no new ones.
Image
User avatar
luis
Addict
Addict
Posts: 3895
Joined: Wed Aug 31, 2005 11:09 pm
Location: Italy

Re: UDT4 for PB

Post by luis »

Me too, I looked at the page's source :)

http://lundari.it/Site/TER_files/udt4_pb.zip

With IE works, I'm using FF.
"Have you tried turning it off and on again ?"
User avatar
blueznl
PureBasic Expert
PureBasic Expert
Posts: 6166
Joined: Sat May 17, 2003 11:31 am
Contact:

Re: UDT4 for PB

Post by blueznl »

Now all you have to do is tell the rest of the world what UDT4 stands for... :-)
( PB6.00 LTS Win11 x64 Asrock AB350 Pro4 Ryzen 5 3600 32GB GTX1060 6GB)
( The path to enlightenment and the PureBasic Survival Guide right here... )
Deluxe0321
User
User
Posts: 69
Joined: Tue Sep 16, 2008 6:11 am
Location: ger

Re: UDT4 for PB

Post by Deluxe0321 »

UDT is a reliable UDP based application level data transport protocol for distributed data intensive applications over wide area high-speed networks. UDT uses UDP to transfer bulk data with its own reliability control and congestion control mechanisms. The new protocol can transfer data at a much higher speed than TCP does. UDT is also a highly configurable framework that can accommodate various congestion control algorithms.

>> http://udt.sourceforge.net/

Nice stuff, definitely useful.
kinglestat
Enthusiast
Enthusiast
Posts: 746
Joined: Fri Jul 14, 2006 8:53 pm
Location: Malta
Contact:

Re: UDT4 for PB

Post by kinglestat »

My logic was that whoever would be searching for it, they would know what it is.
But in any case thanks. I am very web-shy, and hate writing verbose statements!
I may not help with your coding
Just ask about mental issues!

http://www.lulu.com/spotlight/kingwolf
http://www.sen3.net
Post Reply