python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Write to existing tcp socket over telnet/ssh in Go on Windows
I am attempting to write/print text to the screen from a Go program launched from another console/terminal application--a "door" program that launches from an old-school Bulletin Board Syste...

Robbie
Votes: 0
Answers: 1
set time for check connection tcp client PYTHON:TWISTED
Im creating an application to receive data from multiple iot devices
Each iot device has a socket server
so i need to create multi socket client
Im using Twisted library for create multiple socket cli...
mohsen Salari
Votes: 0
Answers: 0
TcpSocket bind to eth0 ipv6 address returns { code: 22, kind: InvalidInput, message: "Invalid argument" }
By trying to bing local routable IPv6 address(provided by eth0 and starting with fe80::) I get { code: 22, kind: InvalidInput, message: "Invalid argument" }
fn foo() {
let d = TcpSocket:...

Martin Ayvazyan
Votes: 0
Answers: 0
How do I handle 50 clients to server using multithreading
I am using TCP socket for server and client communication. The clients are multiple raspberry pi and server is on window. My clients only connect to server when they want to sent the message. client a...
Elly
Votes: 0
Answers: 1