prototype ngc custom packet multiplexer
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Green Sky 2b186a3071
missing include
4 months ago
LICENSE initial commit 4 months ago
README.md initial commit 4 months ago
ngc_ext.cpp missing include 4 months ago
ngc_ext.h initial commit 4 months ago
ngc_ext.hpp initial commit 4 months ago

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