iota-tangle-io / iota-spamalot.go

Network spammer for IOTA written in Go
MIT License
3 stars 0 forks source link

Coordinator to slave API #1

Closed cwarner818 closed 6 years ago

cwarner818 commented 6 years ago

From @luca-moser on January 26, 2018 18:50

As the the coordinator's job is to handle the entire configuration for its connected slaves (and their spammers), a set of commands has to be defined which a slave obeys to.

Commands indicating the desired action by the coordinator are handled as byte constants. A command has usually a payload with the argument data.

Note: In the entire setup, the coordinator is able to delegate commands directly to a spammer.

commands (byte constants):

single spammer:

group:

A payload can be a spammer's configuration for example, consisting of depth, mwm...parameters.

Copied from original issue: iota-tangle-io/spamalot-project#3

cwarner818 commented 6 years ago

This issue was moved to iota-tangle-io/spamalot-coo#1