lock & key problems

Technical discussion about the NMDC and <a href="http://dcpp.net/ADC.html">ADC</A> protocol. The NMDC protocol is documented in the <a href="http://dcpp.net/wiki/">Wiki</a>, so feel free to refer to it.

Moderator: Moderators

Locked
calibra74
Posts: 1
Joined: 2003-04-24 05:53

lock & key problems

Post by calibra74 » 2003-07-06 14:54

Is there any working example of the lock & key mech of the protocol in C++
I could try to get it out of the dc++ source code, but ir really want an simple and clear example to learn the trick.

thanx

GargoyleMT
DC++ Contributor
Posts: 3212
Joined: 2003-01-07 21:46
Location: .pa.us

Re: lock & key problems

Post by GargoyleMT » 2003-07-06 17:10

calibra74 wrote:I could try to get it out of the dc++ source code, but ir really want an simple and clear example to learn the trick.
Not to mention that the DC++ source is GPLed, so if you wanted to publically distribute your work under something than the GPL, you'd be off to a bad start, right? :)

[ASH]Yoshi
Programmer
Posts: 21
Joined: 2003-07-07 08:09
Location: Sweden, Linköping

Lock to Key conversion

Post by [ASH]Yoshi » 2003-07-07 08:40

Check the bottom of this page

http://www.lwave.ca/shasta/protocol.html

Locked