Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 1 KB

README.md

File metadata and controls

27 lines (16 loc) · 1 KB

DHT DKS

Description

DHT implementation based on Distributed k-ary System (DKS).

Generate State and Sequence Diagrams

Download PlantUML from its download page. After that just run following command from root directory of this repository:

$ java -jar plantuml.jar 'src/**.hs' -o "`pwd`/doc/img"