Answered step by step
Verified Expert Solution
Question
1 Approved Answer
11. Write a trivial command-line tool that will retrieve the barcode image from the assignment coverpage form, for your student number, into a file named
11. Write a trivial command-line tool that will retrieve the barcode image from the assignment coverpage form, for your student number, into a file named .png (e.g. ef99ab.png) Don't worry about making it adaptable to other student numbers/usernames The point is to retrieve yours Include both the script and the retrieved image with your submission It doesn't matter whether it's a Bash script, a python script, a C program, etc., so long as the marker can easily verify on either one of the Kali installations or sandcastle, from the command-line o Include instructions if you're at all concerned about the marker understanding how to use it Note that forming the HTTP requests yourself isn't required, but might be easiest You can't rely on a barcode image definitely existing unless you've first accessed the page/form. 11. Write a trivial command-line tool that will retrieve the barcode image from the assignment coverpage form, for your student number, into a file named .png (e.g. ef99ab.png) Don't worry about making it adaptable to other student numbers/usernames The point is to retrieve yours Include both the script and the retrieved image with your submission It doesn't matter whether it's a Bash script, a python script, a C program, etc., so long as the marker can easily verify on either one of the Kali installations or sandcastle, from the command-line o Include instructions if you're at all concerned about the marker understanding how to use it Note that forming the HTTP requests yourself isn't required, but might be easiest You can't rely on a barcode image definitely existing unless you've first accessed the page/form
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started