Category "client-server"

How to read each char sent by Putty at Java server?

After forcing off the "Local line editing" at Putty (Raw mode), all chars typed are sent to the server without the Enter (checked it with Wireshark). I have thi

Python: AttributeError: 'int' object has no attribute 'isalpha'

I'm looking to create a Caesar's Cipher function in python using client/server. The client sends a message with a key and the server encrypts it. Server Code:

Send client side data Queue to server side through Tcp/IP

I wanna send data from client to server. There are two queues. in client side and in server side. I want to my client to be connected to the server and send all

Intercept Tkinter "Exit" command?

I'm writing a client-server program in Python with Tkinter. I need the server to keep track of the connected clients. For this, I would like to have the clien