Skip to content
Snippets Groups Projects
Commit 8b5d1d17 authored by operrin's avatar operrin
Browse files

add warning about compilation on non-lab machines

parent 2f7935b0
No related branches found
No related tags found
No related merge requests found
...@@ -22,5 +22,6 @@ Once ready, you may begin developing your solution in `sender_subroutine.c`. ...@@ -22,5 +22,6 @@ Once ready, you may begin developing your solution in `sender_subroutine.c`.
## Helpful Notes ## Helpful Notes
- Some of the given .o files such as the CCITT16 CRC generation code may not compile on machines other than the ones in the Coover 2061 lab. However, you may use/implement your own CCITT16 CRC generator.
- When receiving a `NAK`, don't think too much into the received packet printed out by `receiver_subroutine.c`. After all, it _is_ a corrupted packet. - When receiving a `NAK`, don't think too much into the received packet printed out by `receiver_subroutine.c`. After all, it _is_ a corrupted packet.
- `sender.o` and `receiver.o` already set up the connection between the sender and receiver. - `sender.o` and `receiver.o` already set up the connection between the sender and receiver.
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