On Thursday 22 December 2005 04:47 pm, Bram Neijt wrote: > Hi. > > I was wondering if there was a GNUnet library anywhere or in the > making? I was thinking about making a GNUnet client based on either > Ruby or Python and maybe intergrate it with the desktop (or so I > dream). > > The library would then do the basic speed-eager stuff like: > - Encryption > - Verification > - Data crunching > > And probably some other simple things that are generally usefull. > > Are there any attempts like this on the way? And if so, where can I find > them?
Well, there are multiple libraries for the different parts of the system. Look at the header files that are installed (src/include/gnunet_*.h in the source tree). You should be able to easily build any GNUnet client based on the UTIL, ECRS and FSUI libraries. Christian _______________________________________________ GNUnet-developers mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gnunet-developers
