Instructions for submitting project 4§
- Upload to
p4
viasubmit.py
or the submission page a tarfile containing:
- partner.json
- src/
- Makefile
- fuzzing.tar (optional, extra credit)
- ... and all other files
- Large submissions may get rejected. Be sure to remove extra files before creating the archive:
make clean
rm -r fuzz_out_* fuzz_root _serverroot_ server-fuzz
partner.json
is a JSON array containing the pids of partners as strings, for example:
["ericrw96", "scott"]