User Tools

Site Tools


2e0sips_packet_musings

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
2e0sips_packet_musings [2023/01/25 12:14] 2e0sip2e0sips_packet_musings [2023/04/17 22:13] (current) 2e0sip
Line 28: Line 28:
  
   * It would be great if things were easily "plugable" to support different compression and encoding etc   * It would be great if things were easily "plugable" to support different compression and encoding etc
 +
 +
 +====== Routing ======
 +
 +I would like to:
 +
 +* Distribute routes with a max-forwards parameter, limiting them being distributed more than X hops
 +* Force a route, but still over an L4 protocol?
 +* Add "communities" similar to BGP, that can be used to flat things (blackhole etc)
 +* Include a parameter to indicate if the route is over IP, HF etc
 +* Include a VLAN type indication. Perhaps a route is for management only.
  
  
Line 36: Line 47:
   * Some visual clue that a sent message has been acknowledged, or rejected. Currently it appears like a message has been sent successfully, but might not have been acked by that chat server.   * Some visual clue that a sent message has been acknowledged, or rejected. Currently it appears like a message has been sent successfully, but might not have been acked by that chat server.
   * Timestamp / Sequence sent with message so they can re-ordered   * Timestamp / Sequence sent with message so they can re-ordered
 +
 +
 +====== BBS / Mail ======
 +
 +The BBS built into BPQ has basic POP3 functionality but most web based email clients etc expect IMAP. It would be ideal if IMAP functionality could be added one way or another, to support new clients and also add functionality like marking a message as read.
 +
 +I've looked at ways to do this without changing BPQ and there's no obvious easy solution. emails could be fetched via POP3 and inserted into IMAP, but if this is a one way process then deleting and reading messages won't get synchronised back to BPQ. I considered trying to write some API but BPQ doesn't really lend itself to such things.
 +
 +I suspect the answer might be to write a new BBS....
  
 ======= New Software ====== ======= New Software ======
  
-  * Packet Parse - Something that "sniffs" a KISS interface and prints the headers and body as something human readable, with support for NET/ROM - A poor mans Wireshark. +  * Packet Parse - Something that "sniffs" a KISS interface and prints the headers and body as something human readable, with support for NET/ROM - A poor mans Wireshark. 
 +  * Mailing List Server - It looks like [[https://www.f6fbb.org/fbbdoc/fmtmulti.htm|Mailing Lists]] have been a thing. Maybe we should create an up to date version?
  
2e0sips_packet_musings.1674648853.txt.gz · Last modified: 2023/01/25 12:14 by 2e0sip