redNET networking suite
Go to file
Tristan B. Kildaire 3f074bf9a9 Moved processing code for receive queue to redprocessor.h 2020-10-08 09:34:50 +02:00
src Moved processing code for receive queue to redprocessor.h 2020-10-08 09:34:50 +02:00
.gitignore Initial commit 2020-08-31 18:01:41 +02:00
LICENSE Initial commit 2020-08-31 18:01:41 +02:00
README.md Update README.md 2020-09-14 12:28:13 +02:00

README.md

redcore

redNET networking suite

Build

To build redCore (the userspace network engine) do the following:

make redcore

To build redCtl (the controm program for redCore) do the following:

make redctl

To build the send tester do the following:

make testSend