Apologies in advance if this is covered elsewhere; I think I've read all relevant material but would appreciate pointers ...
I'm trying to investigate the development branch. I've installed the freenet-20000728 code, and think it is running. My node is showing up in the devinform list. I have not succeeded in fetching any data using keys found on the published servers. For example: ---------------- % ./freenet_request freenet/manifesto manifesto.txt + java Freenet.client.RequestClient freenet/manifesto manifesto.txt Node running on 1042 (build 132) 17579f3b9e873564 - HandshakeRequest -> tcp/127.0.0.1:19114 17579f3b9e873564 - HandshakeReply <- tcp/127.0.0.1:19114 Handled: Src:tcp/127.0.0.1:19114 htl:1 depth:1 id:17579f3b9e873564 type:Freenet.message.HandshakeReply 6d642f33fac7c4f5 - DataRequest -> tcp/127.0.0.1:19114 Closing connection Network timed out waiting for a reply from the server. ---------------- Meanwhile the server related the following to its log: ---------------- Jul 31, 2000 1:22:09 PM:ConnectionHandler.java#4:Normal:17579f3b9e873564 - HandshakeRequest <- tcp/127.0.0.1:1043 Jul 31, 2000 1:22:09 PM:ConnectionHandler.java#4:Normal:17579f3b9e873564 - HandshakeReply -> tcp/127.0.0.1:1043 Jul 31, 2000 1:22:10 PM:ConnectionHandler.java#4:Normal:6d642f33fac7c4f5 - DataRequest <- tcp/127.0.0.1:1043 Jul 31, 2000 1:22:10 PM:Core.java:Error:Connection Error: Freenet.ConnectTimedOutException Jul 31, 2000 1:22:12 PM:Core.java:Error:Connection Error: Freenet.ConnectTimedOutException Jul 31, 2000 1:22:12 PM:Core.java:Error:Connection Error: Freenet.ConnectTimedOutException Jul 31, 2000 1:22:13 PM:Core.java:Error:Connection Error: Freenet.ConnectTimedOutException Jul 31, 2000 1:22:13 PM:Core.java:Error:Connection Error: Freenet.ConnectTimedOutException Jul 31, 2000 1:22:13 PM:Core.java:Error:Connection Error: Freenet.ConnectTimedOutException Jul 31, 2000 1:22:14 PM:Core.java:Error:Connection Error: Freenet.ConnectTimedOutException Jul 31, 2000 1:22:14 PM:Core.java:Error:Connection Error: Freenet.ConnectTimedOutException Jul 31, 2000 1:22:15 PM:Core.java:Error:Connection Error: Freenet.ConnectTimedOutException Jul 31, 2000 1:22:17 PM:Core.java:Error:Connection Error: Freenet.ConnectTimedOutException Jul 31, 2000 1:22:17 PM:Core.java:Error:Connection Error: Freenet.ConnectTimedOutException Jul 31, 2000 1:22:17 PM:Core.java:Error:Connection Error: Freenet.ConnectTimedOutException Jul 31, 2000 1:22:17 PM:ConnectionHandler.java#5:Normal:4109294d81abd81f - HandshakeRequest -> tcp/128.2.171.29:19114 ---------------- I have a similar response when I try and insert a test file. Is this the expected behavior at this point? How can I help the effort in the best fashion? I am an experienced software developer with lots of experience in Java and C++. I could help with the UI, or server itself. How do I get started? Hope this was the right place to post this message ... Ken -------------------------------------------------------------------------- Ken Sedgwick MetaExchange, Inc. ken at metaexchange.com 1250 45th St, Suite 315 510-250-1812 Emeryville, CA 94608 _______________________________________________ Freenet-dev mailing list Freenet-dev at lists.sourceforge.net http://lists.sourceforge.net/mailman/listinfo/freenet-dev
