B?rto ?d S?ra wrote: > Thanks! You guys made exactly what we need :) My compliments, you > really made a great thing :) > > So now for the final generic questions before I commit the problem > into the "decided" list : > 1) I'm positive it is possible to issue commands to the Freenet thru > some API (Frost etc prove it is possible). Where can I find docs about > the API? http://wiki.freenetproject.org/FreenetFCPSpec2Point0 , in case you haven't already found it, has been the most reliable source of information about FCP (Freenet's high-level socket-based API) that I've come across. For some reason it is hard to find that page via google...
You can also write plugins for Freenet, which are Java programs that run inside the node's process and would give you a bit more control than you would have using FCP. There is documentation about writing plugins here: http://wiki.freenetproject.org/WritingAFreenetPlugin , but I have never tried to write one so I can't vouch for the usefulness of that page. Good luck with your overlay network. :)