home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS - Coast to Coast / simteldosarchivecoasttocoast2.iso / fido / ftsc_all.z43 / FTS-0001.014 < prev    next >
Text File  |  1990-07-05  |  66KB  |  1,245 lines

  1. Document: FTS-0001
  2. Version:  014
  3. Date:     07/05/90
  4.  
  5.  
  6.  
  7.  
  8.                      A Basic FidoNet(r) Technical Standard
  9. |                                Revision 14
  10.                       Formerly known as FSC001,  FSC-0001
  11. |                      Randy Bush, Pacific Systems Group
  12. |                                July 5, 1990
  13.  
  14.  
  15.  
  16.  
  17. Status of this document:
  18.  
  19.     This FTS  (FidoNet(r)  Technical  Standard)  specifies  a  standard  for
  20.     the FidoNet community. FidoNet nodes are expected to adopt and implement
  21.     this standard. Distribution is subject to the restrictions stated in the
  22.     copyright paragraph below.
  23.  
  24.     Fido and FidoNet are registered marks of Tom Jennings and Fido Software.
  25.  
  26.     Copyright  1986-90, Randy Bush.  All  rights  reserved.   The  right  to
  27.     distribute for  non-commercial use  is granted to  the FidoNet Technical
  28.     Standards  Committee,  provided  that  no  fee is  charged.  This may be
  29.     posted on FidoNet electronic BBSs which charge no fee for accessing this
  30.     document.   Any  and  all other  reproduction or excerpting requires the
  31.     explicit written consent of the author.
  32.  
  33.  
  34.  A. Introduction
  35.  
  36.     FidoNet  has  grown  beyond  most  peoples' fantasies, and  new  FidoNet
  37.     implementations  are appearing regularly.  Unfortunately, the  scattered
  38.     nature of the documentation and absence of clear testing procedures have
  39. |   made  implementation  difficult.   FidoNet, in its desire to promote and
  40.     encourage  FidoNet  implementations,  suggested  a  project  to create a
  41.     technical standard for  FidoNet.  This is the first draft  document from
  42.     that effort.
  43.  
  44.     This  document defines the  data structures and communication  protocols
  45.     which a FidoNet implementation must provide.  The implementor of FidoNet
  46.     compatible systems is the intended audience of this document.
  47.  
  48.     The  layered metaphor of the ISO Open Systems Interface reference  model
  49.     has been used to view FidoNet from a standard perspective.  As with most
  50.     prospective  ISO/OSI  descriptions, FidoNet  does not always  make  this
  51.     easy.
  52.  
  53.     The  content of this document  was gleaned from the references given  at
  54.     the  end.  This is not a a proposal,  nor is it yet a standard; it is  a
  55.     plea for correction, more information, and other reference documents.
  56.  
  57.     Please direct technical comments and errata to
  58. |     Randy Bush          uucp: uunet!m2xenix!randy  Internet: randy@psg.com
  59. |     Pacific Systems Group            FidoNet: 1:105/6
  60. |     9501 S.W. Westhaven Drive
  61. |     Portland, Oregon  US-97225
  62. |   and
  63.       Rick Moore                       FidoNet: 1:115/333
  64.       Statistical Tabulating Corp.
  65. |     2 North Riverside Plaza
  66.       Chicago,  Illinois  US-60606
  67.  
  68.  
  69.    1. Basic Requirements for a FidoNet Implementation
  70.  
  71.       Compatibility is a set of abilities which, when taken as a whole, make
  72. |     it safe to list a net or node in the FidoNet nodelist. In other words,
  73.       if  another  node should attempt  contact, does it have  a  reasonable
  74.       chance  of successful communication?  This is a social obligation,  as
  75.       the  calling  system  pays  money  for the  attempt.   Conversely,  an
  76.       implementation  should be able to successfully contact other  systems,
  77.       as life is not a one-way street.
  78.  
  79.       A FidoNet implementation must be able to call other nodes and transfer
  80.       messages and files in both directions.  This includes pickup and poll.
  81.       A FidoNet implementation must be able to accept calls from other nodes
  82.       and  transfer  messages and  files in both directions.  This  includes
  83.       pickup.
  84.  
  85. |     FidoNet implementations must be able to receive and process the FidoNet
  86.       format  nodelist, and transfer nodelists to other nodes.  A  companion
  87. |     document,  FTS-0005, defines the FidoNet format nodelist  and  how  to
  88.       interpret and process it.
  89.  
  90.       A  FidoNet implementation must route messages which do not have  files
  91. |     attached through net hosts as shown in a FidoNet format nodelist.
  92.  
  93.  
  94.    2. Levels of Compliance
  95.  
  96.       This  documents represents the  most basic FidoNet implementation.   A
  97.       future  document will define well tested extensions which are optional
  98.       but  provide sufficient  additional function that implementors  should
  99.       seriously   consider   them.   SEAdog(tm),  from  System   Enhancement
  100.       Associates,  is  an  excellent  example  of such an  extended  FidoNet
  101.       implementation.
  102.  
  103.  
  104.    3. The ISO/OSI Reference Model (cribbed from "Protocol Verification via
  105.       Executable Logic Specifications", D. P. Sidhu, in Rudin & West)
  106.  
  107.       In  the ISO/OSI model, a distributed system consists of entities  that
  108.       communicate  with  each other  according  to a set of rules  called  a
  109.       protocol.   The  model is  layered, and there are entities  associated
  110.       with  each layer of the model which provide services to higher  layers
  111.       by  exchanging information with their peer entities using the services
  112.       of  lower layers.  The only actual physical communication between  two
  113.       systems is at the lowest level.
  114.  
  115.       Several  techniques  have  been  used  in the  specification  of  such
  116.       protocols.  A common ingredient in all techniques is the notion of the
  117.       extended  finite  state automata  or machine.  Extensions include  the
  118.       addition of state variables for the storing of state information about
  119.       the  protocol.  The state of an  automation can change as a result  of
  120.       one of the following events:
  121.  
  122.       o Request from an upper network layer for service
  123.  
  124.       o Response to the upper layer
  125.  
  126.       o Request to the lower network layer to perform a service
  127.  
  128.       o Response from the lower layer
  129.  
  130.       o Interaction with the system and environment in which the protocol is
  131.         implemented (e.g. timeouts, host operating system aborts, ...)
  132.  
  133.       A  protocol  specification, in  a large part, consists  of  specifying
  134.       state  changes  in  automata  which  model protocol  entities  and  in
  135.       describing the data which they exchange.
  136.  
  137.       For  historical  reasons,  the  term  packet  is used  in  FidoNet  to
  138.       represent a bundle of messages, as opposed to the more common use as a
  139.       unit of communication, which is known as a block in FidoNet.
  140.  
  141.  
  142.    4. Data Description
  143.  
  144.       A  language  specific  notation  was avoided.  Please help  stamp  out
  145.       environmental  dependencies.   Only  you  can  prevent  PClone  market
  146.       dominance.  Don't panic, there are rectangular record layouts too.
  147.  
  148.       (* non-terminals *)
  149.       UpperCaseName - to be defined further on
  150.  
  151.       (* literals *)
  152.       "ABC"         - ASCII character string, no termination implied
  153.       nnH           - byte in hexadecimal
  154.  
  155.       (* terminals *)
  156.       someName      - 16-bit integer, low order byte first (8080 style)
  157.       someName[n]   - field of n bytes
  158.       someName[.n]  - field of n bits
  159.       someName(n)   - Null terminated string allocated n chars (incl Null)
  160.       someName{max} - Null terminated string of up to max chars (incl Null)
  161.  
  162.       (* punctuation *)
  163.       a b           - one 'a' followed by one 'b'
  164.       ( a | b )     - either 'a' or 'b', but not both
  165.       { a }         - zero or more 'a's
  166.       [ b ]         - zero or one 'b'
  167.       (* comment *) - ignored
  168.  
  169.       (* predeclared constant *)
  170.       Null          = 00H
  171.  
  172.  
  173.  
  174.  5. Finite State Machine Notation
  175.  
  176.     .-----+----------+-------------------------+-------------------------+-----.
  177.     |State| State    | Predicate(s)            | Action(s)               | Next|
  178.     |  #  | Name     |                         |                         |  St |
  179.     |-----+----------+-------------------------+-------------------------+-----|
  180.     | fnn*|          |                         |                         |     |
  181.     `-----+----------+-------------------------+-------------------------+-----'
  182.  
  183.     State #      - Number of this state (e.g. R13).
  184.                    f  - FSM initial (Window, Sender, Receiver, ...)
  185.                    nn - state number
  186.                    *  - state which represents a lower level protocol  which
  187.                         is represented by yet another automation.
  188.  
  189.     State Name   - Descriptive name of this state.
  190.  
  191.     Predicate(s) - Conditions which terminate the state.  If predicates are
  192.                    non-exclusive, consider them ordered.
  193.  
  194.     Action(s)    - Action(s) corresponding to predicate(s)
  195.  
  196.     Next State   - Subsequent state corresponding to predicate(s)
  197.  
  198.     Ideally,  there  should be  a  supporting section for each  state  which
  199. |   should  give a prose description of the state, its predicates,  actions,
  200.     etc.  So much for ideals.
  201.  
  202.  
  203.  B. Application Layer : the System from the User's View
  204.  
  205.     The application layer is outside the domain of a FidoNet standard, as it
  206.     is the layer that the user's application sees as opposed to what FidoNet
  207.     sees.   In  recent  months,  there  has been  sufficient  confusion  and
  208.     discussion  about  the  format  of  data at this level  to  warrant  the
  209.     description  of the data structure, the message as it is stored by Fido,
  210.     SEAdog, and Rover.
  211.  
  212.     Perfectly valid FidoNet systems may be implemented whose stored messages
  213.     differ greatly from this format.
  214.  
  215.  
  216.    1. Application Layer Data Definition : a Stored Message
  217.  
  218.                                Stored Message
  219.  
  220.        Offset
  221.       dec hex
  222.               .-----------------------------------------------.
  223.         0   0 |                                               |
  224.               ~                 fromUserName                  ~
  225.               |                   36 bytes                    |
  226.               +-----------------------+-----------------------+
  227.        36  24 |                                               |
  228.               ~                  toUserName                   ~
  229.               |                   36 bytes                    |
  230.               +-----------------------+-----------------------+
  231.        72  48 |                                               |
  232.               ~                    subject                    ~
  233.               |                   72  bytes                   |
  234.               +-----------------------+-----------------------+
  235.       144  90 |                                               |
  236.               ~                    dateTime                   ~
  237.               |                    20 bytes                   |
  238.               +-----------------------+-----------------------+
  239.       164  A4 | timesRead (low order) | timesRead (high order)|
  240.               +-----------------------+-----------------------+
  241.       166  A6 | destNode (low order)  | destNode (high order) |
  242.               +-----------------------+-----------------------+
  243.       168  A8 | origNode (low order)  | origNode (high order) |
  244.               +-----------------------+-----------------------+
  245.       170  AA |   cost (low order)    |   cost (high order)   |
  246.               +-----------------------+-----------------------+
  247.       172  AC | origNet (low order)   | origNet (high order)  |
  248.               +-----------------------+-----------------------+
  249.       174  AE | destNet (low order)   | destNet (high order)  |
  250.               +-----------------------+-----------------------+
  251. |     176  B0 | destZone (optional)   | destZone (optional)   |
  252. |             +-----------------------+-----------------------+
  253. |     178  B2 | origZone (optional)   | origZone (optional)   |
  254. |             +-----------------------+-----------------------+
  255. |     180  B4 | destPoint(optional)   | destPoint(optional)   |
  256. |             +-----------------------+-----------------------+
  257. |     182  B6 | origPoint(optional)   | origPoint(optional)   |
  258.               +-----------------------+-----------------------+
  259.       184  B8 |  replyTo (low order)  |  replyTo (high order) |
  260.               +-----------------------+-----------------------+
  261.       186  BA | Attribute (low order) | Attribute (high order)|
  262.               +-----------------------+-----------------------+
  263.       188  BC | nextReply (low order) | nextReply (high order)|
  264.               +-----------------------+-----------------------+
  265.       190  BE |                      text                     |
  266.               ~                    unbounded                  ~
  267.               |                 null terminated               |
  268.               `-----------------------------------------------'
  269.  
  270.       Message    = fromUserName(36)  (* Null terminated *)
  271.                    toUserName(36)    (* Null terminated *)
  272.                    subject(72)       (* see FileList below *)
  273.                    DateTime          (* message body was last edited *)
  274. |                  timesRead         (* number of times msg has been read *)
  275.                    destNode          (* of message *)
  276.                    origNode          (* of message *)
  277.                    cost              (* in lowest unit of originator's
  278.                                         currency *)
  279.                    origNet           (* of message *)
  280.                    destNet           (* of message *)
  281. |                  destZone          (* of message *)
  282. |                  origZone          (* of message *)
  283. |                  destPoint         (* of message *)
  284. |                  origPoint         (* of message *)
  285.                    replyTo           (* msg to which this replies *)
  286.                    AttributeWord
  287.                    nextReply         (* msg which replies to this *)
  288.                    text(unbounded)   (* Null terminated *)
  289.  
  290.       DateTime   = (* a character string 20 characters long *)
  291.                                      (* 01 Jan 86  02:34:56 *)
  292.                    DayOfMonth " " Month " " Year " "
  293.                    " " HH ":" MM ":" SS
  294.                    Null
  295.  
  296.       DayOfMonth = "01" | "02" | "03" | ... | "31"   (* Fido 0 fills *)
  297.       Month      = "Jan" | "Feb" | "Mar" | "Apr" | "May" | "Jun" |
  298.                    "Jul" | "Aug" | "Sep" | "Oct" | "Nov" | "Dec"
  299.       Year       = "01" | "02" | .. | "85" | "86" | ... | "99" | "00"
  300.       HH         = "00" | .. | "23"
  301.       MM         = "00" | .. | "59"
  302.       SS         = "00" | .. | "59"
  303.  
  304.       AttributeWord   bit       meaning
  305.                       ---       --------------------
  306.                         0  +    Private
  307.                         1  + s  Crash
  308.                         2       Recd
  309.                         3       Sent
  310.                         4  +    FileAttached
  311.                         5       InTransit
  312.                         6       Orphan
  313.                         7       KillSent
  314.                         8       Local
  315.                         9    s  HoldForPickup
  316.                        10  +    unused
  317.                        11    s  FileRequest
  318.                        12  + s  ReturnReceiptRequest
  319.                        13  + s  IsReturnReceipt
  320.                        14  + s  AuditRequest
  321.                        15    s  FileUpdateReq
  322.  
  323.                              s - need not be recognized, but it's ok
  324. |                            + - not zeroed before packeting
  325.  
  326.       Bits numbers ascend with arithmetic significance of bit position.
  327.  
  328.  
  329.       Message Text
  330.  
  331.       Message text is unbounded and null terminated (note exception below).
  332.  
  333.       A 'hard' carriage return, 0DH,  marks the end of a paragraph, and must
  334.       be preserved.
  335.  
  336.       So   called  'soft'  carriage  returns,  8DH,  may  mark  a   previous
  337.       processor's  automatic line wrap, and should be ignored.  Beware  that
  338.       they may be followed by linefeeds, or may not.
  339.  
  340.       All  linefeeds, 0AH, should be ignored.  Systems which display message
  341.       text should wrap long lines to suit their application.
  342.  
  343.       If the first character of a physical line (e.g. the first character of
  344.       the  message text, or the character immediately after a hard  carriage
  345.       return (ignoring any linefeeds)) is a ^A (<control-A>, 01H), then that
  346.       line  is  not  displayed  as  it  contains  control  information.  The
  347.       convention for such control lines is:
  348.         o They begin with ^A
  349.         o They end at the end of the physical line (i.e. ignore soft <cr>s).
  350.         o They begin with a keyword followed by a colon.
  351.         o The keywords are uniquely assigned to applications.
  352.         o They keyword/colon pair is followed by application specific data.
  353.  
  354.       Current ^A keyword assignments are:
  355.       o TOPT <pt no> - origin point address
  356.       o FMPT <pt no> - origin point address
  357.       o INTL <dest z:n/n> <orig z:n/n> - used for inter-zone address
  358.  
  359.  
  360.       File Specifications
  361.  
  362.       If  one  or more  of FileAttached, FileRequest, or  FileUpdateReq  are
  363.       asserted  in an AttributeWord, the subject{72} field is interpreted as
  364.       a  list of file specifications  which may include wildcards and  other
  365.       system-dependent data.  This list is of the form
  366.  
  367.       FileList = [ FileSpec { Sep FileSpec } ] Null
  368.  
  369.       FileSpec = (* implementation dependent file specification.  may
  370.                     not contain Null or any of the characters in Sep. *)
  371.  
  372.       Sep      = ( " " | "," )  { " " }
  373.  
  374.  
  375.       There are deviations from and additions to these specifications
  376.  
  377.       1  - Fido does not necessarily terminate the message text with a Null,
  378. |          but  uses  an empty line (0DH 0AH 0DH 0AH).  Some  Fido utilities
  379. |          use an EOF (1AH).
  380.  
  381.       2 - SEAdog zeros the message cost field when building a message.
  382.  
  383.       4 - SEAdog uses a different format for dates, e.g.
  384.  
  385.       DateTime   = (* a character string 20 characters long *)
  386.                    (* SEAdog format Mon  1 Jan 86 02:34 *)
  387. |                  DayOfWk " " DayOfMo " " Month " " Year " " HH ":" MM Null
  388.  
  389. |     DayOfWk    = "Mon" | "Tue" | "Wed" | "Thu" | "Fri" | "Sat" | "Sun"
  390. |     DayOfMo    = " 1" | " 2" | " 3" | ... | "31"  (* blank fill *)
  391.  
  392.  
  393.  
  394.    2. Application Layer Protocol : Schedules and Events
  395.  
  396.       At  the application level, FidoNet imposes few protocol  requirements.
  397.       An   implementation   must   automatically   originate   and   receive
  398.       node-to-node  FidoNet  connections.   Some implementations do this  in
  399.       'windows'  or  time  slots.   Routing  of  messages  will  usually  be
  400.       different and customizable for each scheduled window.
  401.  
  402. |     The ability to send to and receive from any FidoNet listed node during
  403. |     the Zone Mail Hour (eg. 9:00-10:00 UCT in Z1) is considered mandatory.
  404.  
  405.       Current  implementations assemble all data for outbound connections at
  406.       the  start of a window, and  disassemble inbound data at the end of  a
  407.       window.   Due to performance considerations on small machines, this is
  408.       considered  a valid optimization.   Observe that it somewhat  inhibits
  409.       dynamic routing.
  410.  
  411.  
  412.  C. Presentation Layer : the User from the System's View
  413.  
  414.    1. Presentation Layer Data Definition : the Packed Message
  415.  
  416.       To  conserve space and eliminate fields which would be meaningless  if
  417.       sent  (e.g. timesRead), messages are packed for transmission.  As this
  418.       is  a data structure which is actually transferred, its definition  is
  419.       critical  to FidoNet.  A packed  message has a number of fixed  length
  420.       fields followed by four null terminated strings.
  421.  
  422.       While  most of the string fields in a stored message are fixed length,
  423.       to  conserve space strings are variable length when in a packet.   All
  424.       variable  length strings are all Null terminated, including especially
  425.       the message text.
  426.  
  427.  
  428.                                 Packed Message
  429.  
  430.        Offset
  431.       dec hex
  432.               .-----------------------------------------------.
  433.         0   0 |    0     |     2      |    0      |    0      |
  434.               +-----------------------+-----------------------+
  435.         2   2 | origNode (low order)  | origNode (high order) |
  436.               +-----------------------+-----------------------+
  437.         4   4 | destNode (low order)  | destNode (high order) |
  438.               +-----------------------+-----------------------+
  439.         6   6 | origNet (low order)   | origNet (high order)  |
  440.               +-----------------------+-----------------------+
  441.         8   8 | destNet (low order)   | destNet (high order)  |
  442.               +-----------------------+-----------------------+
  443.        10   A | Attribute (low order) | Attribute (high order)|
  444.               +-----------------------+-----------------------+
  445.        12   C |   cost (low order)    |   cost (high order)   |
  446.               +-----------------------+-----------------------+
  447.        14   E |                                               |
  448.               ~                    dateTime                   ~
  449.               |                    20 bytes                   |
  450.               +-----------------------+-----------------------+
  451. |      34  22 |                  toUserName                   |
  452.               ~                  max 36 bytes                 ~
  453.               |                null terminated                |
  454.               +-----------------------+-----------------------+
  455.               |                 fromUserName                  |
  456.               ~                  max 36 bytes                 ~
  457.               |                null terminated                |
  458.               +-----------------------+-----------------------+
  459.               |                    subject                    |
  460.               ~                  max 72 bytes                 ~
  461.               |                null terminated                |
  462.               +-----------------------+-----------------------+
  463.               |                      text                     |
  464.               ~                    unbounded                  ~
  465.               |                 null terminated               |
  466.               `-----------------------------------------------'
  467.  
  468.       Due  to routing, the origin and  destination net and node of a  packet
  469.       are  often quite different from  those of the messages within it,  nor
  470.       need  the origin and destination nets and nodes of the messages within
  471.       a packet be homogenous.
  472.  
  473. |     PakdMessage  = 02H 00H           (* message type, old type-1 obsolete *)
  474.                      origNode          (* of message *)
  475.                      destNode          (* of message *)
  476.                      origNet           (* of message *)
  477.                      destNet           (* of message *)
  478.                      AttributeWord
  479.                      cost              (* in lowest unit of originator's
  480.                                           currency *)
  481.                      DateTime          (* message body was last edited *)
  482.                      toUserName{36}    (* Null terminated *)
  483.                      fromUserName{36}  (* Null terminated *)
  484.                      subject{72}       (* Null terminated *)
  485.                      text{unbounded}   (* Null terminated *)
  486.  
  487.  
  488.  
  489.  
  490.  
  491.  
  492.  
  493.  2. Presentation Layer Protocol : a Mail Window
  494.  
  495.    .-----+----------+-------------------------+-------------------------+-----.
  496.    |State| State    | Predicate(s)            | Action(s)               | Next|
  497.    |  #  | Name     |                         |                         | St  |
  498.    |-----+----------+-------------------------+-------------------------+-----|
  499.    | W0  | WindTop  | 1 end of window reached | reset modem to not answr| exit|
  500.    |     |          | 2 time remains in window| ensure modem can answer | W1  |
  501.    |-----+----------+-------------------------+-------------------------+-----|
  502.    | W1  | WindIdle | 1 incoming call         |                         | W2  |
  503.    |     |          | 2 receive-only mode     |                         | W0  |
  504.    |     |          | 3 send-only mode        |                         | W3  |
  505.    |     |          | 4 60-180 secs & no call |                         | W3  |
  506.    |-----+----------+-------------------------+-------------------------+-----|
  507.    | W2* | WindRecv |                         | (receive call R0)       | W3  |
  508.    |-----+----------+-------------------------+-------------------------+-----|
  509.    | W3  | WindCall | 1 select outgoing call  | increment try count     | W4  |
  510.    |     |          | 2 no outgoing calls     |                         | W0  |
  511.    |-----+----------+-------------------------+-------------------------+-----|
  512.    | W4* | WindSend |                         | (make call S0)          | W5  |
  513.    |-----+----------+-------------------------+-------------------------+-----|
  514.    | W5  | WindMark | 1 call successful       | remove node fr call list| W0  |
  515.    |     |          | 2 no connect            | remove if try cnt > lim | W0  |
  516.    |     |          | 3 call failed           | incr conn cnt, remove   | W0  |
  517.    |     |          |                         |   if con cnt > lim      |     |
  518.    `-----+----------+-------------------------+-------------------------+-----'
  519.  
  520.  
  521.     The  length of the inter-call delay time at W1.4 is not critical.  It is
  522. |   important that this not be a constant, so two systems calling each other
  523.     do  not incur infinite busy signals.  Sophisticated implementations  may
  524.     vary  the  inter-call delay  depending  on number of calls to  be  made,
  525.     window width, user specification, etc.
  526.  
  527.  
  528.  D. Session Layer Protocol : Connecting to Another FidoNet Machine
  529.  
  530.     A session is a connection between two FidoNet machines.  It is currently
  531.     assumed  to be over the  DDD telephone network via modems.  The  calling
  532.     machine starts out as the sender and the called machine as the receiver.
  533.     The  pickup  feature is described  by the sender and  receiver  changing
  534.     roles  midway through the session, after the sender has transferred  the
  535.     message  packet and any attached files.  Due to the lack of security  in
  536.     the  pickup protocol (danger of pickup by a fake node), a change in  the
  537.     protocol may be expected in the near future.
  538.  
  539.     Once  a connection has been established, each system should ensure  that
  540.     the  physical connection remains  throughout the session.  For  physical
  541.     layers  implemented  through modems,  this means monitoring the  carrier
  542.     detect signal, and terminating the session if it is lost.
  543.  
  544.     Error  detection at the physical layer should be monitored for both sent
  545.     and  received  characters.  Parity,  framing, and other physical  errors
  546.     should be detected.
  547.  
  548.     Sender
  549.  
  550.    .-----+----------+-------------------------+-------------------------+-----.
  551.    |State| State    | Predicate(s)            | Action(s)               | Next|
  552.    |  #  | Name     |                         |                         | St  |
  553.    |-----+----------+-------------------------+-------------------------+-----|
  554.    | S0  | SendInit |                         | dial modem              | S1  |
  555.    |-----+----------+-------------------------+-------------------------+-----|
  556.    | S1  | WaitCxD  | 1 carrier detected      | delay 1-5 seconds       | S2  |
  557.    |     |          | 2 busy, etc.            | report no connection    | exit|
  558.    |     |          | 3 voice                 | report no carrier       | exit|
  559.    |     |          | 4 carrier not detected  | report no connection    | exit|
  560.    |     |          |   within 60 seconds     |                         |     |
  561.    |-----+----------+-------------------------+-------------------------+-----|
  562.    | S2  | WhackCRs | 1 over 30 seconds       | report no response <cr> | exit|
  563.    |     |          | 2 ?? <cr>s received     | delay 1 sec             | S3  |
  564.    |     |          | 3 <cr>s not received    | send <cr> <sp> <cr> <sp>| S2  |
  565.    |     |          |                         |   delay ??? secs        |     |
  566.    |-----+----------+-------------------------+-------------------------+-----|
  567.    | S3  | WaitClear| 1 no input for 0.5 secs | send TSYNCH = AEH       | S4  |
  568.    |     |          | 2 over 60 seconds       | hang up, report garbage | exit|
  569.    |     |          |   and line not clear    |                         |     |
  570.    |-----+----------+-------------------------+-------------------------+-----|
  571. |  | S4* | TSyncChk | 1 'C' or NAK (peeked at)| (XMODEM send packet XS1)| S5  |
  572. |  |     |          | 2 over 2 seconds        | eat noise, resend TSYNCH| S4  |
  573. |  |     |          | 3 over 30 seconds       | hang up report not Fido | exit|
  574.    |-----+----------+-------------------------+-------------------------+-----|
  575.    | S5  | CheckMail| 1 XMODEM successful     | (Fido registers success)| S6  |
  576.    |     |          | 2 XMODEM fail or timeout| hang up, report mail bad| exit|
  577.    |-----+----------+-------------------------+-------------------------+-----|
  578.    | S6* | SendFiles|                         | (BATCH send files BS0)  | S7  |
  579.    |-----+----------+-------------------------+-------------------------+-----|
  580.    | S7  | CheckFile| 1 BATCH send successful |                         | S8  |
  581.    |     |          | 2 BATCH send failed     | hang up, rept files fail| exit|
  582.    |-----+----------+-------------------------+-------------------------+-----|
  583.    | S8  | TryPickup| 1 wish to pickup        | note send ok            | R2* |
  584.    |     |          | 2 no desire to pickup   | delay 5 secs            | exit|
  585.    |     |          |                         |   hang up, rept send ok |     |
  586.    `-----+----------+-------------------------+-------------------------+-----'
  587.  
  588.     Although  the  above  shows  the  sender  emitting only one  TSYNCH,  it is
  589.     recommended  that a timeout of 5-20 seconds should initiate another TSYNCH.
  590.     The receiver should tolerate multiple TSYNCHs.
  591.  
  592.     In state S4, the phrase "peeked at" means that the character is not removed
  593.     from the buffer.  Therefore when XS1 is started the proper character for
  594.     beginning the Xmodem transfer will be detected.
  595.  
  596.    Receiver
  597.  
  598.     The  receiving FSM is given  an external timer, the expiration of  which
  599.     will cause termination with a result of 'no calls' (R0.2).
  600.  
  601.    .-----+----------+-------------------------+-------------------------+-----.
  602.    |State| State    | Predicate(s)            | Action(s)               | Next|
  603.    |  #  | Name     |                         |                         | St  |
  604.    |-----+----------+-------------------------+-------------------------+-----|
  605.    | R0  | WaitCxD  | 1 carrier detected      |                         | R1  |
  606.    |     |          | 2 external timer expires| report no calls         | exit|
  607.    |-----+----------+-------------------------+-------------------------+-----|
  608.    | R1  | WaitBaud | 1 baud rate detected    | send signon with <cr>s  | R2  |
  609.    |     |          | 2 no detect in ?? secs  | hang up, report no baud | exit|
  610.    |-----+----------+-------------------------+-------------------------+-----|
  611.    | R2  | WaitTsync| 1 TSYNCH received       | ignore input not TSYNCH | R3  |
  612.    |     |          | 2 60 seconds timeout    | hang up, report not Fido| exit|
  613.    |-----+----------+-------------------------+-------------------------+-----|
  614.    | R3* | RecMail  |                         | (XMODEM rec packet XR0) | R4  |
  615.    |-----+----------+-------------------------+-------------------------+-----|
  616.    | R4  | XRecEnd  | 1 XMODEM successful     | delay 1 second          | R5  |
  617.    |     |          |                         |   flush input           |     |
  618.    |     |          | 2 XMODEM failed         | hang up, rept mail fail | exit|
  619.    |-----+----------+-------------------------+-------------------------+-----|
  620.    | R5* | RecFiles |                         | (BATCH rec files BR0)   | R6  |
  621.    |-----+----------+-------------------------+-------------------------+-----|
  622.    | R6  | ChkFiles | 1 BATCH recv successful | delay 2 secs            | R7  |
  623.    |     |          | 2 BATCH recv failed     | hang up, report bad file| exit|
  624.    |-----+----------+-------------------------+-------------------------+-----|
  625.    | R7  | AllowPkup| 1 have pickup for sender| receiver becomes sender | S3* |
  626.    |     |          | 2 nothing to pickup     | hang up, rept recv ok   | exit|
  627.    `-----+----------+-------------------------+-------------------------+-----'
  628.  
  629.  
  630.  E. Transport Layer : ?????
  631.  
  632.    1. Data Definitions
  633.  
  634. |  2. Transport Layer Protocol : Routing
  635.  
  636.       FidoNet   does  not  necessarily  send  a  message  directly  to   its
  637.       destination.   To reduce the number of network connections, mail to  a
  638.       subset  of  the  nodelist  may  be  routed  to one  node  for  further
  639.       distribution  within  that  subset.   In addition, custom  routing  is
  640.       possible.  Routing of a message is determined in one of three ways.
  641.  
  642.       o If there are files attached, then a message must be sent directly to
  643.         its destination.
  644.  
  645.       o Messages without attached files should be routed through the inbound
  646. |       host  of the destination  node's  subnet  as specified  by a FidoNet
  647.         format nodelist.
  648.  
  649.       o To prevent overloading of inbound hosts, a system should provide for
  650.         host routing to be disabled for a target node, or nodes.
  651.  
  652.  
  653.  F. Network Layer : the Network's View of the System, Routing and Packets
  654.  
  655.  
  656.    1. Network Layer Data Definition : the Packet Header
  657.  
  658.       The  packet contains messages in packed format to be transferred  over
  659.       the  net during a connection.  As this data structure is  transferred,
  660.       its definition is critical to FidoNet.
  661.  
  662.       A  packet may contain zero or more packed messages.  A packet  without
  663.       messages is often generated as a poll packet.
  664.  
  665.       Every  packet begins with a  packet header.  The fields of the  packet
  666.       header are of fixed length.
  667.  
  668.  
  669.                                 Packet Header
  670.        Offset
  671.       dec hex
  672.               .-----------------------------------------------.
  673.         0   0 | origNode (low order)  | origNode (high order) |
  674.               +-----------------------+-----------------------+
  675.         2   2 | destNode (low order)  | destNode (high order) |
  676.               +-----------------------+-----------------------+
  677.         4   4 |   year (low order)    |   year (high order)   |
  678.               +-----------------------+-----------------------+
  679.         6   6 |  month (low order)    |  month (high order)   |
  680.               +-----------------------+-----------------------+
  681.         8   8 |   day (low order)     |   day (high order)    |
  682.               +-----------------------+-----------------------+
  683.        10   A |   hour (low order)    |   hour (high order)   |
  684.               +-----------------------+-----------------------+
  685.        12   C |  minute (low order)   |  minute (high order)  |
  686.               +-----------------------+-----------------------+
  687.        14   E |  second (low order)   |  second (high order)  |
  688.               +-----------------------+-----------------------+
  689.        16  10 |   baud (low order)    |   baud (high order)   |
  690.               +-----------------------+-----------------------+
  691.        18  12 |    0     |     2      |    0      |    0      |
  692.               +-----------------------+-----------------------+
  693.        20  14 | origNet (low order)   | origNet (high order)  |
  694.               +-----------------------+-----------------------+
  695.        22  16 | destNet (low order)   | destNet (high order)  |
  696.               +-----------------------+-----------------------+
  697. |      24  18 | ProdCode | SerialNo   |                       |
  698. |             +-----------------------'                       |
  699. |      28  1C |             password   (some impls)           |
  700. |             +                       .-----------------------|
  701. |             |     null padded       | origZone (some impls) |
  702. |             +-----------------------+-----------------------|
  703. |      36  24 | destZone (some impls) |                       |
  704. |             +-----------------------'                       |
  705. |      40  28 |                     fill                      |
  706. |             ~                   18 bytes                    ~
  707.               +-----------------------+-----------------------+
  708.        58  3A |                 zero or more                  |
  709.               ~                    packed                     ~
  710.               |                   messages                    |
  711.               +-----------------------+-----------------------+
  712.               |    0     |     0      |    0      |    0      |
  713.               `-----------------------------------------------'
  714.  
  715.  
  716.       Packet       = PacketHeader  { PakdMessage }  00H 00H
  717.  
  718.       PacketHeader = origNode   (* of packet, not of messages in packet *)
  719.                      destNode   (* of packet, not of messages in packet *)
  720.                      year       (* of packet creation, e.g. 1986 *)
  721.                      month      (* of packet creation, 0-11 for Jan-Dec *)
  722.                      day        (* of packet creation, 1-31 *)
  723.                      hour       (* of packet creation, 0-23 *)
  724.                      minute     (* of packet creation, 0-59 *)
  725.                      second     (* of packet creation, 0-59 *)
  726.                      baud       (* max baud rate of orig and dest, 0=SEA *)
  727.                      PacketType (* old type-1 packets now obsolete *)
  728.                      origNet    (* of packet, not of messages in packet *)
  729.                      destNet    (* of packet, not of messages in packet *)
  730.                      prodCode   (* 0 for Fido, write to FTSC for others *)
  731. |                    serialNo   (* binary serial number (otherwise null)*)
  732. |                    password   (* session password  (otherwise null)   *)
  733. |                    origZone   (* zone of pkt sender (otherwise null)  *)
  734. |                    destZone   (* zone of pkt receiver (otherwise null)*)
  735. |                    fill[18]
  736.  
  737.       PacketType   = 02H 00H  (* 01H 00H was used by Fido versions before 10
  738.                                  which did not support local nets.  The packed
  739.                                  message header was also different for those
  740.                                  versions *)
  741.  
  742. |     ProductCode  = (  00H      (* Fido *)
  743. |                    |  ...
  744.                      |  ??H      (* Please apply for new codes *)
  745.                      )
  746.  
  747.  
  748.       The  remainder of the packet consists of packed messages.  Each packed
  749.       message  begins  with  a  message type word 0200H.   A  pseudo-message
  750.       beginning with the word 0000H signifies the end of the packet.
  751.  
  752.  
  753.    2. Network Layer Data Description : a File with Attributes
  754.  
  755.       The  BATCH  protocol uses  the MODEM7 filename and TeLink/XMODEM  file
  756.       transfer protocols to transfer the file with attributes.
  757.  
  758.       When  a  file is transferred via  FidoNet, an attempt is made to  also
  759.       pass  the operating system's attributes  for the file such as  length,
  760.       modification  date, etc.  FidoNet does this via a special prefix block
  761.       to  the XMODEM file transfer using a protocol known as TeLink.  As the
  762.       TeLink  protocol relies on a modification to the XMODEM file  transfer
  763.       protocol, it is documented at the data link layer level.
  764.  
  765.       The  MODEM7 file name is redundant if there is also a TeLink block, in
  766.       which case the name may be taken from either or both.
  767.  
  768.                               FileName as Sent
  769.        Offset
  770.       dec hex
  771.               .-----------------------------------------------.
  772.         0   0 |                   fileName                    |
  773.               ~                   8  bytes                    ~
  774.               |           left adjusted blank filled          |
  775.               +-----------------------+-----------------------+
  776.         8   8 |                    fileExt                    |
  777.               ~                    3  bytes                   ~
  778.               |           left adjusted blank filled          |
  779.               `-----------------------------------------------'
  780.  
  781.  
  782.  3. Network Layer Protocol : BATCH File Finite State Machines
  783.  
  784.  
  785.     BATCH File Sender
  786.  
  787.    .-----+----------+-------------------------+-------------------------+-----.
  788.    |State| State    | Predicate(s)            | Action(s)               | Next|
  789.    |  #  | Name     |                         |                         | St  |
  790.    |-----+----------+-------------------------+-------------------------+-----|
  791.    | BS0*| MoreFiles| 1 more files to send    | (MODEM7 FName send MS0) | BS1 |
  792.    |     |          | 2 no more files to send |                         | BS3 |
  793.    |-----+----------+-------------------------+-------------------------+-----|
  794.    | BS1 | CheckFNm | 1 MODEM7 Filename ok    | (TeLink send file XS0)  | BS2 |
  795.    |     |          | 2 MODEM7 Filename bad   | report name send bad    | exit|
  796.    |-----+----------+-------------------------+-------------------------+-----|
  797.    | BS2 | CheckFile| 1 TeLink send ok        |                         | BS0 |
  798.    |     |          | 2 TeLink send bad       | report file send bad    | exit|
  799.    |-----+----------+-------------------------+-------------------------+-----|
  800.    | BS3 | EndSend  | 1 rec NAK for next file | send EOT, report send ok| exit|
  801.    |     |          | 2 10 seconds no NAK     | send EOT, report no NAK | exit|
  802.    `-----+----------+-------------------------+-------------------------+-----'
  803.  
  804.     When  no files remain, the sender responds to the receiver's NAK with an
  805. |   EOT.  The EOT is not ACK/NAKed by the receiver.
  806.  
  807.     Filenames  must be upper case ASCII.  The data link layer uses "u" as  a
  808.     control character.
  809.  
  810.  
  811.     BATCH File Receiver
  812.  
  813.    .-----+----------+-------------------------+-------------------------+-----.
  814.    |State| State    | Predicate(s)            | Action(s)               | Next|
  815.    |  #  | Name     |                         |                         | St  |
  816.    |-----+----------+-------------------------+-------------------------+-----|
  817.    | BR0*| RecvName |                         | (MODEM7 FName recv MR0) | BR1 |
  818.    |-----+----------+-------------------------+-------------------------+-----|
  819.    | BR1 | CheckFNm | 1 MODEM7 no more files  | report files recd ok    | exit|
  820.    |     |          | 2 MODEM7 Filename ok    | (TeLink recv file XR0)  | BR2 |
  821.    |     |          | 2 MODEM7 Filename bad   | report name recv bad    | exit|
  822.    |-----+----------+-------------------------+-------------------------+-----|
  823.    | BR2 | CheckFile| 1 TeLink recv ok        |                         | BR0 |
  824.    |     |          | 2 TeLink recv bad       | report file recv bad    | exit|
  825.    `-----+----------+-------------------------+-------------------------+-----'
  826.  
  827.  
  828.  G. Data Link Layer : Error-Free Data Transfer
  829.  
  830.    1. Data Link Layer Data Definition : XMODEM/TeLink Blocks
  831.  
  832.       XMODEM  transfers  are  in  blocks  of 128  uninterpreted  data  bytes
  833. |     preceded  by  a three  byte header  and followed by either a one  byte
  834.       checksum  or a two byte crc remainder.  XMODEM makes no provision  for
  835.       data  streams  which  are  not  an  integral number  of  blocks  long.
  836.       Therefore,  the sender pads streams whose length is not a multiple  of
  837.       128 bytes with the end-of-file character (^Z for MS-DOS), and use some
  838.       other  means  to convey  the  true data length to the  receiver  (e.g.
  839.       TeLink file info block).
  840.  
  841.       Data blocks contain sequence numbers so the receiver can ensure it has
  842.       the  correct block.  Block  numbers are sequential unsigned eight  bit
  843.       integers  beginning with 01H and wrapping to 00H, except that a TeLink
  844.       block is given sequence number 00H.
  845.  
  846.       For  files which are attached to the mail packet, not the mail  packet
  847.       itself,  if the sending system is aware of the file attributes as they
  848.       are  known to the operating system, then the first block of the XMODEM
  849.       transfer  may be a special TeLink block to transfer that  information.
  850.       This  block  differs  in that  the  first byte is a SYN  character  as
  851.       opposed  to an SOH, and it is always sent checksum as opposed to CRC.
  852.       Should the receiver be unwilling to handle such information, after two
  853.       NAKs (or "C"s), the sender skips this special block and goes on to the
  854.       data itself.
  855.  
  856.  
  857.  
  858.                         XMODEM Data Block (CRC mode)
  859.        Offset
  860.       dec hex
  861.               .-----------------------------------------------.
  862.         0   0 |        SOH  -  Start Of Header -  01H         |
  863.               +-----------------------------------------------+
  864.         1   1 |                 BlockNumber                   |
  865.               +-----------------------------------------------+
  866.         2   2 |               BlockComplement                 |
  867.               +-----------------------------------------------+
  868.         3   3 |                128 bytes  of                  |
  869.               ~                uninterpreted                  ~
  870.               |                    data                       |
  871.               +-----------------------------------------------+
  872.       131  83 |             CRC high order byte               |
  873.               +-----------------------------------------------+
  874.       132  84 |             CRC  low order byte               |
  875.               `-----------------------------------------------'
  876.  
  877.  
  878.  
  879.                       XMODEM Data Block (Checksum mode)
  880.        Offset
  881.       dec hex
  882.               .-----------------------------------------------.
  883.         0   0 |        SOH  -  Start Of Header -  01H         |
  884.               +-----------------------------------------------+
  885.         1   1 |                 BlockNumber                   |
  886.               +-----------------------------------------------+
  887.         2   2 |               BlockComplement                 |
  888.               +-----------------------------------------------+
  889.         3   3 |                128 bytes  of                  |
  890.               ~                uninterpreted                  ~
  891.               |                    data                       |
  892.               +-----------------------------------------------+
  893.       131  83 |                Checksum byte                  |
  894.               `-----------------------------------------------'
  895.  
  896.  
  897.                        TeLink File Descriptor Block
  898.        Offset
  899.       dec hex
  900.               .-----------------------------------------------.
  901.         0   0 |       SYN  -  File Info Header -  16H         |
  902.               +-----------------------------------------------+
  903.         1   1 |                     00H                       |
  904.               +-----------------------------------------------+ data offset
  905.         2   2 |                     FFH                       |  dec  hex
  906.               +-----------------------------------------------+
  907.         3   3 |     File Length, least significant byte       |  0    0
  908.               +-----------------------------------------------+
  909.         4   4 | File Length, second to least significant byte |  1    1
  910.               +-----------------------------------------------+
  911.         5   5 |  File Length, second to most significant byte |  2    2
  912.               +-----------------------------------------------+
  913.         6   6 |      File Length, most significant byte       |  3    3
  914.               +-----------------------------------------------+
  915.         7   7 |            Creation Time of File              |  4    4
  916.               |                "DOS Format"                   |
  917.               +-----------------------------------------------+
  918.         9   9 |            Creation Date of File              |  6    6
  919.               |                "DOS Format"                   |
  920.               +-----------------------------------------------+
  921.        11   B |                 File  Name                    |  8    8
  922.               ~                  16 chars                     ~
  923.               |        left justified  blank filled           |
  924.               +-----------------------------------------------+
  925.        27  1B |                    00H                        | 24   18
  926.               +-----------------------------------------------+
  927.        28  1C |            Sending Program Name               | 25   19
  928.               ~                  16 chars                     ~
  929.               |         left justified  Null filled           |
  930.               +-----------------------------------------------+
  931. |      44  2C |            01H (for CRC) or 00H               | 41   29
  932.               +-----------------------------------------------+
  933. |      45  2D |                    fill                       | 42   2A
  934.               ~                  86 bytes                     ~
  935.               |                  all zero                     |
  936.               +-----------------------------------------------+
  937. |     132  84 |                Checksum byte                  |
  938.               `-----------------------------------------------'
  939.  
  940.  
  941.  
  942.       XMODEMData   = XMODEMBlock      (* block of data with header and
  943.                                          trailer *)
  944.                      | TeLinkBlock    (* TeLink File Descriptor Block *)
  945.                      | ACK            (* acknowledge data received ok *)
  946.                      | NAK            (* negative ACK & poll 1st block *)
  947.                      | EOT            (* end of xfer, after last block *)
  948.                      | "C"            (* 43H *)
  949.  
  950.       XMODEMBlock  = SOH              (* Start of Header, XMODEM Block *)
  951.                      blockNumber[1]   (* sequence, i'=mod( i+1, 256 ) *)
  952.                      blockCompl[1]    (* one's compl of BlockNumber *)
  953.                      data[128]        (* uninterpreted user data block *)
  954.                      (CRC | Checksum) (* error detect/correction code *)
  955.  
  956.       TeLinkBlock  = SYN              (* File Info Header *)
  957.                      00H              (* block no, must be first block *)
  958.                      FFH              (* one's complement of block no *)
  959.                      fileLength[4]    (* length of data in bytes *)
  960.                      CreationTime[2]  (* time file last modified or zero *)
  961.                      CreationDate[2]  (* date file last modified or zero *)
  962.                      fileName(16)     (* name of file, not vol or dir *)
  963.                      00H              (* header version number *)
  964.                      sendingProg(16)  (* name of program on send side *)
  965.                      crcMode[1]       (* 01H for CRC 00H for Checksum *)
  966.                      fill[87]         (* zeroed *)
  967.                      Checksum         (* error detect/correction code *)
  968.  
  969.       ACK          = 06H              (* acknowledge data received ok *)
  970.       NAK          = 15H              (* negative ACK & poll 1st block *)
  971.       SOH          = 01H              (* start of header, begins block *)
  972.       SYN          = 16H              (* start of TeLink file info blk *)
  973.       EOT          = 04H              (* end of xfer, after last block *)
  974.  
  975.       CRC          = crc[2]           (* CCITT Cyclic Redundancy Check *)
  976.  
  977.       Checksum     = checksum[1]      (* low 8 bits of sum of data bytes
  978.                                          using unsigned 8 bit arithmetic *)
  979.  
  980.       CreationDate = year[.7]         (* 7 bits, years since 1980, 0-127  *)
  981.                      month[.4]        (* 4 bits, month of year, 1-12 *)
  982.                      day[.5]          (* 5 bits, day of month, 1-31 *)
  983.  
  984.       CreationTime = hour[.5]         (* 5 bits, hour of day, 0-23 *)
  985.                      minute[.6]       (* 6 bits, minute of hour, 0-60 *)
  986.                      biSeconds[.2]    (* 6 bits, seconds/2, 0-29 *)
  987.  
  988.  
  989.       Note  that the crcMode is always set to 01H in current implementations
  990.       as  all TeLink/XMODEM implementations use the CRC method.   Therefore,
  991. |     it is always set to 01H by the sender, and is ignored by the receiver.
  992.  
  993.  
  994.  2. Data Link Layer Protocol : XMODEM/TeLink Finite State Machines
  995.  
  996.     The  protocol is receiver driven, the receiver polling the sender  for
  997.     each  block.   If the receiver polls  for the first block using a  "C"
  998.     (43H)  as  the poll character,  it would prefer to have the  CRC-CCITT
  999.     polynomial  remainder error detection code at the end of each block as
  1000.     opposed  to a one byte unsigned checksum.  The sender will respond  to
  1001.     the  "C"  poll iff it can  comply.  If the sender chooses checksum  as
  1002.     opposed  to  CRC, it waits for  the receiver to poll with  NAK  (15H).
  1003.     Should  the  checksum method be  preferable to the receiver, it  polls
  1004.     with NAK rather than "C".
  1005.  
  1006.     The sender returns an EOT instead of a data block when no data remain.
  1007.  
  1008.     Neither  the  sender nor the  receiver should send the block or  ACK/NAK
  1009.     response  while there is data being received.  They should wait for  the
  1010.     line to settle, and possibly time out.
  1011.  
  1012.     It  is  suggested that one's  input buffer be cleared immediately  after
  1013.     sending  block or ACK/NAK response, before waiting for the response from
  1014.     the  other  end.  This  clears  any line garbage which  occurred  during
  1015.     transmit.
  1016.  
  1017.  
  1018.     XMODEM/TeLink Sender
  1019.  
  1020.    .-----+----------+-------------------------+-------------------------+-----.
  1021.    |State| State    | Predicate(s)            | Action(s)               | Next|
  1022.    |  #  | Name     |                         |                         | St  |
  1023.    |-----+----------+-------------------------+-------------------------+-----|
  1024.    | XS0 | WaitTeLnk| 1 over 40-60 seconds    | report sender timeout   | exit|
  1025.    |     |          | 2 over 2 tries          | note TeLink block failed| XS1 |
  1026.    |     |          | 3 NAK or "C" received   | send TeLink, incr tries | XS0 |
  1027.    |     |          | 4 ACK received          | TeLink ok, set crc/cksm | XS2 |
  1028.    |-----+----------+-------------------------+-------------------------+-----|
  1029.    | XS1 | WaitStart| 1 over 40-60 seconds    | report sender timeout   | exit|
  1030.    |     |          | 2 over 20 tries         | report send failed      | exit|
  1031.    |     |          | 3 NAK received          | set checksum mode       | XS2 |
  1032.    |     |          | 4 "C" recd, I can crc   | set crc mode            | XS2 |
  1033.    |     |          | 5 "C" recd, I can't crc |                         | XS1 |
  1034.    |-----+----------+-------------------------+-------------------------+-----|
  1035.    | XS2 | SendBlock| 1 more data available   | send next data block    | XS3 |
  1036.    |     |          |                         |   as checksum or crc    |     |
  1037.    |     |          | 2 last block has gone   | send EOT                | XS4 |
  1038.    |-----+----------+-------------------------+-------------------------+-----|
  1039.    | XS3 | WaitACK  | 1 10 retries or 1 minute| report send failed      | exit|
  1040.    |     |          | 2 ACK received          |                         | XS2 |
  1041.    |     |          | 3 NAK (or C if 1st blk) | resend last block       | XS3 |
  1042.    |-----+----------+-------------------------+-------------------------+-----|
  1043.    | XS4 | WaitEnd  | 1 10 retries or 1 minute| report send failed      | exit|
  1044.    |     |          | 2 ACK received          | report send successful  | exit|
  1045.    |     |          | 3 NAK received          | resend EOT              | XS4 |
  1046.    `-----+----------+-------------------------+-------------------------+-----'
  1047.  
  1048.  
  1049.     XMODEM/TeLink Receiver
  1050.  
  1051.    .-----+----------+-------------------------+-------------------------+-----.
  1052.    |State| State    | Predicate(s)            | Action(s)               | Next|
  1053.    |  #  | Name     |                         |                         | St  |
  1054.    |-----+----------+-------------------------+-------------------------+-----|
  1055.    | XR0 | RecStart | 1 prefer crc mode       | Send "C"                | XR1 |
  1056.    |     |          | 2 want checksum mode    | send NAK                | XR1 |
  1057.    |-----+----------+-------------------------+-------------------------+-----|
  1058.    | XR1 | WaitFirst| 1 10 retries or 1 minute| report receive failure  | exit|
  1059.    |     |          | 2 > 3 retries or 30 secs| set want checksum mode  | XR0 |
  1060. |  |     |          | 3 EOT received          | delay < sec, purge input| exit|
  1061. |  |     |          |                         | send ACK, report no file|     |
  1062.    |     |          | 4 TeLink block recd     | send ACK, set crc/cksm  | XR2 |
  1063.    |     |          | 5 data block recd       | send ACK, set crc/cksm  | XR2 |
  1064.    |     |          | 6 bad block or 2-10 secs| incr retry count        | XR0 |
  1065.    |-----+----------+-------------------------+-------------------------+-----|
  1066.    | XR2 | WaitBlock| 1 10 retries or 1 minute| report receive failure  | exit|
  1067.    |     |          | 2 EOT received          | send ACK, report recd ok| exit|
  1068. |  |     |          |                         | send ACK, report recd ok|     |
  1069.    |     |          | 3 data block received   | send ACK                | XR2 |
  1070.    |     |          | 4 bad block or 2-10 secs| send NAK, incr retry cnt| XR2 |
  1071.    `-----+----------+-------------------------+-------------------------+-----'
  1072.  
  1073.  
  1074.     A  number of checks should be made to ensure a valid data block has been
  1075.     received.
  1076.  
  1077.     o  The  physical  layer  should  have encountered no errors,  e.g.  parity,
  1078.        framing, etc.
  1079.  
  1080.     o  The length of the block should not be less than expected.
  1081.  
  1082.     o  If  the blocks sequence  number does not match the  complement,  then
  1083.        respond with a NAK and attempt to read the block again.
  1084.  
  1085.     o  If the block's sequence number is one previous (remember wrap around)
  1086.        to that of the expected block, respond with an ACK and read again.
  1087.  
  1088.     o  If the sequence number fits neither of the above criteria, and is yet
  1089.        not the expected sequence number, abort the receive.
  1090.  
  1091.     o  The checksum or CRC should be correct.
  1092.  
  1093.  
  1094.  
  1095.  3. Data Link Layer Protocol : MODEM7 Filename Finite State Machines
  1096.  
  1097.  
  1098.     MODEM7 Filename Sender
  1099.  
  1100.    .-----+----------+-------------------------+-------------------------+-----.
  1101.    |State| State    | Predicate(s)            | Action(s)               | Next|
  1102.    |  #  | Name     |                         |                         |  St |
  1103.    |-----+----------+-------------------------+-------------------------+-----|
  1104.    | MS0 | WaitNak  | 1 20 retries or 1 minute| filename send failed    | exit|
  1105.    |     |          | 2 NAK received          | send ACK & 1st ch of fn | MS1 |
  1106. |  |     | (note 1) | 3 C received            | return fn skipped       | exit|
  1107.    |-----+----------+-------------------------+-------------------------+-----|
  1108.    | MS1 | WaitChAck| 1 ACK rcd, fname done   | send SUB = 1AH          | MS2 |
  1109.    |     |          | 2 ACK rcd, fname ~done  | send next ch of fname   | MS1 |
  1110.    |     |          | 3 other char or 1 sec   | send "u", incr retry cnt| MS0 |
  1111.    |-----+----------+-------------------------+-------------------------+-----|
  1112.    | MS2 | WaitCksm | 1 cksum recd and ok     | send ACK, report fn ok  | exit|
  1113.    |     |          | 2 cksum recd but bad    | send "u", incr retry cnt| MS0 |
  1114.    |     |          | 3 no cksum in 1 sec     | send "u", incr retry cnt| MS0 |
  1115.    `-----+----------+-------------------------+-------------------------+-----'
  1116.  
  1117.  
  1118.     MODEM7 Filename Receiver
  1119.  
  1120.    .-----+----------+-------------------------+-------------------------+-----.
  1121.    |State| State    | Predicate(s)            | Action(s)               | Next|
  1122.    |  #  | Name     |                         |                         |  St |
  1123.    |-----+----------+-------------------------+-------------------------+-----|
  1124.    | MR0 | SendNak  | 1 20 tries or 1 minute  | report filename failure | exit|
  1125.    |     |          | 2                       | send NAK, incr try cnt  | MR1 |
  1126.    |-----+----------+-------------------------+-------------------------+-----|
  1127.    | MR1 | WaitAck  | 1 rcd ACK               |                         | MR2 |
  1128.    |     |          | 2 rcd EOT               | report no files remain  | exit|
  1129.    |     |          | 3 5 secs & no ACK/EOT   |                         | MR0 |
  1130.    |-----+----------+-------------------------+-------------------------+-----|
  1131.    | MR2 | WaitChar | 1 recd EOT (can happen?)| report no files remain  | exit|
  1132.    |     |          | 2 recd SUB              | send checksum byte      | MR3 |
  1133.    |     |          | 3 recd "u"              |                         | MR0 |
  1134.    |     |          | 4 recd char of name     | send ACK                | MR2 |
  1135.    |     |          | 5 no char in 1 second   |                         | MR0 |
  1136.    |-----+----------+-------------------------+-------------------------+-----|
  1137.    | MR3 | WaitOkCk | 1 recd ACK within 1 sec | report recd filename ok | exit|
  1138.    |     |          | 2 recd "u" or other char|                         | MR0 |
  1139.    `-----+----------+-------------------------+-------------------------+-----'
  1140.  
  1141.     SUB  is the ASCII character ^Z or 1AH.  The checksum is the unsigned low
  1142.     order eight bits of the sum of the characters in the transferred filename
  1143.     including the SUB.
  1144.  
  1145.     Although  one second timeouts are used successfully by Fido and  SEAdog,
  1146.     some fear that this is too small a timeout for some satellite and packet
  1147.     network links.
  1148.  
  1149. |   Note 1 - MS0.3 is a common addition to accommodate a common noncompliance.
  1150. |            Support of MS0.3 is optional for a compliant mailer.  This hack
  1151. |            also requires modification of a number of state tables, see
  1152. |            FSC-0011.
  1153.  
  1154.  
  1155.  H. Physical Layer : the Actual Connection of Two FidoNet Systems
  1156.  
  1157.     Will  one of the more hardware-oriented comm types give me some idea  of
  1158.     what's needed here?  Can we leave it open enough to allow implementation
  1159.     over a non-dial net?  Thanks.
  1160.  
  1161.  
  1162. |I. The Node List - see FTS-0005
  1163.  
  1164.  
  1165.  J. Tests to Validate an Implementation
  1166.     o It would be ideal if validation were automatic
  1167.     o Implementors could use in last stages of development
  1168.     o Program(s)? Test scripts? Remote Fidos? Bad line conditions?
  1169.  
  1170.  
  1171. |K. Revisions since FTS-0001
  1172.  
  1173.     89 Oct 25
  1174.       o packet header: optional serialNo, password, and orig/dest zone
  1175.       o stored message to/from zone/point info added as option per Fido-12
  1176.       o XR1 and XR2 changes per FSC-0011
  1177.       o reference to FSC-0011 for the MODEM7-avoidance hack, MS0.3
  1178.       o dropped enumeration of product codes
  1179.       o S4 modification from FSC-0011
  1180.       o Nodelist and EID reference appropriate documents
  1181.       o various cosmetics
  1182. |   90 July 1 - 5
  1183. |     o spelling errors caught by Ray Gardner
  1184. |     o references to the now dead IFNA deleted
  1185. |     o offset at end of Packed Message was 10 as opposed to 20 bytes
  1186. |     o Packed Message and Packet Header corrections by Roland Gautschi
  1187. |     o Offsets in TeLink header caught by Rick Moore
  1188.  
  1189.  
  1190.  L. Acknowledgements
  1191.  
  1192.     Ben  Baker,  Thom  Henderson,  Tom  Jennings, and  Gee  Wong  suggested,
  1193.     informed,  reviewed,  and  encouraged.   Thom  and Tom gave me  all  the
  1194.     basics,  and  even allowed me to  look at actual code.  Bob Hartman  was
  1195.     foolish  enough  to implement  the specification, and was generous  with
  1196. |   useful  feedback.  Ray  Gardner caught  my  spelling errors <blush>, and 
  1197. |   Roland Gautschi and Rick Moore found offset and length errors.
  1198.  
  1199.     My employer, Pacific Systems Group was kind enough to donate my time to
  1200.     research and to write this document.
  1201.  
  1202.     Fido and FidoNet are registered trademarks of Tom Jennings.
  1203.  
  1204.     SEAdog is a trademark of System Enhancement Associates.
  1205.  
  1206.  
  1207.  M. Bibliography
  1208.  
  1209.     Documentation  for the protocols  and data formats are scattered.   Some
  1210.     are  unattributed, some even untitled.  Filenames indicate that softcopy
  1211.     is available from Fido 122/6 and likely many others.
  1212.  
  1213. |   Anonymous, changes to MODEM to implement CRC option  XMDM-CRC.TXT
  1214.  
  1215.     Baker, Ken and Moore, Rick, Nodelist Definition, currently FTS-0005
  1216.  
  1217.     Christensen, Ward, "MODEM Protocol Overview" of 1 January 82  XMODEM.TXT
  1218.  
  1219.     Hartman, Bob, "Some thoughts that I had on FSC001", FSC-0011
  1220.  
  1221.     Henderson, Thom, "SEAdog Electronic Mail System Version 3" of April 86
  1222.  
  1223.     International  Standards Organization,  "Data Processing - Open  Systems
  1224.     Interconnection - Basic Reference Model"  ISO/DIS 7498  April 82
  1225.  
  1226.     Jennings,   Tom,  "FidoNet  Electronic  Mail  Protocol"  8  February  85
  1227.     FIDOMAIL.DOC
  1228.  
  1229.     Jennings,   Tom,  "Fido's  Internal  Structures"  of  13  September  85
  1230.     STRUCT.TXT aka STRUCT.APX
  1231.  
  1232.     Jennings, Tom, "Extending XMODEM/MODEM File Transfer Protocol to support
  1233.     DOS" 20 September 83   FILEXFER.DOC
  1234.  
  1235.     Jordan, Larry, "XMODEM File Transfer Protocol"  XMDM-LJ.TXT
  1236.  
  1237.     Rudin,   H   and   West,  C,  "Protocol  Specification,   Testing,   and
  1238.     Verification,  III" Proceedings of  the IFIP WG 6.1 Third  International
  1239.     Workshop   on   Protocol  Specification,  Testing,   and   Verification,
  1240.     Rueschlikon Switzerland 31 May - 2 June 1983.
  1241.  
  1242.     Tanenbaum, Andrew, "Computer Networks" Prentice Hall 1981
  1243.  
  1244.     Messages generated by Fido 11w, SEAdog 3.8, and ARCmail 0.37
  1245.