Problem I’d like to have this code looked over because I feel my approach might be very novice and there […]
Tag: tcp
Latency problem for keyboard remoting from Android phone
Problem I’m writing a simple remote PC app (mouse-keyboard). Android is client and is connect with WiFi to Java PC […]
Basic TCP server application in C# using async / await [closed]
Problem Closed. This question is off-topic. It is not currently accepting answers. Your question must contain working code for us […]
Simple TCP Client in C++
Problem I’ve been experimenting with TCP clients in C++ and I really wanted to get some feedback on my code […]
Creating a TCP Listener and receiving data
Problem I am very new to network programming and I’m thinking I have probably misconstrued the creation of an appropriate […]
Read HTTP header from TCP socket
Problem I’m growing a web server in Haskell that interfaces with TCP sockets using network. To read the HTTP header […]
Custom TcpListener
Problem I have only been coding C# for a short time and I can’t say I’m an expert but I […]
Read framed nested sensor data from memory stream
Problem I’m implementing a TCP client to read data from a sensor. The sensor sends messages to connected clients framed […]
Simple TCP server using TPL
Problem I have a working C# code of a TCP server that runs inside a windows service. It accepts incoming […]
Threads listening on TCP and rendering in a loop
Problem I have two threads, where one listens on TCP and the other renders in a loop: private void checkBox1_CheckedChanged(object […]