Manual Chapter :
Generic Message Example
Applies To:
Show VersionsBIG-IP LTM
- 17.1.1, 17.1.0, 17.0.0, 16.1.5, 16.1.4, 16.1.3, 16.1.2, 16.1.1, 16.1.0, 16.0.1, 16.0.0
Generic Message Example
This section provides an example of using Generic Message to implement a simple chat client.
Each new connection will be asked for the peer's name. The provided name will be used to add a
dynamic route to the route table.
Subsequent text entered will be treated as a request or response message. Requests are of the
form: "<destination>:<text>\n". Responses do not contain a destination. A response message
will be routed to the originator of the oldest request received.