IronForce is a decentralized network, Degeon is a messenger built on it
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 c712b5a7be The send button in interface 3 years ago
degeon Move degeon protocol and worker into degeon_core 3 years ago
degeon_core Move degeon protocol and worker into degeon_core 3 years ago
degeon_py The send button in interface 3 years ago
examples Wrote TestInterface 3 years ago
images Images 3 years ago
src Documentation and serialization 3 years ago
.gitignore Create project 3 years ago
Cargo.lock Move degeon protocol and worker into degeon_core 3 years ago
Cargo.toml Move degeon protocol and worker into degeon_core 3 years ago
README.md README, images 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.