...

/

Running The UDP Server & Client Together

Running The UDP Server & Client Together

We've spent the last few lessons writing code for a very basic client and a server. Let's see these in action in this lesson!

We'll cover the following...

Connecting the Two

We’ll run both together in one file called udp.py instead of running them separately. We’ve written some python code in the main function that allows you to specify which function you want the code to run, the server or the ...