View Source Bbox (bbox v0.1.0)

Bbox is a descentralized voting system. Uses asymmetric cryptography and p2p network.

Link to this section Summary

Functions

Listen only

Listen and connect to a peers.

Send message to a peer.

Link to this section Functions

@spec listen!() :: pid()

Listen only

@spec listen!(list()) :: {String, ExP2P.Connection}

Listen and connect to a peers.

@spec send!({String, ExP2P.Connection}, charlist()) :: String

Send message to a peer.