-2
votes
1answer
37 views

TCP Socket on Android can't be opened [closed]

I'm trying to build a TCP Socket connection to a server in Android. After creating the socket the code is running into a null exception. I've already tried to run the code in a Java-Application and ...
1
vote
1answer
86 views

Delphi Indy 10 Disconnection issue

What i am doing: My server sends data by going through the context list and after it locks on to the specific client it sends that client data, and it expects a reply which we handle in this ...
0
votes
0answers
44 views

TCP connection thread for reading and writing and receiving event messages in java

I'm new to Java and TCP in general. I have the following scenario where I send a request to a tcp server and I receive a reply directly, then the server will send an unsolicited event message later. ...
0
votes
0answers
30 views

C# XNA Keeping the client and server insync

I'm attempting to create a fast paced online game and I'm having trouble keeping the client and server in sync smoothly. I guess I mostly just want to check that the way I'm doing it is correct, and ...
0
votes
2answers
22 views

there is a limitation of client socket connection

I made a tcp/ip echo server by using kqueue on a unix(OSX) machine.It desinged to open 100 tcp/ip ports and accept 4000 clients per port.I made about 230,000 connections by using 15 another machines. ...
0
votes
0answers
35 views

TCPOpen or TCPOpenClient to a device's own ip and port on Microchip PIC32 Ethernet Starter Kit (ESK)

is there anyone who knows how to (or has patches for the TCPIP Stack libraries version 5.42 or 6.0.0.2 that enables one to) open a TCP client socket connected to a TCP server socket hosted on the same ...
0
votes
2answers
316 views

Java Socket Write Error

I'm getting a "Socket Write Error". While scouting around on StackOverflow I found some suggestions for using flush(); method to send bytes through the stream. The problem I'm having is that after ...
0
votes
0answers
490 views

Android TCP client socket

