File tree Expand file tree Collapse file tree 1 file changed +2
-13
lines changed Expand file tree Collapse file tree 1 file changed +2
-13
lines changed Original file line number Diff line number Diff line change 44
55![ GitHub License] ( https://img.shields.io/github/license/jacklowrie/chordnet?logo=github )
66![ PyPI - Types] ( https://img.shields.io/pypi/types/chordnet?logo=pypi )
7-
8- ![ PyPI - Python Version] ( https://img.shields.io/pypi/pyversions/chordnet?logo=pypi )
9- ![ PyPI - Implementation] ( https://img.shields.io/pypi/implementation/chordnet?logo=pypi )
10-
117![ PyPI - Version] ( https://img.shields.io/pypi/v/chordnet?logo=pypi )
128![ PyPI - Downloads] ( https://img.shields.io/pypi/dm/chordnet?logo=pypi )
9+ ![ PyPI - Python Version] ( https://img.shields.io/pypi/pyversions/chordnet?logo=pypi )
10+ ![ PyPI - Implementation] ( https://img.shields.io/pypi/implementation/chordnet?logo=pypi )
1311
1412
1513Python implementation of the chord protocol, introduced by Stoica et al.
@@ -33,12 +31,3 @@ from chordnet import Node as ring
3331This fits with the concept of "joining" an existing ring network, or creating a
3432new one, (` ring.join(...) ` , ` ring.create() ` .
3533Examples follow this practice.
36-
37- ## High level roadmap
38- - [x] port over code from course project
39- - [x] set up repo/project workflows, including using ` uv `
40- - [x] add robust testing
41- - [x] Add type annotations
42- - [ ] make sure old mininet setup/raspi setups still work
43- - [ ] make sure nodes can run on a single computer (same IP, diff't ports)
44- - [ ] refactor to use asyncio
You can’t perform that action at this time.
0 commit comments