Hi Ian, My name is Michael and for my MSc project, I have to run some experiments on Freenet to measure and quantify the amount of information an eavesdropper can get from observing the HTL and key closeness of requests.
I was wondering if you could give me some pointers on my development. Basically, to do this, I'm writing a FCP client to upload files to a node. I'm experiencing difficulties in this. Below is a step by step view of what I want to achieve: 1. Send ClientHello and receive NodeHello reply 2. Read all the existing Persistent requests 3. Send my own requests. I can't seem to move from step 2 to step 3 as I don't know how many Persistent requests there are and since most messages end with EndMessage, I can't use that to determine if that's the end of the list of Persistent requests. How may I achieve this? Thank you very much for your kind attention. Best regards, Michael Yip MSc Computer Security University of Birmingham
