Echt Dezentrales Netz/modules: Unterschied zwischen den Versionen

Aus C3D2
Zur Navigation springen Zur Suche springen
(added motivation)
Zeile 4: Zeile 4:
We could check and exchange parts more easily to reach better performance, security and privacy.
We could check and exchange parts more easily to reach better performance, security and privacy.
What needs to be done?
What needs to be done?
The definition of the module interfaces.
 
'''The definition of the module interfaces.'''


This page aims to identify modules of equal or similar purpose such as Distributed Hash Tables (DHT), Crypto Routing, "Consensus"  of [[Echt_Dezentrales_Netz/en#Recherche |these]] p2p-projects.
This page aims to identify modules of equal or similar purpose such as Distributed Hash Tables (DHT), Crypto Routing, "Consensus"  of [[Echt_Dezentrales_Netz/en#Recherche |these]] p2p-projects.

Version vom 19. August 2015, 23:53 Uhr

The definition of the module interfaces

What if we played Lego with software? We could check and exchange parts more easily to reach better performance, security and privacy. What needs to be done?

The definition of the module interfaces.

This page aims to identify modules of equal or similar purpose such as Distributed Hash Tables (DHT), Crypto Routing, "Consensus" of these p2p-projects. Please define or link their interface in order to prepare the module specific <NAME> congress meetings at the 32C3. For that reason the modules` developer(s) shall write to the edn-list declaring their nick, project and module. You get the lists public key by sending an empty message to.


The interface can be defined by:

  • possible methods plus explanation of its usage.
  • calls
  • signature/arguments
  • results (types, exceptions)
  • optional protocol of an order of function calls