Learn R Programming

nanonext (version 0.5.1)

messenger: Messenger

Description

Multi-threaded console-based 2-way instant messaging system based on NNG scalability protocols.

Usage

messenger(url)

Arguments

url

a URL to connect to, specifying the transport and address as a character string e.g. 'tcp://127.0.0.1:5555' (see transports).

Value

Invisible NULL.

Usage

Type outgoing messages and hit return to send.

The timestamps of outgoing messages are prefixed by > and that of incoming messages by <.

:q is the command to quit.

NOTE: This is currently a proof of concept and should not be used for critical applications.