Shadow Network Framework
0.0.2-alpha
C Server Library for Shadow Network Framework
|
The C Library for the Server side of Shadow Network Framework contains headers that could be split onto two categories
The independent headers do not require you to use anyother header file nor use any SNF related file, you could use them on your own
Those headers serve their own purpose:
these headers expose the core nessecities for this framework and what allows it to run the protocol, if you're starting to get around with SNF then it is recommended to know and configure them on the order (from top to buttom):
<SNF/vars.h>
<SNF/opcode.h>
<SNF/request.h>
<SNF/network.h>