From f1ad579606f34f56691214abacf22d3216c62dc9 Mon Sep 17 00:00:00 2001 From: esc2 <esc2@illinois.edu> Date: Mon, 4 Feb 2019 17:26:56 -0600 Subject: [PATCH] Add README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..60ae2ef --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +This is the code submission for Elliot Couvignou + +To run this program all you need to do is: + +1. type /make to compile +2. type ./test to begin +3. enter the packet data to distinguish (uint8_t 1D array) +4. check my result :). + -- GitLab