proof of concept history sync for tox ngc
Go to file
Green Sky c70026159f
initial commit
2023-01-13 17:18:13 +01:00
LICENSE initial commit 2023-01-13 17:18:13 +01:00
README.md initial commit 2023-01-13 17:18:13 +01:00
ngc_hs1.cpp initial commit 2023-01-13 17:18:13 +01:00
ngc_hs1.h initial commit 2023-01-13 17:18:13 +01:00
ngc_hs1.hpp initial commit 2023-01-13 17:18:13 +01:00

README.md

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

uses tox_ngc_ext for custom packets (gossip)

ngc_hs1.h is the public c interface

the .hpp is private