From 5d5dc925b2eea92cb0ae29fe2b289e7437ae67f0 Mon Sep 17 00:00:00 2001 From: Norwin Roosen Date: Tue, 14 Jan 2020 15:26:16 +0100 Subject: [PATCH] idea: p2p job distribution i have a semifunctional prototype in python --- IDEAS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/IDEAS.md b/IDEAS.md index 89e163c..9b8640e 100644 --- a/IDEAS.md +++ b/IDEAS.md @@ -3,6 +3,7 @@ - support animations / frame concept - visualization client - CnC: server distributes jobs to connected clients + - or fully P2P using [2D CAN / Z-ordercurve adressing](https://github.com/noerw/geo-dht) (p2p implementation needed) - webassembly port? - use userland tcp stack (e.g. https://github.com/google/netstack or even https://github.com/luigirizzo/netmap)