removed colon from bib names
You cannot read the size from the keyboard, but you can use config parameters in the command line. Like this: java peersim.Simulator configfile.txt overlay.size=1000
yes, in fact I imagined that perhaps it was not possible but I asked for security. thank you so much
Hi Sisar. Not sure if it's possible. You can create a small program which takes the input from the keyboard, creates the peersim config and runs the simulation.
Hi, I wanted to know if it is possible to create a network by entering the number of the size from the keyboard without going through the configuration file. example: the user enters the number of nodes he wants to create and the size of the network assumes that value. Is it possible with peersim?
Despite being 13 years could you guys elaborate on how the solution was solved. Facing this similar issue and struggling with a solution.
Hi, what I would do is I'd write a control that monitors the number of messages and exits when the limit has been reached (controls can exit the simulation cleanly if they return "true"). This can overshoot a bit because conrols are not triggered by events, they are just scheduled ahead of time.
Hello there, First of all thank you for providing this great tool. Is it possible to end the simulation by setting other limits rather than just a time? for example I need the simulation to stop after a desired number of a specific query messages are received by the peers in the network. Say I generate 100,000 query messages and I want to stop when I have received response for all/part of them, regardless of how much time does the simulation take? Thank you.
I want to learn who to create configuration files for my project ?
Hi, we normally only reply to technical problems with peersim itself. In any case, peersim does not know the concept of "p2p network", please check the tutorials to see what the building blocks are. This means for peersim it doesn't matter how many protocols you simulate and these can communicate as described in the documentation.
I was wonder if you could tell me "how can I simulate the communication of 2 different PeerToPeer networks in PeerSim"?
Sent from Mail for Windows 10
I was wonder if you tell me how I can simulate the communictaion of 2 different (blockchain based) PeerToPeer networks?
New section for contributed documentation. Added contributed code item.
Added howto contribution from D.Malvestiti
Hi, I'm a new on peersim we try to simulate two networks in peersim and we try to make interoperability between them these two networks are Gnutella and Chord and we didn't know how it works. please help thanks
I want to build a voting system on a chord network, what should i do (roughly) to use Genc Tato (genc.tato@irisa.fr) Chordsim as a transport layer?
I want to build a voting system on a chord network, what should i do (roughly) to use Genc Tato (genc.tato@irisa.fr) Chordsim?
Hello, sorry for the late reply. Peersim is quite flexible, so the answer to these questions is yes. But you were probably looking for already existing packages doing that, and in such case I'm sorry, there are packages. You may want to have a look at http://peersim.sourceforge.net/doc/peersim/transport/KingParser.html to see a file that loads a topology from file. You should generate the topology through GT-ITM and then load them by modifying KingParser. A. On 08/11/2017 14:54, gm-psu wrote: Hi,...
Hi, I am using peersim for simulation a peer-to-peer system using chord. I am trying to imitate a hybrid network and would like to know how I could integrate or connect GT-ITM software with peersim or if there is any other way I could built a 2 layered hybrid topology using peersim. Any suggestions or help will be greatly appreciated. Thank you.
Removed CVSROOT