$HEADER
"Telnet server" PlugIT
The "Telnet server" PlugIT allows to create a TCP server capable of receiving, sending and broadcasting messages.
|
Parameters
|
1 |
Port on which clients must connect. |
2 |
List of messages that can be sent and received. |
3 |
Allows to add messages to the list by inputing a name and clicking the "+" button. Clicking the "-" button will delete the selected message in the list. |
4 |
If checked, the server will broadcast the messages it receives to all of the other clients. |
5 |
If checked, the plugIT will start the server on application startup. |
|
Event
|
Client connected |
Sent when a client connects to the server. |
Client disconnected |
Sent when a client is disconnected from the server. |
Clients count |
The number of clients connected to the server. Sent each time this number changes. |
"X" message |
Sent when the server receives the "X" message. The content of the message is available in the link parameter. |
|
Action
|
Enable |
Starts the server. |
Disable |
Stops the server. |
Send "X" |
Sends the "X" message with the link parameters as content to each client. |
$FOOTER