Better Chat Update! (v3) #2

Open
opened 2026-05-26 21:28:19 +03:00 by splatink · 0 comments
Owner

Now that I've gotten the core up to a state I'm happy with, I'd like to work on the text chat itself, something that has been untouched since the original Arduino sketch.

Things I'd like to add:

  • Proper stored/delivered/read receipts
  • The ability to give each board a name that gets printed as a prefix to any message
  • Ability to hold sent messages offline, send them as a burst of data when online, receiver can read them later
  • Ability to send / receive files
  • Checksum validation for sent/received files
  • Proper UI, with a message box, and messages on top (ui.c)
  • More modular functions, so as to make it portable to other wireless standards (LoRA, nRF etc)
Now that I've gotten the core up to a state I'm happy with, I'd like to work on the text chat itself, something that has been untouched since the original Arduino sketch. Things I'd like to add: - [ ] Proper stored/delivered/read receipts - [ ] The ability to give each board a name that gets printed as a prefix to any message - [ ] Ability to hold sent messages offline, send them as a burst of data when online, receiver can read them later - [ ] Ability to send / receive files - [ ] Checksum validation for sent/received files - [ ] Proper UI, with a message box, and messages on top (ui.c) - [ ] More modular functions, so as to make it portable to other wireless standards (LoRA, nRF etc)
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
splatink/inkChat#2
No description provided.