NAME
aemp - AnyEvent:MP utility
SYNOPSIS
aemp command args...
# protocol commands
aemp snd <port> <arg...> # send a message
aemp mon <port> # wait till port is killed
aemp rpc <port> <arg...> # send message, append reply
# node configuration: secret
aemp gensecret # generate a random shared secret
aemp setsecret <secret> # set the shared secret
aemp clrsecret # remove the secret
# node configuration: TLS
aemp setcert <file> # set a certificate (key.pem + certificate.pem)
aemp clrcert # remove certificate
aemp gencert # generate a random certificate
# node configuration
aemp setseeds noderef... # set seednodes
aemp addseed noderef # add a seednode
aemp delseed noderef # remove seednode
DESCRIPTION
With aemp you can configure various aspects of AnyEvent::MP and it's protocol.