From 57bb6a408e6a23c3e04f1f025e3528dfa1605e54 Mon Sep 17 00:00:00 2001 From: esc2 <esc2@illinois.edu> Date: Mon, 4 Feb 2019 23:19:37 -0600 Subject: [PATCH] Update README.md --- README.md | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2abc450..591f694 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,23 @@ This is the code submission for Elliot Couvignou -To run this program all you need to do is: +:::WINDOWS::: +to run this progrom all you need to do is: +0. Open cmd +1. type gcc Distinguish.c to compile +2. type a.exe to run the program +3. enter size of packet +4. enter each index (0x__) separated by enter presses +5. check my result :) + + +:::FOR LINUX::: +To run this program all you need to do is: +0. Open a terminal 1. type make to compile (in the correct directory) 2. type ./test to begin -3. enter the packet data to distinguish (uint8_t 1D array) -4. check my result :). +3. enter size of packet +4. enter each index (0x__) separated by enter presses +5. check my result :) if for some reason things dont work try /make clean and repeat the steps. -- GitLab