SYNTAX

    rsocket [options] <operation> <host> <port>


OPTIONS

-h (--help) bool

Display help.

-v (--verbose) bool

Print verbose output.

-i (--iap) uint

The Internet Access Provider identifier to use.

-n (--network) uint

The network identifier to use.


ARGUMENTS

<operation>

The operation required.

connect

Establish an active TCP connection to the specified host.

listen

Listen for incoming TCP connections on the specified port (not yet implemented).

<host>

The name or IP address of the host to connect to or the interface to listen on. [string]

<port>

The port of the host to connect to or the interface to listen on. [uint]


DESCRIPTION

Send and receive data via Symbian's RSocket API.

This command allows a TCP connection to be established using Symbian's RSocket API. Currently, after establishing the connection it immediately disconnects. However, it is intended that future versions will support writing data read from STDIN to the socket and write data read from the socket to STDOUT.


SEE ALSO

iap, rconn


COPYRIGHT

Copyright (c) 2009-2010 Accenture. All rights reserved.