Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
sbrout.c | 2014-12-21 | 16.3 kB | |
aslist.c | 2014-12-21 | 11.6 kB | |
gl_vars.c | 2014-12-21 | 3.9 kB | |
intf.c | 2014-12-21 | 10.9 kB | |
macs.c | 2014-12-21 | 31.8 kB | |
macs.h | 2014-12-21 | 8.7 kB | |
main.c | 2014-12-21 | 8.9 kB | |
plse.h | 2014-12-21 | 3.1 kB | |
README.txt | 2014-12-21 | 607 Bytes | |
Totals: 9 Items | 95.8 kB | 0 |
This project is currently in a 1st implementation stage. It may not compile yet, and needs some checkup to be done before working. It's based on the same principle as the PLSE implementation; it uses named pipes for communication between layers. main.c OS interface and named pipes management macs.c state machine and dependend routines intf.c passing the packets between MACS, PLSE and LLC through pipes sbrout.c routines left to user for implementation gl_vars.c global variables aslist.c association lists macs.h constants and structures plse.h constants and structures