The Verse Specification: A platform for sharing 3D data
Prev
Chapter 3. Network Protocol
Next
3.9. System Node Commands
Table of Contents
connect
-- Create connection to a host.
connect_accept
-- Sent by a host when it accepts a connection request.
connect_terminate
-- Disconnect from a host.
ping
-- General-purpose unconnected "ping" command.
packet_ack
-- Positive acknowledgement; a network packet has been received.
packet_nak
-- Negative acknowledgement; a network packet has been lost.
node_index_subscribe
-- Request continuous updates about existing nodes.
node_create
-- Create a new node.
node_destroy
-- Destroy a node.
node_subscribe
-- Start subscribing to a node.
node_unsubscribe
-- Stop subscribing to node.
node_name_set
-- Set name of a node.
tag_group_create
-- Create a tag group in a node, or change an existing.
tag_group_destroy
-- Destroy a tag group.
tag_group_subscribe
-- Start subscribing to a tag group in a node.
tag_group_unsubscribe
-- Stop subscribing to a tag group.
tag_create
-- Create a new tag, or change an existing.
tag_destroy
-- Destroy a tag.
Prev
Home
Next
Command Reference
Up
connect