From 7ddc92d12af6e6187cce6381aa1d984f0bb0479f Mon Sep 17 00:00:00 2001 From: gmega Date: Tue, 22 Jul 2025 18:30:34 -0300 Subject: [PATCH] add link to Waku requirements PR --- 10 Notes/Codex Use Cases - Status.md | 2 +- 10 Notes/Codex Use Cases - Waku.md | 3 --- 10 Notes/Codex Use Cases.md | 2 +- 3 files changed, 2 insertions(+), 5 deletions(-) delete mode 100644 10 Notes/Codex Use Cases - Waku.md diff --git a/10 Notes/Codex Use Cases - Status.md b/10 Notes/Codex Use Cases - Status.md index 00ffbdf..40ecb32 100644 --- a/10 Notes/Codex Use Cases - Status.md +++ b/10 Notes/Codex Use Cases - Status.md @@ -3,7 +3,7 @@ From the initial chat with Volo, we got two main use cases, which might actually * overcoming Waku message size limitations for long messages (why can't they just break those up and send multiple messages though?); * implementing file sharing, with images (and I suppose audio?) being the main use case; i.e., that gives us a ballpark in content size; -* Jacek +* Jacek mentioned they use bittorrent in some part of their infrastructure, which we could replace with Codex. ### Requirements **Codex has to run on mobile.** This might be a big deal as mobile networks are notoriously unsuitable to P2P software. Good news is that we got Waku and they seem to have worked around this, so we should start by examining their solution. diff --git a/10 Notes/Codex Use Cases - Waku.md b/10 Notes/Codex Use Cases - Waku.md deleted file mode 100644 index c9520ac..0000000 --- a/10 Notes/Codex Use Cases - Waku.md +++ /dev/null @@ -1,3 +0,0 @@ -To be defined. Other than the message size limitation - which to me seems like a bit of a strange use case, as the client could just break up the big message into several smaller messages and reassemble on the other end - I do not have anything very concrete. - -Action item for me is to dig deeper into this with Hanno/Franck. \ No newline at end of file diff --git a/10 Notes/Codex Use Cases.md b/10 Notes/Codex Use Cases.md index eb6691a..f198b30 100644 --- a/10 Notes/Codex Use Cases.md +++ b/10 Notes/Codex Use Cases.md @@ -4,7 +4,7 @@ #### Project Use Cases * [[Codex Use Cases - Status]] -* [[Codex Use Cases - Waku]] +* [Codex Use Cases - Waku](https://github.com/waku-org/pm/pull/328) #### Misc * [[Codex Use Cases - Václav's Thoughts]]