tox ngc history sync PoC1 (+ft for history)
This repository has been archived on 2023-01-13. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Green Sky e6803275a0
hs init recv logic, + fs send init ack (not tracking it yet)
2022-10-08 00:15:51 +02:00
README.md mirnor refactor 2022-10-03 03:54:16 +02:00
ngc_ext_common.cpp mirnor refactor 2022-10-03 03:54:16 +02:00
ngc_ext_common.h wip more refactoring 2022-10-03 01:15:49 +02:00
ngc_ext_common.hpp hs init recv logic, + fs send init ack (not tracking it yet) 2022-10-08 00:15:51 +02:00
ngc_ft1.cpp hs init recv logic, + fs send init ack (not tracking it yet) 2022-10-08 00:15:51 +02:00
ngc_ft1.h init ft (no ack or data yet) 2022-10-06 02:24:23 +02:00
ngc_hs1.cpp hs init recv logic, + fs send init ack (not tracking it yet) 2022-10-08 00:15:51 +02:00
ngc_hs1.h wip send file request 2022-10-03 23:33:08 +02:00

README.md

.h -> c header (public interface)

.hpp -> c++ header (private interface)

.cpp -> c++ source (private implementation)