initial commit

This commit is contained in:
2023-01-13 17:10:45 +01:00
commit c70026159f
5 changed files with 1039 additions and 0 deletions

12
README.md Normal file
View File

@@ -0,0 +1,12 @@
# 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