You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Alexey
b501b69f64
|
3 years ago | |
---|---|---|
degeon | 3 years ago | |
degeon_core | 3 years ago | |
degeon_py | 3 years ago | |
examples | 3 years ago | |
images | 3 years ago | |
src | 3 years ago | |
.gitignore | 3 years ago | |
Cargo.lock | 3 years ago | |
Cargo.toml | 3 years ago | |
README.md | 3 years ago |
README.md
Ironforce + Degeon
IronForce is a peer-to-peer decentralized network, Degeon is a messenger built on it.
Ironforce
The Ironforce network:
-
Has messages encrypted and signed using RSA
-
Can build efficient tunnels between two nodes
-
Is anonymous: it's very hard to create a connection between a node's IP and its public key
-
Can be extended to support any interface, like Bluetooth or even radio
-
Can run on ARM microcontrollers
Degeon
Degeon is just a messenger built on IronForce to show its abilities.