[chord] C wrapper for Chord

Ion Stoica istoica at cs.berkeley.edu
Tue Dec 7 11:59:45 EST 2004


Johan,

You can find a very basic C implementation of Chord in the chord/
directory in the i3 distribution:

http://i3.cs.berkeley.edu

Note however that this version only implements the lookup
protocol; it does not provide a storage layer. One other thing you
might find helpful. By uncommenting #define SIM_CHORD
in chord.h you can run Chord as a simulator.

Best,

Ion

Johan Rydberg wrote:

>Hi,
>
>I have a rather simple question for you; have you developed C bindings
>for Chord?  I'm thinking about using Chord as the foundation for an
>application, which will be written in C.  Or are there any other DHT's
>out there with C bindings?  It seems as most of them are written in
>Java.
>
>You may ask why I don't just write my application in C++.  Well, what
>can I say?  My knowledge of C++ is far too limited, plus I do not want
>to learn, from my point of view, rather complex and large language
>just to write a "simple" application.  
>
>Thanks for making your research available to the community and to the
>rest of the world.
>
>Johan.
>
>_______________________________________________
>chord mailing list
>chord at amsterdam.lcs.mit.edu
>https://amsterdam.lcs.mit.edu/mailman/listinfo/chord
>  
>




More information about the chord mailing list