Skip to content
Snippets Groups Projects
Commit 57bb6a40 authored by esc2's avatar esc2
Browse files

Update README.md

parent a9c4c752
No related branches found
No related tags found
No related merge requests found
This is the code submission for Elliot Couvignou 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) 1. type make to compile (in the correct directory)
2. type ./test to begin 2. type ./test to begin
3. enter the packet data to distinguish (uint8_t 1D array) 3. enter size of packet
4. check my result :). 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. if for some reason things dont work try /make clean and repeat the steps.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment