hyperpy / simple-hypercore-protocol

The Hypercore protocol state machine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

simple-hypercore-protocol

Build Status

The Hypercore protocol state machine

Work In Progress

Install

$ pip install simple-hypercore-protocol

Example

from simple_hypercore_protocol import messages

print(messages.Request(index=0))

Output:

index: 0

About

The Hypercore protocol state machine

License:GNU General Public License v3.0


Languages

Language:Python 100.0%