Skip to content

Commit 2b9a73e

Browse files
committed
chore(readme): add link to tox-rs/tox-node
1 parent 2a6d088 commit 2b9a73e

File tree

1 file changed

+5
-40
lines changed

1 file changed

+5
-40
lines changed

README.md

Lines changed: 5 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -78,46 +78,11 @@ cargo clippy --all --tests
7878
- more
7979

8080
## Progress
81-
*Not listed items are on TODO*. If you're interested in them arriving sooner,
82-
consider helping :wink:
83-
84-
- [ ] implementing toxcore
85-
- [ ] DHT Node
86-
- [x] ping requests & responses
87-
- [x] nodes requests & responses
88-
- [x] CookieRequest
89-
- [x] CookieResponse
90-
- [x] CryptoHandshake
91-
- [x] CryptoData
92-
- [x] LanDiscovery
93-
- [x] OnionRequest[0,1,2]
94-
- [x] OnionResponse[3,2,1]
95-
- [x] OnionAnnounceRequest & OnionDataRequest
96-
- [ ] OnionAnnounceResponse & OnionDataResponse (need onion client)
97-
- [x] BootstrapInfo
98-
- [x] NAT ping requests & responses
99-
- [ ] TCP Relay
100-
- [x] Handshake
101-
- [x] RouteRequest
102-
- [x] RouteResponse
103-
- [x] ConnectNotification
104-
- [x] DisconnectNotification
105-
- [x] PingRequest
106-
- [x] PongResponse
107-
- [x] OobSend
108-
- [x] OobReceive
109-
- [x] OnionRequest
110-
- [x] OnionResponse
111-
- [x] Data
112-
- [x] toxencryptsave (aka TES)
113-
- [x] Rust API
114-
115-
It will be a subject to changes, and most likely parts that are currently
116-
public will at later point become hidden. That though depends on the needs.
117-
- [x] Documentation
118-
- [x] Simply great. Further improvements in progress.
119-
- [x] tests
120-
- [x] tests cover almost all functionality
81+
82+
A fully working tox-node written in pure Rust with a DHT server and a TCP relay
83+
can be found [here](https://github.com/tox-rs/tox-node).
84+
85+
Right now we are working on the client part.
12186

12287

12388
## Authors

0 commit comments

Comments
 (0)