User Tools

Site Tools


packet_messaging

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
packet_messaging [2023/03/22 23:32] 2e0sippacket_messaging [2023/10/04 07:25] (current) m0lte
Line 1: Line 1:
-It's possible to send messages, or mail, through a packet network. It's similar in operation to e-mail, where a message has from, to, and subject fields as well as a message body, and optional attachments. SYSOPS of packet nodes must work together to configure routes for forwarding mail (See Hierarchal Routing), and once a message is sent it'll be forwarded from one node to another until it reaches its final destination. +See [[packet:mail|packet:mail]]
- +
-====== Addressing ====== +
- +
-The TO field is similar to an email address and might look something like 2E0SIP@GB7RDG.#42.GBR.EURO. +
- +
-Broken down this looks like: +
- +
-<code> +
-2E0SIP - The recipients call sign +
-GB7RDG - The recipients Home BBS, where the send and receive mail+
-#42    - The region ID (See Hierarchal Routing for more) +
-GBR    - Great Britain +
-EURO   - Europe +
-</code> +
- +
-Likewise the From field will be in the same format, directing replies back to the sender. +
- +
-====== Message Types ====== +
- +
-===== Personal ===== +
- +
-A personal message addressed to an individual amateur. The amateur might have their mailbox on the same node, or it could be another node several hops away. +
- +
-===== Bulletins (Bulls) ===== +
- +
-Bulletins are for general reception. They could be announcements, weather reports etc. They could be sent World Wide (@WW) or it's possible to direct them to a particular region e.g @EURO for all of Europe, or @GBR.EURO for Great Britain.  +
- +
-==== Flood Bulletins ==== +
- +
-A flood bulletin should be "flooded" (sent) to all the local BBSs in the area. For example, someone in Great Britain sends a bulletin to @GBR.EURO. It should be flooded to all the locally reachable BBSs that are also in Great Britain, and likewise they should do the same. It should not be forwarded to any BBSs outside of the region, e.g @FRA.EURO +
- +
-==== Directed Bulletins ==== +
- +
-A directed bulletin is a bulletin that's still in transit, and hasn't reached it's target area yet. For example, an Amateur in the United States might have sent a bulletin to @EURO. Whilst it's being forwarded between nodes in the US it's considered a directed bulletin and won't be flooded to local BBSs, only forwarded to the next route that can reach Europe. Once the bulletin arrives in Europe it would be considered a Flood Bulletin, and will be sent to all local BBSs in that region. +
- +
-====== Hierarchical Addressing ====== +
- +
-To get a message from the sender to recipient it might have to traverse several nodes. There's no DNS look ups or globally connected internet in packet, so each node needs to know how to route mail to get it closer to the intended destination. To simplify this, Hierarchical Addressing breaks things down into regions. +
- +
-Take the following simplified example where we assume GB7FOO can reach other nodes in Great Britain, and F8OUI can reach other nodes in Europe: +
- +
-<code> +
-GB7FOO (Ashford, Kent) <--> GB7BAR (Dover, Kent) <--> F8OUI (Calais, France) +
-</code> +
- +
-GB7BAR can reach Europe via F8OUI in France. Rather than configuring a route for every BBS or Country in Europe, a rule can be added to forward all messages destined for EURO to F8OUI. This route would also match messages sent to DEU.EURO (Germany), or NLD.EURO (Netherlands) and so on. Likewise in the other direction the SYSOP of GB7BAR can add a rule to direct all messages to GBR.EURO to GB7FOO.  +
- +
-Packet Nodes will always use the most specific match when forwarding mail, so if someone were to send a message to 2E0SIP@GB7RDG.#42.GBR.EURO, it will follow the GBR.EURO route and not the less specific EURO route. +
- +
- +
-===== Country Identifiers ===== +
- +
-{{ ::packet_country_identifiers.pdf |}} +
- +
-Mirrored from [[https://www.tapr.org/pdf/DCC1995-Recommendation4HAP-WO5H-WD5IVDAA4RE-W0RLI.pdf|tapr.org]] +
- +
-===== UK Regions ===== +
- +
-{{ ::ax25_bbs_uk_forwarding_regions.pdf |}} +
- +
- +
-Mirrored from [[https://www.theskywaves.net/fbb/AX25_BBS_UK_FORWARDING_REGIONS.pdf|G4APL's site]] +
- +
- +
packet_messaging.1679527923.txt.gz · Last modified: 2023/03/22 23:32 by 2e0sip