Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 717 Bytes

About.md

File metadata and controls

12 lines (10 loc) · 717 Bytes

About

This contains a simple "about" for how this messaging platform works

Terminologies:
Findings
  • Message delivery suffers once message is above 150 chars

code has been added to truncate every message into this scope

  • Due to SMS messages being a Best Effort delivery, this means registering 100% of SMS messages reaching their reciepients cannot be guaranteed

Methods to counter this include

  • Using an algorithm for detecting false positives. The assumption is on total failure of a message, no following messages will be forwarded. Any deviation from this basic assumption can be considered NOT A TOTAL FAILURE