From: Enrico M. <enr...@te...> - 2008-01-23 08:39:10
|
Oredope, Adetola wrote: > I will like to find out if there are any possibilities of running the > sipdht2 simulator at command line and probably outputting all the > parameters into a file. Unfortunately not, such a command line application should be written from scratch. However, I don't think it is a big issue, as libsipdht2 APIs provide quite an easy interface to handle peers. > This is because at the moment the simulator is not quite stable with a > high amount of peers running (we have used up to 194 peers) and we > believe the problem may lie with the GUI. We are also looking at running > the simulations with logarithmic scales, meaning we may need up to 100s > of thousands of peers running. Processing power is not a limitation at > our end because we plan to use a high-performance clusters. Well, another issue with the graphical simulator is that it requires a lot more processing power for refreshing the graphical interface than for running the peers. In fact, any event occorred to each peer triggers a complete redraw of the whole window. All in all, the goal of the gsim-sipdht is to show how CAN works. -- Ciao, Enrico |