initial commit

This commit is contained in:
2023-01-12 19:59:15 +01:00
commit c947915389
5 changed files with 314 additions and 0 deletions

13
README.md Normal file
View File

@@ -0,0 +1,13 @@
# NGC custom packet multiplexer
uses a single leading byte in custom packets to determain which callback to call
`ngc_ext.h` is the public c interface
## TODO:
- make c only
- merge .hpp into .h
- move .cpp to .c
- public/private packet