next up previous
: pgb : Macros in libraries : ox_launch_nox

oxconnect

[hostname data-port control-port] oxconnect pid
oxconnect is used to connect this to a server on the hostname with data-port
and control-port
Example 1:  ox -ox ox_sm1 -data 1300 -control 1200    <== on server.
            [$localhost$ 1300 1200] oxconnect /ox.ccc set  <== on client.
Example 2:  ox -ox ox_sm1 -host s.OpenXM.org -insecure -data 1300 -control 1200    <== on server.
            [$s.OpenXM.org$ 1300 1200] oxconnect /ox.ccc set  <== on client.
Example 3:  ox -ox ox_sm1 -data 1300 -control 1200  >& /dev/null &<== on server.
            [$localhost$ 1300 1200] oxconnect /ox.ccc set  <== on client.
           cf. oxNoX
See also ox
[hostname data-port control-port] oxconnect pid
oxconnect is used to connect this to a server on the hostname with data-port
and control-port
Example 1:  ox -ox ox_sm1 -data 1300 -control 1200    <== on server.
            [$localhost$ 1300 1200] oxconnect /ox.ccc set  <== on client.
Example 2:  ox -ox ox_sm1 -host s.OpenXM.org -insecure -data 1300 -control 1200    <== on server.
            [$s.OpenXM.org$ 1300 1200] oxconnect /ox.ccc set  <== on client.
Example 3:  ox -ox ox_sm1 -data 1300 -control 1200  >& /dev/null &<== on server.
            [$localhost$ 1300 1200] oxconnect /ox.ccc set  <== on client.
           cf. oxNoX
See also ox



Nobuki Takayama 平成15年5月13日