home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / n / netdemo.zip / README.DOC < prev    next >
Text File  |  1992-01-30  |  3KB  |  59 lines

  1. *****************************************************************************
  2. *                                                                           *
  3. *  THE SIGMA NETBIOS ENGINE 2.0                                             *
  4. *                                                                           *
  5. *  Sigma Software Research    TEL: 205 244-7230                             *
  6. *  P.O. Box 231239            CIS: 74130,3116                    *
  7. *  Montgomery, AL 36123-1239                            *
  8. *                                                                           *
  9. *****************************************************************************
  10.  
  11. INTRODUCTION
  12. ------------
  13. This archive contains several programs to demonstrate the Sigma NetBIOS
  14. Engine for Windows 3.0. If you would like more information, please call,
  15. mail or use CompuServe to leave a mailing address. The Engine is available
  16. with complete source code, 60 page guide/reference manual, and several demo
  17. programs. The Engine also includes interface classes for Actor 4.0 and a 
  18. sample NetBIOS Chat program.
  19.  
  20. Please make sure that NetBIOS is properly installed and working on your
  21. system before executing the demo applications. If you are not sure about the
  22. driver installation refer to your network systems manual for details. You may
  23. use the demo programs NFERRET, or TDS and TDC to test the Engine with your
  24. network.
  25.  
  26. Time/Date Server (TDS)
  27. ----------------------
  28. The TDS application broadcasts the current date and time from a node. Other
  29. nodes may use TDC to receive and display the time/date datagram. Simply start
  30. TDS and the time should update in the window every second. The number of
  31. servers is limited by NetBIOS resources and the number of Windows timers 
  32. available.
  33.  
  34. Time/Date Client (TDC)
  35. ----------------------
  36. TDC receives and displays all time/date datagrams from local and/or remote
  37. servers. Since each instance of TDC adds the NetBIOS Group Name "TIMEDATE"
  38. to the network, you may only run one instance of the TDC application. If you
  39. attempt to execute a second copy of TDC locally, you will get a NetBIOS Add
  40. Name error 0DH and the application terminates. 
  41.  
  42. The Network Ferret
  43. ------------------
  44. This program demostrates reading the Adapter Status. This works on the local
  45. or a remote adapter (provided the name exists on the remote adapter). Simply
  46. start the program and select a enter a node name or "*" for the local adapter.
  47. The program updates the status every second in the window. Note that you may
  48. run many instances of this program and simultaneously monitor the adapter 
  49. status on several nodes at once.
  50.  
  51. Actor 4.0 Classes
  52. -----------------
  53. In addition, the Engine contains NetBIOS interface classes for Actor 4.0. 
  54. This includes a Network CHAT program to illustrate usage with the Actor
  55. programming language.
  56.  
  57.  
  58.  
  59.