home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / tcpipvp2.zip / README.TXT < prev    next >
Text File  |  1996-10-10  |  2KB  |  57 lines

  1.  
  2.    Virtual Pascal for OS/2 v1.0
  3.    socket unit for IBMs TCP/IP
  4.    (C) 1996 Christian Hohmann 
  5.  
  6. What it does:
  7. =============
  8.  
  9. This is a Virtual Pascal socket interface unit using the IBM TCP/IP V.2 or 
  10. Warp Connect TCP/IP V.3 so32dll.dll and tcpip32.dll.
  11. Its not complete, but its all I need.
  12.  
  13. What more:
  14. ==========
  15.  
  16. Two little examples.
  17.  
  18. Timeserv2 is a timeserver for TCPIP based OS/2 networks.
  19. Unlike the unix timeserv it sends the OS/2 DateTime record of the server.
  20. So all informations like a given timezone will be copied.
  21. Normaly it works on the not well known port 10037, but you can
  22. define an environment variable TimeService2 to change the portnumber.
  23. set TimeService2 = ????
  24.  
  25. Rdate2 is the client program.
  26. The usage is rdate2 <hostname> [sleep for minutes] or rdate2 without arguments 
  27. for help. So a command like "start /min rdate2 MyServer 60" will start the client  
  28. in background calling server MyServer every 60 minutes.
  29.  
  30.  
  31. What you get:
  32. ===================
  33.  
  34. ibmso32.pas    so32dll.dll interface
  35. ibmso32.def    so32dll.dll entry points 
  36. so32dll.map    shorted map of so32dll.dll entry points 
  37. ibmtcpip.pas    tcp32dll.dll interface
  38. ibmtcp32.def    tcp32dll.dll entry points
  39. ibmtcpip.cmd    command file for building the libs
  40. ibmtcpip.rsp    reponse file 
  41. tcp32dll.map    shorted map of tcp32dll.dll entry points
  42. socket.pas    the vp socket and tcpip interface unit
  43. u_datetime.pas    date and time functions 
  44. timeserv2.pas    timeserver only(!) for OS/2
  45. timeserv2.exe    
  46. rdate2.pas    the client programm
  47. rdate2.exe
  48.  
  49. Contact Address
  50.  
  51.   Bug reports or feature requests should be directed to:
  52.   
  53.   Internet: CHohmann@bfs.de
  54.   
  55.  
  56.  
  57.