Transmission Control Protocol (TCP) is a transport layer protocol that provides a connection-oriented data stream service with guaranteed, in-order delivery.
-2
votes
1answer
21 views
Android send data via socket
I would like to send a simple date through tcp. I working with threads, but I dont know why but when i try to run my code that is stop imediatelly here is that. I have already set the permissons as ...
0
votes
1answer
21 views
java socket sending and receiving
since hours I am thinking about how I should use Java Sockets to send and receive data. I hope you can help me finding a good way to do it.
I have build a Server/Client structure where the client ...
0
votes
1answer
15 views
Android TCP Client/Server not passing messages properly (Only first received)
I have created two android applications, a client and a server, utilizing TCP to communicate across devices. On the server, I have this code to listen for TCP communication:
private class StartServer ...
0
votes
1answer
9 views
Android Socket Lockup with PC - PC thinks we're still connected, Android doesn't
We're using Android devices as remote controls for an industrial process controlled by a PC.
Sometimes the connection may be broken unexpectedly - the battery dies, the Android device goes out of ...
0
votes
1answer
23 views
Calculating TCP Checksum in a netfilter module
I am trying to change some fields in the IP and TCP header in a netfilter postrouting hook, however I can't seem to get the kernels TCP checksum function to work properly to amend it afterwards.
The ...
0
votes
3answers
36 views
Read Data from a Java Socket
I have a Socket listening on some x port.
I can send the data to the socket from my client app but unable to get any response from the server socket.
BufferedReader bis = new BufferedReader(new
...
0
votes
2answers
43 views
delphi, send image with indy10 from client to server
how i can send from a Timage (clientside) to another Timage(serverside)?
I'm using delphi XE3 with idtcpclient1, idtcpserver1 (indy10 component).
I already tried to do something but i had some ...
0
votes
0answers
11 views
Is it possible to define WSDL for a port listener?
I have a TCP-IP port listening implementation that basically receives an xml and sends an xml. Is it possible to define a wsdl for this service without altering the implementation?
2
votes
0answers
25 views
Asyncronously send file over TCP connection
so I'm making an iOS app, but this is more of a general networking question.
So what I have is one phone that acts as the server and then a bunch of phones connect to the phone as the client. ...
0
votes
2answers
25 views
Desktop TCP Streaming (java)
I want to stream desktop screen captures using sockets.
I don't know the exact way to do this, so I went with AWT's robot :)
Robot robot = new Robot();
BufferedImage image = ...
1
vote
0answers
13 views
J2ME UDP slower than TCP
I'm developing a client/server based system using two GPRS modems (Siemens TC65). The application sends relatively small frames (128 bytes each) from the client to the server and vice versa. ...
0
votes
1answer
11 views
Use different network interfaces for different TCP ports [closed]
I have a Windows 7 client system, which has 2 network cards - wired & wireless.
I am connecting to a linux system over ssh using putty & sftp clients like filezilla.
My requirements is as ...
0
votes
2answers
35 views
how to check tcp peer is closed
I have a TCP network connection with remote host.(windows or linux)
if remote host process is terminated, recv() fails
an I know the connection is closed.
but, is there any way to check if the remote ...
1
vote
1answer
45 views
Multiple request/response in socket programming
In multithreaded server which assigns new client to a new thread, I want to device a pattern which will handle multiple request/acknowledgment for a client.
Please see the operation sequence below ...
0
votes
0answers
16 views
How to use socat to transfer serial commands in a script over TCP/IP?
I have a web application that will constantly post some queries and get replies from a device through the serial port on Raspberry Pi. Like this:
@cherrypy.expose
def login (self, **data):
...
0
votes
1answer
39 views
Trying to make a basic TCP client in WPF
I am trying to implement a basic TCP client in WPF. I have managed to to this using windows forms but can't get it working in WPF. I have tried going back to the very basics and adding things bit by ...
0
votes
0answers
29 views
how to find out which tcp congestion control my os is using
I would like to find out which congestion control algorithm my computer is using.
I know I can google it, but I want to find out by experimenting.
My first step was to run wireshark when I downloaded ...
1
vote
1answer
24 views
Test the functionality of keepalive in nodejs tcp socket
I've been testing the functionality of keepalive in nodejs tcp sockets.
It seems that I'm missing something here!
Here is my server code:
var net = require('net');
function accept(socket) {
...
2
votes
1answer
27 views
Boost ASIO async_connect succeeds when it should fail, why?
I have a server application in which I accept only one client with boost::asio::ip::tcp::acceptor and async_accept.
I run the client application and successfully connect using a ...
0
votes
0answers
39 views
Cannot get text value from BufferedReader [closed]
I have created an Android TCP server as well as a client. Both can communicate fine (in the sense that sent messages are registering).
Below, is the code I use to send a message from the client to ...
1
vote
1answer
34 views
Boost ASIO: How can a server know if a client is still connected?
I am using boost::asio for a server/client application. The server only accepts one connection at a time. I am wondering what is the best way for the server to verify if the client is still connected. ...
2
votes
0answers
59 views
Massively increased new TCP connections # in .NET 4.5 over 4.0?
I am currently testing my WPF/WCF client application in .NET 4.5 vs 4.0 with a view of finally getting 4.5 rolled out to all client machines. The WCF portion uses BasicHttpBinding/SOAP.
When ...
0
votes
0answers
52 views
Receiving strings and images on the same socket with ICS v8
I was working on a small client/server project, and I decided to try to switch it over to using ICS. Unfortunately, I have no experience with ICS, and very little experience with sockets in general. ...
0
votes
0answers
19 views
Cannot establish TCP connection outside of LAN
I have been trying to create a TCP connection between a client program and a remote server. I am able to form a connection between the two when they are running on the same machine, and any machines ...
0
votes
1answer
45 views
TCP Checksum Calculation Changing - tcp offloading is disabled
I am manipulating TCP packets using netfilter, so I have to recalculate the TCP and IP checksums which is working as expected.
Wireshark reports the checksums are correct on the way out of the ...
0
votes
1answer
60 views
Multiple TCP streams interfere with each other
I have a client that connects to an NFS server and writes data. It is a multiprocess application that creates as many TCP connections as there are processes. The problem is that if I try one process, ...
0
votes
1answer
23 views
SIP Over TCP versus SIP over UDP [ SIP: Session Initiation Protocol ]
What is the difference between SIP over UDP and SIP over TCP?
What does SIP over TCP really means?
It means:
SIP over TCP means both SIP and underlying RTP protocol use TCP
or
Run SIP ...
0
votes
2answers
16 views
discovery for a network of linux devices
I have a set of identical, custom linux devices plugged into a network and assigned addresses via DHCP. These need to be able to automatically discover each other. What's the most appropriate way of ...
0
votes
0answers
22 views
Can't connect to ip with a UPnP forwarded port
I'm attempting to use the UPnPNAT Com object to automatically forward port 1127 to my local IP. I have a C# Client and Server that can connect to each other just fine over a local connection or, if I ...
0
votes
0answers
30 views
TCP client on android not connecting after kernel change
I've been using a test phone to develop an app that requires the phone being set up as a client to offload computation to a dedicated workstation. The phone had always been rooted but once I flashed ...
-1
votes
0answers
43 views
Any java/python socket server framework I can reuse for my multiple chess server (1000+ clinets online)? [closed]
I am trying to rebuild my chess server , previously I implement it based on the open source lighthtttpd, but Now I find maybe "C" is not a good choice to process the game logic, so I am seeking to ...
0
votes
1answer
33 views
C - Linux - kernel module - TCP header
I'm trying to create linux kernel module, that will inspect incoming packets. At the moment, I'm in process of extracting TCP header of packet and reading source and destination port -> However I'm ...
0
votes
2answers
77 views
Setting up a multi-client/server TCP connection in Java
I'm trying to create a multi-client/server application in Java. I'm having quite some issues because my threads seem to get entangled... Here's what I'm trying to do.
I have a Server-class that ...
2
votes
3answers
117 views
TCP sockets: Where does incoming data go after ack(leaves tcp read buffer) but before read()/recv()?
If i have a TCP connection that transfers data at 200 KB/sec but i only read()/recv() from the socket once a second, where are those 200 KB of data stored in the meanwhile?
As much as I know, data ...
0
votes
0answers
28 views
TCP Redirection
I need to implement a TCP redirection module (sitting between the actual client and server) which does following:
If the site requested in HTTP GET is cnn.com then redirect that packet and ...
1
vote
1answer
50 views
parse IP and TCP header (especially common tcp header options)of packets captured by libpcap
I want to use libpcap to capture IP packet, and the I want to parse the IP header and tcp header.
`
there are IP header and TCP header structures in <netinet/ip.h> and <netinet/tcp.h>
IP ...
0
votes
1answer
14 views
Communication Module Automation Testing
I developed a communication protocol module between two machine in our product. It is an explicit
protocol and it was not possible to use standart protocol like WCF or WebServices
There are two ...
0
votes
0answers
10 views
TCP SACK: Can left edge be equal to right edge in tcp sack options?
I have a packet capture where a SACK block has left edge equal to right edge.
After further analysis, I see that it is a D-SACK which is sent because it got multiple ACK segments.
I suspect it is ...
1
vote
1answer
48 views
Go package syscall conn.Read() is non-blocking and cause high CPU usage
Strangely, in my case Read() is non-blocking and caused high CPU usage.
My code:
In function main:
l, err := net.Listen("tcp", ":13798")
if err != nil {
log.Fatal(err)
}
for {
// ...
0
votes
1answer
15 views
Secured communication in a real time game
I want to create a real time multiplayer game and I wonder how should I secure and identify each user. For instance imagine I have a map with 5 players in it, each player sends every 1/60 seconds his ...
1
vote
0answers
19 views
How can I use non-http TCP protocol on port 80 for 3G
I want to run a custom TCP protocol over a 3G connection for a game. I decided to use port 80 because hey, it's open. I'm aware that some paranoid ISPs will have stateful / application level ...
0
votes
1answer
43 views
sending file over tcp between android and pc
I want to establish a communication between 2 android devices. with a server to client (through a server) methodology. So generally I was thinking sending the file to a server (pc) then fetch the file ...
4
votes
2answers
66 views
How should I implement a distributed Remote Method Invocation system in .NET?
Original Post
How would I implement a distributed Remote Method Invocation system?
I'm trying to create something like the following:
Master Server to track individual "hosts".
Hosts can ...
0
votes
1answer
16 views
Send List<Type> over tcp in metro app
I am making a metro multiplayer game.
I have a list List<Card> Cards = new List<Card>(); with my custom class "Card"
Is there any way to send this list over StreamSocket?
I have search ...
-2
votes
0answers
35 views
Send multiple TCP/UDP connections to occupy the possible ports java [closed]
does anyone know how I can occupy all possible ports and to keep them alive, in the Java programming language?The picture below is what I need to create in Java. I'm not sure which way I should do ...
0
votes
2answers
69 views
Erlang gen_tcp missing packets?
I'm developing a mail client adapter for Erlang. I'm having issues when I try to perform a fetch command, Erlang isn't able to get the body's content.
This is output from my terminal, when I'm trying ...
0
votes
2answers
55 views
TCP - Android client + Java Server
I've implemented a Java TCP server running on my PC which will accept incoming messages sent from an Android device running the client, also implemented. The server just receives the messages from the ...
0
votes
1answer
18 views
About STARTTLS SMTP Command
Is STARTTLS command exclusive for TLS channels or can it be used with SSL channels ?
Is there any TlsStream which can be used , as SslStream since .Net4 does not support TLS even if it is available as ...
-2
votes
0answers
33 views
TCP/IP to Serial port (COM) [closed]
I am looking for software that allows me to bind a tcp/ip port to a serial com port on a Windows server. I have found a couple but I need one that allows multiple connections.
Preferably one that I ...
1
vote
2answers
69 views
Creating a basic C/C++ TCP socket writer
Below is the following basic socket code I came up with:
//General includes:
#include <iostream>
#include <stdio.h>
#include <string>
//Network related includes:
#include ...




