Julien Cornuwel wrote: > Chris Burge a ?crit : >> Hey! If I wanted to intreface with freenet with another application >> (opensource of course) which language would be best? I saw a Python API >> but I haven't seen any instructions for Java or Ruby. The reason I ask >> is that I would rather do it via an existing API rather than hacking my >> way around the place. > > There is also jFCPlib, a Java API by Bombe.
And an Ada one. The wiki list them here: http://wiki.freenetproject.org/FreenetDevTools > Otherwise, any language can do the trick : you just have to open a > socket to the node and use the FCP specification : > http://wiki.freenetproject.org/FreenetFCPSpec2Point0