mesh_put
Publish data to a live P2P mesh and receive a unique content identifier (MCID) for retrieving the artifact from any node.
Instructions
Publish a content-addressed artifact to the mesh. Returns its 68-hex-char MCID. Fetch it elsewhere with mesh_get. Defaults to station-de-frankfurt.macula.io:4433 if host isn't given.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| host | No | Station to connect through, "host[:port]". Defaults to station-de-frankfurt.macula.io:4433. | |
| content | Yes | Artifact bytes, base64-encoded. |