NTHU ICTN Final Project Code exmaple
- Read this code, know how it does and then write what you learn on your report
- Add delay function to control download and upload rate. User can assign upload or download rate when a proxy begins running
- You must not share what you do with other teams, or you will get zero.
- If you can improve this code and write what you do in report, you will get bonus.
With simple browser
You can click Download ZIP
to download a zip file directly
With Git
- install Git on your system.
- open command prompt
- input
git clone https://github.com/HSNL-TAs/2015-ICTN-Final-Project-FTP-Proxy.git FTP-Proxy
$ gcc FtpProxy.c -o proxy
$ ./proxy <ProxyIP> <ProxyPort> <Rate>
Please note that your proxy should control the transmission rate by given <Rate>
.
You can access the parameter Rate
through argv[3]
.
Feel free to ask questions here or on the ilms forum