client-server Questions

6

I guess this is a basic problem which every beginner to Client-Server is looking for: I have developed a C#.NET Client-Server Software. A basic overview of the application Application contains a ...
Lamdin asked 21/8, 2013 at 7:47

5

Solved

The client connects to the server using GenuineChannels (we are considering switching to DotNetRemoting). What I mean by find is obtain the IP and port number of a server to connect to. It seems l...
Blau asked 16/10, 2008 at 21:55

1

Solved

How can I create a SSL Socket connection? I realy need to create a keystore? This keystore should be shared with all my client applications? I have create a server with the following code: SSLS...
Achondroplasia asked 13/9, 2013 at 13:21

2

Solved

I am new to google protocol buffer . I am writing a client server application where client send request object to server and server return response. Currently when i send object to server neither t...
Heffner asked 20/8, 2013 at 5:21

1

Solved

I am building an android app that communicates with a server on a regular basis as long as the app is running. I do this by initiating a connection to the server when the app starts, then I have ...
Canara asked 18/8, 2013 at 21:33

1

Solved

I'm looking for a way to get initial data from a DOM after the application is loaded. Data has been inserted in a view by a server. Is Module's value method is a good way? As well i want to know h...
Rosol asked 7/8, 2013 at 8:5

2

Solved

I am developing a client/server program and my client has to send messages to the server. Sample message C structure: struct Registration { char multicastGroup[24]; pid_t clientPid; }; Client...
Tonina asked 23/7, 2013 at 17:41

2

Solved

Current Situation I implemented a TCP server using boost.asio which currently uses a single io_service object on which I call the run method from a single thread. So far the server was able to answ...
Maddi asked 15/7, 2013 at 7:21

1

Short version: Is there a standard way to bundle Python "back-end server" type code in with a phonegap client application? Long version: I have a number of applications that I'm considering port...
Sperrylite asked 26/6, 2013 at 8:19

3

Solved

Do you know, if there is the possibility to check who is calling a method and to restrict whether they are allowed to execute it with Java Annotations? For example if you have a client and a serve...
Painful asked 11/6, 2013 at 13:28

1

Solved

I am working with between Linux-based machine and android app. First of all, I need to open a server socket on the machine to communicate with the app. I need to code with LUA Script, and I have ...
Kyd asked 3/6, 2013 at 13:11

1

Solved

So I've spent the last several hours investigating this issue and it is clear that I am not the only one. Why are my Dictionaries and Lists being returned as Arrays? I understand that Arrays are ...
Ware asked 20/5, 2013 at 20:39

0

I am working on encoding the selected image from the gallery and want to send it to the server. I succeeded to send name and description of the product which is text form. but, I don't know how to ...
Gerent asked 14/5, 2013 at 10:0

3

Solved

We are writing online multiplayer game in Flash wish .Net server side, we need duplex channel so communication is done using sockets. Can you tell me some best practices about protocol/format of e...
Ark asked 28/4, 2013 at 11:37

1

Solved

I'm building a server with the ENC28J60 chip and a PIC18F4620. The chip is connected to my PC via ethernet. Currently, I'm trying to set up the TCP connection over which I'll build an HTTP connecti...
Pessa asked 3/5, 2013 at 8:8

2

Solved

I'm looking for the 'way to go' (i.e. the most efficient, most used, general accepted way) when it comes to the reloading of data from a web server to a front end. In the end application, I will ha...
Byrnie asked 20/4, 2013 at 17:1

1

We're evaluating db4o (an OO-DBMS from http://www.db4o.com). We've put together a performance test for client/server mode, where we spin up a server, then hammer it with several clients at once. It...
Roguish asked 22/10, 2008 at 16:56

2

Solved

I am trying to make a setup so that I can access my website on a virtual host in computer A from computer B. Both A and B are on the same network. I am using xampp on Win 7. So here is as the prob...
Lett asked 7/8, 2012 at 19:33

2

so i have been searching different ways to create client and server program (using visual studios in c++) and i came across RPC (Remote Procedure Call). But i noticed that this also uses a tcp/ip o...
Exogenous asked 9/4, 2013 at 10:39

2

Solved

I have an Android app that needs to let multiple devices connect. One device should act as the group owner and issue instructions to all of the clients to do specific things. I suppose it's compara...
Rutter asked 4/3, 2013 at 19:39

6

Solved

I have client and server programs which now communicate via TCP. I'm trying out using POSIX message queues instead (in cases where the client and server are on the same machine, of course). My hope...
Caswell asked 3/1, 2009 at 22:48

1

Solved

I am creating a java client/server application over TCP where we have two sockets: One is for exchanging messages. Two is for file transfer. I have created in the Server two ServerSockets...
Standin asked 2/4, 2013 at 16:14

2

Solved

I have trouble using PrintWriter or any other output stream to send message between server and client program. It works properly if I use println("abc") to communicate, but it does not work if I us...
Faustena asked 18/3, 2013 at 14:48

2

Solved

I need help by transferring a string from a PC to an Android mobile device via Bluetooth. The Android mobile device should act as a server and displays the string message on the screen of the devic...
Pileous asked 11/3, 2013 at 16:13

1

Solved

I'm writing a program in Python for which I'm considering a local client-server model, but I am struggling to figure out the best way for the server to communicate with the client(s). A simpl...
Merth asked 6/3, 2013 at 21:7

© 2022 - 2024 — McMap. All rights reserved.