In my server I send to socket an infinite cycle of ("number: %d\n",i). And, at each cycle, I increase the number by one. I then use the following code to receive it in the android device (which is the ...
-1
votes
1answer
52 views

client/server http requests sockets

I need to create a client website with a button that, once it's been clicked, sends an http request to a web server. The web server then connects to a TCP socket. Through the client page I should be ...
6
votes
4answers
187 views

c# System.InvalidOperationException

General I'm trying to write a very simple TCPIP client server in C# to connect to an IP Address, with a port number, and ask quite simple line commands, and then place the replies in a Gridbox, ...
0
votes
0answers
164 views

Testing IPERF. Why UDP throughput decreases in the client side when you open a TCP connection?

I am testing my Wifi network with three nodes with the same specifications (Node 24,76 and 78) *The maximum bandwidth of the wireless connection is around 12Mbps This is my scenario and results ...
1
vote
2answers
99 views

Client channel is not in writable state(NIO) Netty

client channel is not in writable state in netty . Can any experts guide me to find-out the reason why the channel is always not in writable state? since it is not in writable state our threads are ...
0
votes
1answer
66 views

Detecting loss of connection

I have a client and a server program in java. The server is sending data to the client over wifi. A break of wifi connection at the client causes it to throw an exception and get out of the receive ...
0
votes
0answers
78 views

Data Loss TCP/IP in C

In a client server model, the queued message is lost when the same client socket descriptor is used for both transmission and reception. I am using TCP/IP communication protocol and it is done in C ...
1
vote
2answers
134 views

TCP ZeroWindow Issue C#

i have been writing a file server/client application in c# and it appeared to be working but then i realized the the stream was not being advanced and the client kept failing to receive from the ...
0
votes
1answer
416 views

no route to host

I wrote apss to mu Phone with Android. I debug it on phone. I try to connection with serwer wrote in C# but every times where I try to connect I have exception no route to host I add to manifest ...
0
votes
2answers
81 views

Get clients on the network discover the server

I'm currently writing a Java application that uses TCP/IP to communicate. What i'm trying to accomplish is to get the client to easy find the server and connect by sending some message out. The ...
0
votes
1answer
32 views

TCPsending crashes the App if server is down

i wrote a Server for our global Leadbord which actually works now. I can send data to it if it's active. But if it's down my app does not stop. I dont get a solution for it i hope you can help me. ...
0
votes
0answers
169 views

C# tcp protobuf-net client, connecting to protobuf netty server [closed]

I made a protobuf tcp netty server, and now I am working on a C# client. What is the best way to implement such client? I found the protobuf-net but I have no idea how to use it. I am looking for ...
1
vote
2answers
567 views

VB.Net Server & Java Client (Socket) Send & Receive Text

I am new to Java programming I wrote a simple Server(VB.NET) / Client(Java) program. Text from Java is send successfully to VB.Net but Response from VB.Net is not received in Java Am I missing ...
1
vote
0answers
77 views

remote view android similar to vnc

I know this will seem odd. I am wondering is there a way I can stream my android homescreen TO my desktop, Sure I can download vnc, and do that. But I want to make my own and learn how to do it. I did ...
3
votes
1answer
986 views

Netty Client to Server message

This is actually my first post on here and I have been trying to figure this out for some time but I am finally calling in the flag and going to try to get some help on this topic. So I have a Client ...
0
votes
1answer
113 views

How to get file descriptor for the port on which tcp client has been bound in twisted

How can I get the file descriptor for the port on which the client has been bound. I want this to share the port in between different processes. I am able to get the file descriptor for the tcp ...
-1
votes
1answer
190 views

java nio socketchannel: client to multiple servers

my project is actually pretty basic, but I just can't find the right information for it (ie: I can only find how to create a server that accepts multiple clients). The idea is quite simple: I want to ...
1
vote
1answer
782 views

Java TCP Client/Server

I have a problem which I do not know how to proceed further in Java TCP socket issue. So far as what we can get from the Internet, it's not hard to get quite a number of working solution for TCP ...
0
votes
2answers
528 views

boost::asio tcp async_accept handler not being called but synchronous connect works fine

I have a TCP Client where calling a regular connect on a tcp socket works fine. However, the call to async_connect never fires the handler. They both use almost the same code. The difference is ...
0
votes
3answers
172 views

Android TCP Client Incorrect

"I have a simple client running and it connects to my server; however, after connecting i cant receive back any data. I'm guessing something needs to be put into a while loop so the thread doesnt ...
1
vote
1answer
175 views

How to handle TcpClient disconnect from TcpListener

I have a client using TcpClient and a server using TcpListener. When the client disconnects from the server, how do i handle this? And what if the program crashes, how do i handle the disconnect then? ...
0
votes
2answers
82 views

For each Tcp Connection i have to a server, how do i manage each individually?

Say i have a server that listens to a TCP Port (through TcpListener), and i have five different connections to that server (through TcpClient). How would i go about sending information through streams ...
0
votes
1answer
598 views

TCP both Client and Server on the same PC

I'm trying to implement a small tcp based application in C#. I'm new to TCP programming. The app is really simple. It's a client/server scenario, which support max 2 clients. One client will be an ...
0
votes
1answer
1k views

Simple Server/Client Socket connection?

I am writing a java socket where a server runs and a client connects to the server and the server can read from the clients command line. First I wanted to connect to the server, here`s the code: ...
0
votes
2answers
169 views

Reading the socket buffer

I am attempting to write an FTP Client and I need to print out the server response to my commands. One of these commands is STAT. The server returns the response and as I understand it the response is ...
0
votes
0answers
352 views

Modbus TCP Client with modbus4j [closed]

I would to read some %MW of Modicon M258 (Schneider) controller using the modbus4j library. This controller is Modbus TCP server and I need to build a TCP client. I do not have a lot of experience ...
1
vote
2answers
108 views

TCP message not received more than 1 time

class SomeUI { SocketMessageSender messageSender; // ensure that its initialized ... private void bSendMessageActionPerformed(java.awt.event.ActionEvent evt) { try { // ...
0
votes
2answers
398 views

PHP - TCP client using fgets to get data/chat from the server doesnt work

to begin with the fputs works for sending chat from the PHP site to this gaming server. But when I use fgets to get all the chatlogs from the server it doesnt return it, bascially for example when I ...
1
vote
0answers
238 views

PHP TCP Client cannot connect to the server

I have made gathered some examples of connecting the TCP clinet to the server and changed the IP but I don't really know whats the error in my code because it should work and the server is online as ...
0
votes
3answers
2k views

Difference between TCP Listener and Socket

As far as i know i can create a Server using both TCPListener and Socket so what is the difference between the two of them Ex.Socket private Socket MainSock; MainSock = new ...
1
vote
1answer
179 views

Ruby TCP/IP Client Threading

I'm using ruby socket for a simple ping-pong scenario. (The client is sending a string to the server, and the server is sending the string back - that's all) Simple Client: socket = TCPSocket.new ...
1
vote
1answer
409 views

Thread pool multiclient TCP (Messagehandling)

I have just learned that you can use a Thread pool for multi client TCP-connections, I have an C# application today that I like to implement this to. I have read some, for example the first answer to ...
0
votes
1answer
120 views

Using A Third Party Application To Send Data To An Already Open TCP Connection?

I am running a client program that communicates with a server using TCP sockets. When I start the client it immediately creates a socket connection with the server and does not close the connection. ...
1
vote
3answers
871 views

Event driven TCP Client

Please get me going in the right direction. I want a event-driven, windows, c#, tcp client. When there are at least 35 bytes in the read buffer, I want a handler to be called that will read those 35 ...
0
votes
3answers
529 views

bidirectional tcp socket problems in C

I'm trying to implement a TCP client in C which needs to work as follows: Ability to open a connection to a given server Ability to send arbitrary data to the server through the established ...
0
votes
0answers
370 views

android: how to fix app force close while send data

i am new in android programming, i try to develop an app using eclipse. i made an app as a client to send data into the server. my server is a console using C languange. so far there's no errors in my ...
1
vote
1answer
567 views

PHP tcp connection to Java server hangs on socket_read()

I'm trying to create a PHP client to connect to a simple java server, send some data, and receive a response back. The java server responds fine when interacting with a simple client coded in Java, ...
0
votes
2answers
147 views

Having a bit of trouble tcp connecting in Android Client

This might be a complex problem with my application but I'll do my best to describe it as accurately as I can. I am making an Android Client and making use of a couple of helper classes someone else ...
-1
votes
1answer
766 views

File transfer over socket using JAVA

I was searching a code in java for sending multiple files over a socket, I found this code which consists of a TX main, a RX main and a class for all the dirty work I assume. Code runs with no errors ...
0
votes
1answer
180 views

Display Web Interface by entering IP of LAN computer

So basically, I have a software which can consist of 1 to many clients and 1 to many servers. I want to create a web interface for my server side software. A client should be able to get their server ...
0
votes
0answers
240 views

Unable to read TCP socket hex message from PHP

There is a server application implemented in c#. I'm trying to implement a client application in PHP. Once I establish a handshake with the server, it will send a message containing the following hex ...
1
vote
1answer
521 views

problems with TCP clients and sockets

Background : my application has the option to check automatically whether a device on the network is connected to the network. If a device is not connected, it is represented as a blue square, and a ...
-1
votes
1answer
210 views

C# client application doesn't receive messages from linux tcp server

Situation: 1. Linux TCP server 2 Windows C# client application The server receives messages from client, but when I try to send messages from server to the client nothing happens. When I disconnect I ...

1 2 3