Skip to content
This repository has been archived by the owner on Mar 12, 2020. It is now read-only.

Cafe-based inboxing #318

Closed
sanderpick opened this issue Oct 22, 2018 · 2 comments
Closed

Cafe-based inboxing #318

sanderpick opened this issue Oct 22, 2018 · 2 comments
Assignees

Comments

@sanderpick
Copy link
Member

sanderpick commented Oct 22, 2018

This build on the libp2p-based CafeService for thread backup. The basic components are...

  • An inbox(es) is advertised to thread peers via thread block headers
  • When a host needs to send a thread message to a thread peer, it first tries to send the message direct (in practice it's queued). If this fails, the message is encrypted and sent direct to the peer's cafe inbox(es) (again, in practice it's queued)
  • When the recipient comes back online, it can "check for mail" in its inbox(es)
@sanderpick sanderpick self-assigned this Oct 22, 2018
@sanderpick
Copy link
Member Author

Related to libp2p/notes#2

@sanderpick
Copy link
Member Author

Inboxing piece is done here: bc0bfec

Next up is the retrieval.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant