client-server Questions
3
I am writing an application on Linux (Client and Server) with socket programming. I came across the scenario, where my server application never responds to the initial SYN packet of the other end.
...
Wira asked 26/8, 2013 at 19:20
4
Solved
What is the difference between request, response and server?
Uvula asked 14/11, 2008 at 6:49
2
Solved
I want to develop an android app that is based on server-client system. I want to develop both backend and android client. It's 2020 and there has already many frameworks developed to provide serve...
Sharie asked 16/2, 2020 at 18:39
3
In Server Sent Event, it always send the same response to all the client. but what i want to know is, How to send response to an only one client using java.
this is my event which define inside sw...
Lefthander asked 25/1, 2016 at 12:17
2
Solved
In my application, I have one process (the "writer") reading data from external hardware. This process should supply consistent packets to several "readers".
Question:
How can one process send con...
Maccarthy asked 2/1, 2014 at 17:54
2
Solved
I got this warning in my log:
Nov 02, 2016 12:07:20 AM io.netty.channel.DefaultChannelPipeline onUnhandledInboundException
WARNUNG: An exceptionCaught() event was fired, and it reached at the tail...
Lon asked 1/11, 2016 at 23:20
2
Solved
I am developing a client/server application with TLS. My idea is to use a certificate on the client so it is authenticated by the server. Also another certificate on the server so the client is als...
Vanzant asked 10/1, 2014 at 17:14
6
Solved
I'm looking for some general strategies for synchronizing data on a central server with client applications that are not always online.
In my particular case, I have an android phone application w...
Ascomycete asked 4/8, 2010 at 15:6
9
From what I know, all the MAC addresses that the packet gone through are in the packet. This is because that each packet that goes in a certain path, should also be returned in similar path. So, if...
Piperine asked 18/5, 2010 at 5:27
2
Solved
Recently, I came across this kind of need. The client(web browser) requests for a task to be done asynchronously at the server side, then the client leaves it behind.
When the server finishes the ...
Whatsoever asked 21/2, 2012 at 7:20
2
Solved
I need to make a connection with a local FTP protocol between a computer (server) and my Android device (client). This should download files (images, OBJ,...) to be used in the Android Unity app sc...
Bouldin asked 14/4, 2017 at 12:27
4
I have been trying to send live video frame from my client (Raspberry Pi) to a server hosted on Laptop. Both these devices are connected to the same network.
Server.py
import socket
import sys
im...
Unhandy asked 8/4, 2016 at 15:27
5
I have a script that uses the file picker but I need to pass a specific parameter which is called userId and is kept as a global variable in the calling script. As the calls are asynchronous it see...
Currie asked 4/5, 2015 at 15:4
1
I'm searching a way to communicate between two client in Javascript/HTML5, without using a server-side script. I can't use NodeJs for this.
Is there a way to connect two clients?
Dyun asked 7/11, 2013 at 20:26
7
Solved
I built an application using GWT in 2012 and it has worked fine until now when a major functionality upgrade is required.
I used GWT because my background is Java and having worked in MVP typ...
Raeleneraf asked 2/6, 2015 at 9:48
4
Solved
I would like to use mongodb directly from the client-side, using javascript inside my models. I suppose this is possible since on the mongo website there is a javascript realtime console for demo.
...
Fia asked 3/9, 2011 at 10:47
1
Solved
I have started working on a web application for othello.... in it I used node.js and socket.io for handling the server side code. It runs a server.js file in the cloud.
This file handles some of t...
Erving asked 14/3, 2019 at 5:31
0
Using RFC 1928, I have implemented SOCKS5 'BIND' and 'UDP ASSOCIATE' commands on Java, but I haven't found any way to test their work. I have tried browser (Firefox), FTP server and client in activ...
Sway asked 8/3, 2019 at 6:4
4
Solved
I just have began to study ReactJS and found that it gives you 2 ways to render pages: server-side and client-side. But, I can't understand how to use it together. Is it 2 separate ways to build th...
Jacquerie asked 4/12, 2014 at 9:25
1
Solved
What I’m trying to do
I'm trying to build a java.net application where client and server have to send data to each other via serialised collection types as byte[].
The problem
For an unknown reason...
Silkweed asked 19/1, 2019 at 16:40
5
Solved
So I have this game that is completely run on the client. No server interaction what so ever apart from downloading the initial scripts to play the game. Anyway at the end of the game I would like ...
Heathendom asked 19/1, 2011 at 8:32
1
Solved
Explanation of my Program
I have created a chat room server using Java that consists of 3 classes, a server class, a user class and a chat room class. I have also created a client class to interac...
Rights asked 8/10, 2018 at 23:47
3
Solved
When a client connects to a server using TCP, a new socket is created for the TCP stream. Does the connection remain on the same port the connection was made or does it get changed to some other po...
Andean asked 8/6, 2010 at 13:38
4
Solved
I'm using Apache Commons FTP to upload a file. Before uploading I want to check if the file already exists on the server and make a backup from it to a backup directory on the same server.
Does an...
Scurf asked 26/6, 2012 at 7:2
2
Solved
I have my Tornado client continuously listening to my Tornado server in a loop, as it is mentioned here - http://tornadoweb.org/en/stable/websocket.html#client-side-support. It looks like this:
im...
Sixgun asked 1/8, 2018 at 14:11
© 2022 - 2024 — McMap. All rights reserved.