Module 02 UDP Server and Client communication (Socket Programming with Python)

preview_player
Показать описание
This video series is to learn socket programming with python, to understand socket programming in an easy way, to understand how data communication takes place across the network.
In this module, you can understand how UDP protocol communicates between two hosts across the network.
If you have any comment or question, pls send me an email.
Please like, subscribe and share to your friend if this is informative to you.
Рекомендации по теме
Комментарии
Автор

you have explained very well !! thanks

priyanshgupta
Автор

How can I send IP adresses inside of a text file as hostnames from client side.

f = open("targethosts.txt", "r")
for l in f:
ipadress = l

, (ipadress, serverPort))

I have an error: getaddrinfo() failed. But If I set like a '127.0.0.1', it is OK.

huseyin
Автор

Where did you write the client part? since it doesn't look like you write it on python shell

rubiolivares
Автор

Where is TCP server/client ? Give me a link.

samyaktjain
Автор

You used ".connect" and so this is not a UDP client/server connection.

njacksonkc
join shbcf.ru