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
Last revisionBoth sides next revision
2e0sips_packet_musings [2023/01/22 16:33] 2e0sip2e0sips_packet_musings [2023/03/07 10:33] 2e0sip
Line 35: Line 35:
  
   * 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 ====== 
 + 
 +  * 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.txt · Last modified: 2023/04/17 22:13 by 2e0sip