From f696cac085f854dc8941320a32e574e95f177945 Mon Sep 17 00:00:00 2001 From: Oskar Thoren Date: Fri, 18 Oct 2019 12:54:48 +0800 Subject: [PATCH] add whisper scalability model to readme --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index e868479..cb18a41 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,9 @@ This repository contains experimental code related to research for the [vac prot - [remote log](./remote_log) - Contains a nim mock server representing a [remote log](https://notes.status.im/Rwh-18AdSgKAkhfwfBE-OA). + - [Whisper Scalability Model](./whisper_scalability) - Theoretical model for bandwidth usage given some assumptions and usage, see [report](https://htmlpreview.github.io/?https://github.com/vacp2p/research/blob/master/whisper_scalability/report.html) and [Discuss post](https://discuss.status.im/t/fixing-whisper-for-great-profit/1419). + + ## License This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details