An endpoint of a bidirectional inter-process communication flow. This often refers to a process flow over a network connection, but by no means is limited to such.
0
votes
2answers
30 views
Send text to serversocket after connecting to it
I have a problem that I can't send text to ChatServer. My code:
...
try {
socket.connect(address);
System.out.println("Successfully connected to server!");
Thread ...
0
votes
1answer
45 views
QSocketNotifier: socket notifiers cannot be disabled from another thread
Im aware the I cannot communicate with QTcpSocket between threads but I cannot find what Im doing wrong.
As soon as I send data emitting signal to QTcpSocket which is in the other thread, ...
0
votes
2answers
22 views
command input splits after each letter python remote control program
I am working on a backdoor program for remote operations over my PC's at home. The server connects fine but I have a problem in executing the commands as the letters split up as a new command for each ...
1
vote
3answers
68 views
Memory Fragmentation and Garbage Collection in network server apps
Actually i developed an tcp based network server that does a lot of read an write and uses less than zero cpu for its business logic, it acts as bridge between two endpoint.
The network server is ...
0
votes
0answers
47 views
Communication between client (android emulator) and server (app on pc) via java.net.Socket
I'm writing an simple client-server application, but I have a problem with connecting the client, which is the AVD and server - simple app on PC. When first starts the avd it works ok but when I close ...
0
votes
1answer
20 views
How to send Udp packet 2 or 3 times after failed received packet in java?
I have send Udp packet to the Server. If the server is OK then I can receive the response packet nicely but when the server is down then I did not get any response packet. Anybody can help me that how ...
0
votes
0answers
21 views
Deploy Server Client Multiplayer to heroku
I have a simple Server - Client Tic Tac Toe game which run in console, I successfully run this code on my local host what I need now is to deploy the server code on server like Heroku for example , or ...
1
vote
3answers
40 views
Networking - Using sockets and sometimes getting ghost numbers
I created a Java networking program and every once in a while when I run (it doesn't happen all the time) it I get a ghost number, my sockets receive a number something like -16956754 (its always the ...
0
votes
0answers
17 views
Doubts regarding receiving port based SMS using Socket connection in Android
I am trying to receive port based SMS with the below piece of code.
serverSocket = new ServerSocket(SERVERPORT);
Socket client = serverSocket.accept();
try {
...
0
votes
1answer
22 views
Limiting the connections per ip with winsock
How do you limit connections per IP with winsock?
Lets say I wanted to limit them to 20 connections per IP then don't accept the connection once its reach the limit.
I can't think of the logic on ...
0
votes
2answers
45 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 ...
0
votes
2answers
35 views
Communication without IP Address
I want to ask about algorithm or method. I have case like this:
I have application, I install it into 2 PC (different network), I want PC "A" can send data and read response from and to PC "B" but ...
1
vote
1answer
56 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 ...
-1
votes
2answers
47 views
Can't receive data: Deadlocking sockets [closed]
I'm working on a project and I can't seem to get it working. The problem I'm having has to do with the following function:
ssize_t recvfrom(int socket, void *buffer, size_t length, int flags,
...
2
votes
1answer
44 views
Error Hexadecimal value 0x00 is a invalid character while sending a datatable in XML format through a LAN
HI i am quite new to NET programming. I had to develop an application where the client needs to access a server through a LAN, and receive data from a remote MS ACCESS database. The communication is ...
0
votes
2answers
84 views
TCP/IP connection between ubuntu (C) and windows (Java)
I'm trying to establish a TCP/IP communication between a server in C running in ubuntu 12.04 and a client in Java (EJS) running in Win7. The server is a thread of a greater program, so it's created ...
2
votes
1answer
40 views
Reading/Writing JSON from/to a socket
I am using the gson library to convert some classes to JSON and send them down a socket.
Currently I can convert to a string and the write the string to the socket using a BufferedWriter. I can read ...
0
votes
1answer
34 views
Deploy simple server code to Heroku
I recently visited heroku.com site and tried to deploy my first java program there , I actually had a good start using their java deployment tutorial, and had it run ok. now I have a server code which ...
1
vote
1answer
41 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) {
...
-1
votes
1answer
64 views
Node.js async socket chat client in visual basic
I have this code:
// Load the TCP Library
net = require('net');
//var sys = require('sys');
// Keep track of the chat clients
var clients = [];
// Start a TCP Server
net.createServer(function ...
1
vote
1answer
44 views
c++ applcation for linux to convert ipv4 packet to ipv6 [closed]
I'm looking to develope a c/c++ application for linux that converts ipv4 packet received to ipv6 and viceversa ( losing some ipv6 only features )
step 1: how to receive all necessary info from an ...
0
votes
2answers
46 views
Troubleshoot connecting client to server in java
I have been having this problem for some time now and although my efforts and my friends help I can't seem to get past this problem .
My problem is I am trying to establish a connection between ...
0
votes
1answer
67 views
C# Client-Server issue: client receiving packet only on close
I have a little problem. Basically I made two C# applications, a client and a server. The client connects to the server (via sockets), then sends a packet containing some text, and the server should ...
-1
votes
1answer
65 views
Ping a minecraft server with javascript (no plugins)?
I'm creating this website which lists minecraft servers. Basically I'm trying to ping all these servers as they are displayed. Solving this problem with php doesn't quite solve it for me, pinging all ...
0
votes
1answer
18 views
pygame 1.9 doesn't seem to load png
I am toying around with pygame and WX for some self study projects i am doing to improve my skills. i am trying to send a png over a socket server in python 2.7.3 and load the png into pygame.
I have ...
0
votes
0answers
43 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 ...
0
votes
1answer
81 views
why warning appears when sending bitmap frame into MemoryStream to client?
Before I explain my problem, I'm sorry for my bad english.
Okay, here my problem. when my Indy server sends bitmap frame to client, always appeared warning like this :
"EAccessViolation at address ...
0
votes
2answers
60 views
UDP Listener in C#
I'm trying to create a UDP listener within a Windows form. I want to listen on an address and endpoint and want to display the received text in a textbox on the form. I've tried to attack this from ...
0
votes
3answers
38 views
IOException after thousands of socket creation calls
Why IOException after thousands of socket creation calls?
I did a simple Server code (Java) which accepts connections then creates a thread reads the socket and sends back another character to the ...
0
votes
1answer
30 views
python sockets and a serial to IP device
Using a Lantronix UDS-1100 serial to IP converter. The goal is to write a small proof of concept piece in Python to capture serial data output by this device over IP.
I've done a couple test ...
0
votes
2answers
22 views
Android: Socket-Connection causes lags and a lot of GC action
This is a Thread with a Socket-connection.
The Server sends random int numbers to this socket (every 10 ms).
The Problem is, that after a while the are huge lags of receiving the data and LogCat ...
0
votes
2answers
34 views
pselect gets interrupted occationally
First and formost, I didn't have the reputation to tag this as being a question about 'pselect', so I went with 'select'.
I use pselect to handle timeouts on an UDP socket. The code looks as follows:
...
0
votes
1answer
49 views
Meaning of a symbol character in python
I am tring to figure what is the meaning of this character: <I in python.
As I saw in many python script who use sockets, they use this character as a "pack" and "unpack"
argument, so an ...
0
votes
4answers
55 views
Non Blocking recv() in C Sockets
I am using an infinite loop in sockets in which if it receives some data it should receive it or if it wants to send data it sends. Something like given below. I am using select. I have only one ...
0
votes
1answer
48 views
C++0x Threads and Sockets
i am writing an c++ programm (for arm-architecture) that connects to a CAN-Interface.
I'm using the standard socket, bind, recv and send function for this.
Now i am at the point where i need to ...
1
vote
1answer
24 views
Communication with php fastcgi socket from ruby
I wish to check correct php fastcgi operation from a ruby script. Do do that, I just wanted to send a simple PHP script to the socket and check for the correct return value.
Now, I am new to both ...
0
votes
2answers
32 views
Is it possible that EWOULDBLOCK be returned when partial data is received
When reading from socket, if EWOULDBLOCK is returned ..is it possible that only partial data is read?
Or is it that when EWOULDBLOCK is returned data read is 0 ?
0
votes
0answers
46 views
setsockopt() returns EBUSY
I have just succesfully opened a RAW socket and I am trying to export Kernel TX and RX rings with the function below. However, setsockopt() returns EBUSY (Device or resource busy) when trying to tell ...
-7
votes
5answers
107 views
How could I convert from IP address to MAC address
I want to store all the MAC the mac address which has access to my server.
All I know are only the IP addresses. All the machines are under unique gateway.
Could I got the MAC address from their IP ...
0
votes
0answers
75 views
TCPConnection refusing connection
I have a standard Client/Server model and the server successfully binds but the Client can not connect and keeps saying the connection has been refused. (stacktrace above client code)
I have put my ...
1
vote
0answers
36 views
How to recieve an incoming message in Socket Programming IOS
I'm developing an App where I'm able to send/recieve messages to/from PHP server using socket, I'm referring Ray's tutorial for Socket programming.
But now I want to send to send messages to another ...
1
vote
3answers
47 views
What is the purpose of calling fcntl() be called with the file descriptor as -1 and cmd as F_GETFL?
I am trying to understand what this line of code means:
flags = fcntl(-1,F_GETFL,0);
0
votes
1answer
66 views
Socket Timeout Issue: android client reading data from pc server
I'm new to android, java and socket programming so of course I'm trying to merge all three!
I'm creating a desktop based java server which will simply send a short string to an android app(client).
...
3
votes
2answers
30 views
sendto() dgrams do not block for ENOBUFS on OSX
This is more of a observation and also a suggestion for whats the best way to handle this scenario.
I have two threads one just pumps in data and another receives the data and does lot of work before ...
0
votes
1answer
47 views
DatagramSocket Broadcast Behavior (Windows vs. Linux)
Backstory:
I have a wireless device which creates it's own SSID, assigns itself an IP address using auto-ip, and begins broadcasting discovery information to 255.255.255.255. (unfortunately, it does ...
0
votes
0answers
10 views
HTTP Communications- Browser not receiving all data
I have set up a server with my homemade http code on it. My code binds to a port(80) and then listens for requests on that port. My response is sent in pieces using multiple send() calls. If I access ...
1
vote
1answer
40 views
Check if Socket is connected on physical machine
Preface:
I have an asynchronous socket server where we receive telemetry data, and when the remote devices do not send us data, we have the ability to send commands to request data. The listener and ...
0
votes
2answers
28 views
python socket: winerror 10056
I've read throught this introduction to python sockets:
http://docs.python.org/3.3/howto/sockets.html
This is my server
import socket
serversocket=socket.socket(socket.AF_INET,socket.SOCK_STREAM)
...
0
votes
1answer
73 views
Start two threads in the same time but avoid using join after, this is for android program
i have two threads starting at the same time in my android program for downloading some packets.
ServerIP = WifiServer;
Thread thread22 = new Thread (new CallDownloader(fileToReceive, ServerIP, ...
0
votes
0answers
71 views
Node.js chat client on browser
I have a node.js chat server where I developed an iOS client, now I would like to develop another client usable on browser.
I don't want use socket.io or similiar, only pure tcp socket.
This is the ...

