Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: cyli
  • Content: Threads
  • Order by date
  1. cyli

    After connecting with socket and sending data, unable to recv

    I'm trying to write a little script to send data to another machine, and just read any message I get in return. so I do something like: import socket import select s = socket.socket(AF_INET, SOCK_STREAM, IPPROTO_TCP) s.connect((<host>, <port>)) s.send('sometext') [input...

Part and Inventory Search

Back
Top