tcpiputils/networkaddressandporttranslation/Documentation/napt.txt
changeset 18 39bb7c3571e9
parent 14 b33c3d136b7e
child 20 e8d041006974
child 37 052078dda061
equal deleted inserted replaced
14:b33c3d136b7e 18:39bb7c3571e9
     1 
       
     2 /***********************************************************************************************************************/
       
     3 
       
     4 					WEEK 7 code drop
       
     5 
       
     6 /***********************************************************************************************************************/
       
     7 
       
     8 Steps to load protocol.
       
     9 
       
    10 1. build napt
       
    11 
       
    12 2. on any application do 
       
    13 
       
    14 RSocketServer sock_server;
       
    15 
       
    16 RSOcket socket;
       
    17 socket.Open(sock_server ,_L("napt"));
       
    18 
       
    19 
       
    20 *** napt will be loaded. Currently there is no support for ondemand Downlink information. IP for translating napt is hard
       
    21 coded in CProtocolNapt::OpenL function
       
    22 
       
    23 Change this IP to the static IP you are assigning to your laptop.