probe-lab / go-kademlia

Generic Go Kademlia implementation
Other
18 stars 4 forks source link

Explore state machine execution model #65

Closed iand closed 1 year ago

iand commented 1 year ago

Example is in examples/statemachine, run demo with go run .

Only the simplest happy path is implemented to demonstrate the idea.

Key points of approach

iand commented 1 year ago

Refactored to be a standalone example. Merging as discussed in Paris.