https://github.com/green-sky/tox_ngc_hs1
proof of concept history sync for tox ngc
https://github.com/green-sky/tox_ngc_hs1
Last synced: 8 months ago
JSON representation
proof of concept history sync for tox ngc
- Host: GitHub
- URL: https://github.com/green-sky/tox_ngc_hs1
- Owner: Green-Sky
- License: mit
- Created: 2023-01-13T16:15:03.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-01-13T16:18:17.000Z (over 2 years ago)
- Last Synced: 2025-01-11T00:24:02.229Z (9 months ago)
- Language: C++
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NGC history sync prototype/PoC
very experimental and not for production
it uses just the peer_key and pseudo message id to gossip and request using [filetransfers](https://github.com/Green-Sky/tox_ngc_ft1)
uses [tox_ngc_ext](https://github.com/Green-Sky/tox_ngc_ext) for custom packets (gossip)
`ngc_hs1.h` is the public c interface
the .hpp is private