prototype ngc custom packet multiplexer
Go to file
Green Sky 026bf080c3
move packet ids around
2023-08-06 18:35:02 +02:00
LICENSE initial commit 2023-01-13 16:43:26 +01:00
README.md initial commit 2023-01-13 16:43:26 +01:00
ngc_ext.cpp missing include 2023-01-16 17:05:10 +01:00
ngc_ext.h initial commit 2023-01-13 16:43:26 +01:00
ngc_ext.hpp move packet ids around 2023-08-06 18:35:02 +02:00

README.md

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