| Padre-Plugin-Swarm documentation | view source | Contained in the Padre-Plugin-Swarm distribution. |
Padre::Swarm::Manual - Guide to Swarm
The Swarm protocol at present is very ad-hoc and subject to change. Message delivery is NEVER guaranteed, there are no unique message IDs - nor any acknowledgement that a sent message has arrived.. anywhere.
A swarm message should always have a type , service , from,
title and body. It may also have a to , resource.
Discovery message requesting information from other swarm agents. Generally a
discovery will trigger a promote response from a service, if that service
chooses to advertise itself.
Advertisment of a service provided by an agent.
A public chat message. Expected to contain a body.
Request for remote execution! Receivers brave enough are expected to run
message body with string eval. :)
Suggestion to open an editor document containing message body
| Padre-Plugin-Swarm documentation | view source | Contained in the Padre-Plugin-Swarm distribution. |