File tree Expand file tree Collapse file tree 1 file changed +5
-40
lines changed Expand file tree Collapse file tree 1 file changed +5
-40
lines changed Original file line number Diff line number Diff line change @@ -78,46 +78,11 @@ cargo clippy --all --tests
78
78
- more
79
79
80
80
## 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.
121
86
122
87
123
88
## Authors
You can’t perform that action at this time.
0 commit comments