Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vikstrous/gotox
[wip] a re-implementation of toxcore in go
https://github.com/vikstrous/gotox
Last synced: 4 days ago
JSON representation
[wip] a re-implementation of toxcore in go
- Host: GitHub
- URL: https://github.com/vikstrous/gotox
- Owner: vikstrous
- License: agpl-3.0
- Created: 2015-09-05T22:44:45.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-26T03:51:47.000Z (about 9 years ago)
- Last Synced: 2025-01-02T03:42:16.127Z (8 days ago)
- Language: Go
- Homepage:
- Size: 5.17 MB
- Stars: 7
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Circle CI](https://circleci.com/gh/vikstrous/gotox.svg?style=shield)](https://circleci.com/gh/vikstrous/gotox) [![Coverage Status](https://coveralls.io/repos/vikstrous/gotox/badge.svg?branch=master&service=github)](https://coveralls.io/github/vikstrous/gotox?branch=master)
# gotox
A re-implementation of [toxcore](https://github.com/irungentoo/toxcore.git) in Go. WIP.
TODO:
* [ ] complete TODO list
* [ ] DHT packet seralizers
* [x] Ping/Pong
* [x] GetNodes
* [x] SendNodes
* ...
* ...