python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Problem in Thread synchronization for sockets in Java Android
I am writing two types of packets to a PLC which responds by sending different packets for each type of input packets. I am using socket class with two different threads to achieve this i.e. one threa...
user3323171
Votes: 0
Answers: 1
Is there a way to retain boolean value changed inside of an ActionListener once it's been changed inside the ActionListener?
i'm trying to make a poker game for a school project and im having particular difficulty changing this one variable. My code uses a while loop in the main of my class to handle data coming from the se...
rosalinaSpeedy
Votes: 0
Answers: 0
Send img from pi using python sockets to display in real time using cv2 on windows
I'm trying to send images from my pi to windows so I can use yolo on windows then send code back to my pi to control my robot.
I can't display the pictures sent by the pi on my pc in real time because...

Steven Cornect
Votes: 0
Answers: 1
Read Brodcast (ff02::1) msg python socket
i have this code to read a msg from a client.
import socket
# UDP_IP = 'fd53:7cb8:383:2::10'
UDP_IP = '::'
UDP_PORT = 13400
# create socket
sock = socket.socket(socket.AF_INET6, socket.SOCK_DGRAM)
so...
Francisco Alvarez
Votes: 0
Answers: 0