I'm considering starting a project to create a new library, but wanted to make sure no one else was doing it first.

Currently, there exist a number of options that exist via TMCI, but not via FCP. Examples include getting a list of connected nodes, adding peers, etc..

I'm interesting in creating a new library which emulated these functions in Java, by connecting to the TMCI server, and then formatting them, and returning them.

For example, I could  (pseudo code follows)

Node = new connection(127.0.0.1,2323);
Array NodeNames[] = Node.getListOfPeers(NodeName);
Array IPAddresses[] = Node.getListOfPeers(IP);

Node.AddConnection(URL, "http://ubernode.org/ref/ref.txt";);
Node.DeleteConnection(NodeName, "sanity-darknet");



etc...


Is anyone working on this presently? Is there any reason I shouldn't?

-Colin
_______________________________________________
Devl mailing list
[email protected]
http://emu.freenetproject.org/cgi-bin/mailman/listinfo/devl

Reply via email to