draft fixing whisper post

This commit is contained in:
Oskar Thoren 2019-11-28 12:28:40 +08:00
parent c660327ec6
commit c62ef1a498
No known key found for this signature in database
GPG Key ID: B2ECCFD3BC2EF77E
2 changed files with 15 additions and 6 deletions

View File

@ -1,19 +1,23 @@
---
layout: post
name: "Fixing Whisper"
title: "Fixing Whisper"
name: "Fixing Whisper for great profit"
title: "Fixing Whisper for great profit"
date: 2019-11-26 12:00:00 +0800
author: oskarth
published: false
permalink: /fixing-whisper-waku
published: true
permalink: /fixing-whisper
categories: research
summary: A research log.
image: /assets/img/vac.jpg
image: /assets/img/whisper_scalability.png
---
## Intro
TODO: Take this as base https://discuss.status.im/t/fixing-whisper-for-great-profit/1419
## Whisper theoretical model
Attempts to encode characteristics of it.
Attempts to encode characteristics of it. Here's a summary:
#### Goals:
1. Ensure network scales by being user or usage bound, as opposed to bandwidth growing in proportion to network size.
@ -169,4 +173,9 @@ Note that this requires change of other nodes behavior, not just local node.
- For 10k users, receiving bandwidth is 1.5MB/day. **Good!**
- For 1m users, receiving bandwidth is 98.1MB/day. **Terrible!**
### Summary
![](assets/img/whisper_scalability.png)
------------------------------------------------------------

Binary file not shown.

After

Width:  |  Height:  |  Size: 165 KiB