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/22 13:44] 2e0sip2e0sips_packet_musings [2023/04/17 22:13] (current) 2e0sip
Line 21: Line 21:
  
 For an example of how it can work see [[https://www.youtube.com/watch?v=3wc62ZD7ZWI|G6AML's Youtube Video]] For an example of how it can work see [[https://www.youtube.com/watch?v=3wc62ZD7ZWI|G6AML's Youtube Video]]
 +
 +
 +======= App Improvements ======
 +
 +====== General ======
 +
 +  * 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.
 +
 +
 +====== Chat ======
 +
 +The chat built into BPQ is fairly basic and missing some features that would significantly increase usability. I would like to see the following improvements to a new chat application:
 +
 +  * 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
 +
 +
 +====== 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 ======
 +
 +  * 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.1674395076.txt.gz · Last modified: 2023/01/22 13:44 by 2e0sip