mapa17 / Eruliaf

A BitTorrent like overlay peer simulator
GNU General Public License v3.0
1 stars 0 forks source link

Peer Factory #10

Closed mapa17 closed 12 years ago

mapa17 commented 12 years ago

Create a simple implementation of the Peer Factory

This is supposed to create new peer objects during simulation time, to simulate churn and heterogeneous peers.

In its simple version the Peer Factory creates all peers at the beginning of the simulation with equal properties.

mapa17 commented 12 years ago

Created a very simple and static peer factory.