Веб-документация библиотеки расширений PureData CEAMMC
доступно с версии: 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.
тип: symbol
обязательно: True
[ID] client ID. Required, if client selector is one of: 'id', '==', '!=' or 'except'.
тип: int
PORT listening port. If 0 - stops server.
тип: int
обязательно: True
[ADDR] listening address. If not specified - using 0.0.0.0 (all network interfaces)
тип: 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.
тип: symbol
обязательно: True
[ID] client ID. Required, if client selector is one of: 'id', '==', '!=' or 'except'.
тип: int
[DATA] list of integers in [0..255] range
тип: 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.
тип: symbol
обязательно: True
[ID] client ID. Required, if client selector is one of: 'id', '==', '!=' or 'except'.
тип: int
[ARGS] arguments
тип: 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.
тип: symbol
обязательно: True
[ID] client ID. Required, if client selector is one of: 'id', '==', '!=' or 'except'.
тип: int
[DATA] list of integers in [0..255] range
тип: 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.
тип: symbol
обязательно: True
[ID] client ID. Required, if client selector is one of: 'id', '==', '!=' or 'except'.
тип: int
[ARGS] arguments
тип: 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.
тип: symbol
обязательно: True
[ID] client ID. Required, if client selector is one of: 'id', '==', '!=' or 'except'.
тип: int
Смотрите также: [net.ws.client]
Авторы: Serge Poltavsky
Лицензия: GPL3 or later