An open API service indexing awesome lists of open source software.

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

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