idea: p2p job distribution

i have a semifunctional prototype in python
This commit is contained in:
Norwin Roosen 2020-01-14 15:26:16 +01:00
parent 616fb2cfe4
commit 5d5dc925b2
1 changed files with 1 additions and 0 deletions

View File

@ -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)