PureData CEAMMC library web documentation
available since version: 0.9.8
clients
output connected clients as list CLIENT_ID CLIENT_ADDR… etc.
TARGET client selector. If '*' or 'all' - send message to all clients. If 'first' - send message to first connected client. If 'last' - send message to last connected client. If 'id' or '==' - send message to client with specified ID. If 'except' or '!=' - send message to all client except specified.
type: symbol
required: True
[ID] client ID. Required, if client selector is one of: 'id', '==', '!=' or 'except'.
type: int
PORT listening port. If 0 - stops server.
type: int
required: True
[ADDR] listening address. If not specified - using 0.0.0.0 (all network interfaces)
type: symbol
TARGET client selector. If '*' or 'all' - send message to all clients. If 'first' - send message to first connected client. If 'last' - send message to last connected client. If 'id' or '==' - send message to client with specified ID. If 'except' or '!=' - send message to all client except specified.
type: symbol
required: True
[ID] client ID. Required, if client selector is one of: 'id', '==', '!=' or 'except'.
type: int
[DATA] list of integers in [0..255] range
type: list
TARGET client selector. If '*' or 'all' - send message to all clients. If 'first' - send message to first connected client. If 'last' - send message to last connected client. If 'id' or '==' - send message to client with specified ID. If 'except' or '!=' - send message to all client except specified.
type: symbol
required: True
[ID] client ID. Required, if client selector is one of: 'id', '==', '!=' or 'except'.
type: int
[ARGS] arguments
type: list
TARGET client selector. If '*' or 'all' - send message to all clients. If 'first' - send message to first connected client. If 'last' - send message to last connected client. If 'id' or '==' - send message to client with specified ID. If 'except' or '!=' - send message to all client except specified.
type: symbol
required: True
[ID] client ID. Required, if client selector is one of: 'id', '==', '!=' or 'except'.
type: int
[DATA] list of integers in [0..255] range
type: list
TARGET client selector. If '*' or 'all' - send message to all clients. If 'first' - send message to first connected client. If 'last' - send message to last connected client. If 'id' or '==' - send message to client with specified ID. If 'except' or '!=' - send message to all client except specified.
type: symbol
required: True
[ID] client ID. Required, if client selector is one of: 'id', '==', '!=' or 'except'.
type: int
[ARGS] arguments
type: list
TARGET client selector. If '*' or 'all' - send message to all clients. If 'first' - send message to first connected client. If 'last' - send message to last connected client. If 'id' or '==' - send message to client with specified ID. If 'except' or '!=' - send message to all client except specified.
type: symbol
required: True
[ID] client ID. Required, if client selector is one of: 'id', '==', '!=' or 'except'.
type: int
See also: [net.ws.client]
Authors: Serge Poltavsky
License: GPL3 or later