Python-sockets Questions
Ad
How to use a socket created by root with a normal user
So i have this server: import socket sock = socket.socket(socket.af_unix, socket.sock_stream) sock.bind('/tmp/sock.sock')
Clients not receiving data from Server python
I am new to python. i am writing a server program and a client program. in here, server plays the role of distributing the data to the multiple
Send Continuous Data to Client from Server python
I am writing a program to send the data continuously to the client from the server. in here, i am using a timestamp for sample to send it to the
Python socket can not seem to make a connection
I'm trying to make a tcp chat on port 10 000, i have a linux server on which i'm listening : netstat report : tcp
Ad
Blog Categories
Ad