<remote-channel> ( node id -- remote-channel )


Vocabulary
channels.remote

Inputs
nodea node object
idthe id of the published channel on the node


Outputs
remote-channela remote-channel


Word description
Create a remote channel that acts as a proxy for a channel on another node. The remote node's channel must have been published using publish and the id should be the id returned by publish

Examples
"localhost" 9000 <node> "ID123456" <remote-channel> "foo" over to


See also
publish, unpublish

Definition