Standard I/O

The node runs in its own window and outputs any of its netlets' standard output (STDOUT) and standard error (STDERR). Output is prefixed by dotted identifier a.b.c. Each netlet has its own a.b.c combination: a is the node number, b is the accounting group within that, and c the netlet number within that contract. This is useful for watching debug information from various netlets simultaneously.

We also need to tell Jnode to display standard I/O for netlets by using the -netlet-stdio option. Have a look at Appendix [*] for this and other Jnode options.

Nik Silver 2002-03-09