You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The testbed currently implements a pretty flat interaction between peers and network. We choose the files to seed to the network, seeders Add these files to the network, and leechers flatly Getthem. No complex interaction pattern is implemented. Instead of exclusively choosing the files to be used in the test, we should implement an interactionFunction which is fed to the testbed to simulate different applications and request patterns in the test runs.
defaultInteraction: Flatly Add/Get Files.
getAllLeavesInteraction: Retrieves the files of a DAG.
databaseInteraction: Performs read/write operations over DAGs implementing a database schema.
etc.
This needs to be implemented as general as possible so that anyone could come up with their own interactionFunction and plug it into the testbed.
The text was updated successfully, but these errors were encountered:
The testbed currently implements a pretty flat interaction between peers and network. We choose the files to seed to the network, seeders
Add
these files to the network, and leechers flatlyGet
them. No complex interaction pattern is implemented. Instead of exclusively choosing the files to be used in the test, we should implement aninteractionFunction
which is fed to the testbed to simulate different applications and request patterns in the test runs.defaultInteraction
: Flatly Add/Get Files.getAllLeavesInteraction
: Retrieves the files of a DAG.databaseInteraction
: Performs read/write operations over DAGs implementing a database schema.This needs to be implemented as general as possible so that anyone could come up with their own
interactionFunction
and plug it into the testbed.The text was updated successfully, but these errors were encountered: