Synchronet v3.19b-Win32 (install) has been released (Jan-2022).

You can donate to the Synchronet project using PayPal.

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
ref:fidonet_glossary [2020/04/22 18:18] – [AreaFix/Area Manager] mortifisref:fidonet_glossary [2020/11/04 19:43] – Defined "Poll" digital man
Line 51: Line 51:
 [[wp>BinkP]] is the //BinkD Protocol//, a TCP application protocol invented by Dima Maloff in 1996 and later standardized by the FTSC, for transferring files (primarily, [[ref:FidoNet Packets]]) between Internet hosts over IP. The BinkP protocol was originally implemented as an ad-hoc protocol for the transferring of files between instances of the Binkley Daemon FidoNet mailer ([[https://2f.ru/binkd/|BinkD]]). The protocol was later adopted by other FidoNet mailers and later became a FidoNet standard. [[wp>BinkP]] is the //BinkD Protocol//, a TCP application protocol invented by Dima Maloff in 1996 and later standardized by the FTSC, for transferring files (primarily, [[ref:FidoNet Packets]]) between Internet hosts over IP. The BinkP protocol was originally implemented as an ad-hoc protocol for the transferring of files between instances of the Binkley Daemon FidoNet mailer ([[https://2f.ru/binkd/|BinkD]]). The protocol was later adopted by other FidoNet mailers and later became a FidoNet standard.
  
 +===== Boss =====
 +
 +A //Boss Node// is a FidoNet node that has one or more //Point Nodes// (a.k.a. points) has subordinate and dependent nodes.
 ===== Bundle ===== ===== Bundle =====
  
Line 116: Line 119:
 ===== Packet ===== ===== Packet =====
  
-An [[ref:FidoNet packets|FTN packet]] is a group of one or more messages contained in a single +An [[ref:FidoNet packets|FTN packet]] is a group of one or more messages contained in a single uncompressed binary file. Packets may contain EchoMail and/or NetMail messages. 
-uncompressed file. Packets may contain echomail and/or netmail messages. + 
-Packets files usually have a ''.pkt'' extension, although outbound NetMail packets for +Packet files usually have a ''.pkt'' suffix/extension, although outbound NetMail packets for Binkley/FLO Mailers will have ''.?ut'' extensions (where ? is either ''o'', ''c'', ''d'', or ''h'', e.g''.out'', ''.cut'', ''.hut'', etc.). The first eight characters of the filename may be anything, but are usually decimal or hexadecimal digits representing the date and time the packet was created
-Binkley/FLO Mailers will have ''.?ut'' extensions (where ? is either ''o'', ''c'', ''d'', or ''h'', e.g ''.out'', ''.cut'', etc.). The + 
-first eight characters of the filename may be anything, but are usually decimal or hexadecimal +You can use the [[person:digital man]]'s ''pktdump'' utility to view packet headers and help identify and fix problems with inbound and outbound FTN packets. 
-digits representing the date and time the packet was created.+ 
 +It is generally **not** a good idea to try and use a plain-text viewer or editor to inspect [[ref:FidoNet packets]] since they contain binary integer values that may be interpreted as terminal control characters and the header data just won't be human-readable in this manner. Use a tool specifically designed to view FTN packets (e.g. ''pktdump''). 
 + 
 +===== Point ===== 
 + 
 +A //Point Node// is an FTN node with an address that ends in ''.1'' or another non-zero fractional value. An FTN node address without a period/dot (''.'') or that ends in ''.0'' is **not** a point node address.
  
-You can use the [[person:digital man]]'''pktdump'' utility to view packet headers and help identify and fix problems with inbound and outbound packets.+A Point Node is not listed in the network'nodelist and is dependent on its //Boss Node// to receive and deliver files, including NetMail and EchoMail packets, on its behalf.
  
-It is generally **not** a good idea to try and use a plain-text viewer or editor to inspect [[ref:FidoNet packets]] since they contain binary integer values that may be interpreted as terminal control characters and the header data just won't be human-readable in this manner.+===== Poll =====
  
 +A poll of a node is when a connection is attempted to a linked-node even though there are no files (e.g. mail) waiting to be sent to that node.
 ===== Scan ===== ===== Scan =====