Can I have some links or help on the following topics related to socket programming in python and GUI for the program on Django? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Can I have some links or help on the following topics related to socket programming in python and GUI for the program on Django?

The fundamental requirement of this project is to implement error control protocols by using Stop- And-Wait (SAW) and Go-Back-N (GBN) mechanisms, respectively. Please refer to our class lectures for the details of the SAW and GBN mechanisms. 4. Your team will communicate and design the details of the protocol first. It may include, but not limited to, maximum payload size, header size, number of fields, order and size of the different fields, different possible code values for certain fields, and message sequencing. 5. After your team finished the protocol design, your team will implement the protocols independently. Your programs should be able to communicate with each other based on SAW to SAW and GBN to GBN. 6. Your program will use UDP segment as an underlying unreliable channel and put your protocol data unit (including header and payload) in the payload of the UDP segment. 7. To simulate the packet loss we will use pseudo random number to control that.?

26th Jun 2022, 2:39 PM
ROYALE LEGEND
8 Answers
+ 1
Why not use a search engine? You'll get what you want or need faster rather than waiting on someone else to do the same.
26th Jun 2022, 2:47 PM
Justice
Justice - avatar
+ 1
Hi ROYALE LEGEND :) Is this homework or exam question? (referring to the sentence before the 4th point)
26th Jun 2022, 3:15 PM
Sandeep
Sandeep - avatar
+ 1
Thnx for the help
26th Jun 2022, 5:01 PM
ROYALE LEGEND
0
Well I tried the search engine but didn't find much through it
26th Jun 2022, 2:51 PM
ROYALE LEGEND
0
Project
26th Jun 2022, 3:18 PM
ROYALE LEGEND
0
ROYALE LEGEND okay :) Can your clarify: - Is this task complete (as it starts from point 4) - where exactly you need help (as this project seems to be big)
26th Jun 2022, 3:30 PM
Sandeep
Sandeep - avatar
0
The task is complete the points before it are regarding members and stuff so they are kind of irrelevant with the project so I skipped them. I want help or few references about socket programming with protocols and how to use django to develop an app if possible. I searched it but not find much regarding what I was looking for ( need references where I could learn all this stuff ASAP) .
26th Jun 2022, 3:37 PM
ROYALE LEGEND
0
ROYALE LEGEND You can try 'telusko' django tutorial. I am still learning python and don't know socket programming, therefore I won't be able to help you in that Django: https://youtube.com/playlist?list=PLsyeobzWxl7r2ukVgTqIQcl-1T0C2mzau Good luck for your project :)
26th Jun 2022, 4:59 PM
Sandeep
Sandeep - avatar