sdkcreationmw/sdkruntimes/wsock/README.TXT
author rajpuroh
Wed, 21 Apr 2010 09:56:53 +0530
changeset 1 ac50fd48361b
parent 0 b26acd06ea60
permissions -rw-r--r--
Second Contribution
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
     1
WSOCK - replaces Series 60 TCP/IP stack with  Windows sockets
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
     2
=============================================================
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
     3
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
     4
WSOCK is  a  protocol driver for Series 60 emulator that uses
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
     5
Windows sockets to  access the  network.
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
     6
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
     7
Note that wsock cannot coexist with the built-in TCP/IP stack
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
     8
because it uses  (must use)  the same address family,  socket
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
     9
types and protocol ids. Therefore, in order to use wsock, you
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    10
must remove ip.tcpip.esk file from the emulator's filesystem.
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    11
The location of the  ip.tcpip.esk  depends on the  version of 
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    12
the platform. Check comments in group/bld.inf file.
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    13
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    14
When the protocol loads,  it  creates an  access point called
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    15
"Winsock". Select it when prompted for access point.