lots of fixes and add ons

This commit is contained in:
2024-04-23 14:20:22 +02:00
parent b6889eec02
commit 7a2bb56a3b
83 changed files with 378 additions and 205 deletions

View File

@@ -1,19 +1,19 @@
# ThreeFold grid inspired by nature
# Inspired by nature
![](nature.png)
- Just like we have trillions of cells in our body, so can billions of twins live next to each other
- Each twin has memory, knows how to communicate, has knowledge, history, ...
- Twins like cells cannot live without a body = TFGrid.
- Just like we have trillions of cells in our body, so can billions of 3bots live next to each other
- Each 3bot has memory, knows how to communicate, has knowledge, history, ...
- 3Botss like cells cannot live without a body = which is the network of the 3Nodes.
## This approach scales for ever
![](scaleout.png)
- There can be unlimited amounts 3Nodes and 3Bots (Digital Twins)
- There can be unlimited amounts 3Nodes and 3Bots
- There are no bottlenecks nor centralization points
- Our peer2peer network technology takes care of routing and security issues between the Twins and the TFNodes (3Nodes). The shortest paths is always looked for.
- Our peer2peer network technology takes care of routing and security issues between the Twins and the 3Nodes. The shortest paths is always looked for.