Assignment 1 COMP30023 Computer Systems
The goal is to have implemented the functionality of:
- TCP communication - done
- URL parsing - done
- HTML parsing - done
- Web crawling - done
- Content-type and trancated response checking - done
- Correctly respond to status codes 200, 404, 410, 414, 503, 504 - done
- Redirection and authentication - done
$ make
$ ./crawler <URL>Brodie Daff
Makefilewas adapted from http://www.cs.colby.edu/maxwell/courses/tutorials/maketutor/client.cwas adapted from COMP30023 workshop 4.- Uses Gumbo HTML Parser by Google.