12.07.2015 Views

Socket

Socket

Socket

SHOW MORE
SHOW LESS
  • No tags were found...

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Using User Datagram Protocol■ Thus far, this chapter has focused on TCPcommunications, but you can also communicateusing UDP■ UDP communications almost never use file-likeobjects because they tend not to providesufficient control over how data is sent andreceived.Try it out !Enter data to transmit:Hello, echo server. How are you today?Looking for replies; press Ctrl-C to stop.Received: Hello, echo server. How are you today?Traceback (most recent call last):File "C:\Python27\ch2-part6.py", line 19, in buf = s.recvBO48)Keyboardlnterrupt

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!