On Wednesday 01 Jun 2011 05:33:39 Pierre Abbat wrote: > On Tuesday 31 May 2011 19:16:01 Matthew Toseland wrote: > > There are several, but make sure you are running it at the right level. It > > sounds like you're only interested in routing and swapping (or similar > > mechanisms). You don't need accurate simulations of requests and packets. > > There's no mention of a level in the source code. Where are the other > simulators? There's also no swapping that I could see in the simulator.
Good question. I'm not entirely sure, some of them are in our git repositories. https://github.com/freenet/ One extreme option is to use many nodes in a single JVM. This gives accurate but very slow simulations. See src/freenet/node/simulator/ in freenet's source for this. You will probably have to write your own though. :| > > Pierre -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 198 bytes Desc: This is a digitally signed message part. URL: <https://emu.freenetproject.org/pipermail/tech/attachments/20110601/ab53e3cb/attachment.pgp>
