toolsandutils/wintunnel/src_cedar/README.txt
changeset 0 83f4b4db085c
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/toolsandutils/wintunnel/src_cedar/README.txt	Tue Feb 02 01:39:43 2010 +0200
@@ -0,0 +1,34 @@
+WIN Tunnel serial driver for EKA2
+
+
+Usage
+-----
+
+Compile this module for either WINS or WINSCW
+bldmake bldfiles
+abld build wins
+or
+bldmake bldfiles
+abld build winscw
+
+Set WIN_TUNNEL emulator property by either
+A) Add the following to epoc.ini
+
+WIN_TUNNEL=[Commport],[Hostname],[TCPport]
+
+Commport is Emulator Comm port to reroute to tunnel machine. (Must be less than 10)
+Hostname is the tunnel machine. (Either ip address or DNS name)
+TCPport  is the port on the tunnel machine to use.
+
+E.G.
+WIN_TUNNEL=9,10.35.2.53,110
+
+To use more than one serial port the syntax is as follows
+WIN_TUNNEL=9,10.35.2.53,110;8,10.35.2.59,110
+
+
+
+b) Start emulator passing in WIN_TUNNEL setting
+
+E.G.
+epoc -dWIN_TUNNEL=9,10.35.2.53,110 --
\ No newline at end of file