home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 142.lha / DNet / doc / dnet.doc < prev    next >
Text File  |  1986-11-21  |  2KB  |  41 lines

  1. AMIGA/DNET
  2.  
  3.     DNET <options>            SERVER/CLIENT LINK PROTOCOL
  4.  
  5.     -bbaud    set baud rate (default is preferences baud rate).
  6.     -d        Debug mode on
  7.     -s        Do not automatically startup an FTERM
  8.     -h        quit on carrier lost (back to terminal window)
  9.         (an automatic 'AT^m' is sent to the modem to reset
  10.          the baud rate).
  11.     -nhostname    hostname (used to name remote unix socket).  Default is "".
  12.         This sets the UNIX domain socket name on the UNIX machine and
  13.         also sets the enviroment variable DNETHOST.
  14.  
  15.     -Ddevice    set device name (serial.device is the default)
  16.     -Uunit    set device unit (0 is the default)
  17.     -Nnet#    network id (0-31), default is "0".
  18.         Example:  -N1
  19.  
  20.     DNET is a point to point link protocol which implements one or more
  21.     simultanious prioritized virtual streams over the (probably noisy)
  22.     serial port.  A server/client relationship exists where either side
  23.     may initiate connections to servers.
  24.  
  25.     DNET may be run on an automatic basis by setting your modem to
  26.     auto-answer and using the -h option (which is normally used anyway).
  27.     Currently, it only works if the caller connects at the same baud rate
  28.     DNET is running at.
  29.  
  30.     NETWORK ID: The network id allows you to run several DNET's on your
  31.     Amiga over different virtual devices.  Each DNET must have a
  32.     different network id (0-31).  This must be specified via the -N
  33.     option for various clients that you run (except for network id 0,
  34.     the default).
  35.  
  36. AUXILLARY FILES:
  37.     S:DNET.SERVERS, containing auto-start server list (scopy, scli, sterm).
  38.             This file must be modified to hold the proper paths
  39.             to the servers to allow DNET to start them on demand.
  40.  
  41.