Communication is the activity of conveying information.
2
votes
0answers
75 views
How to design a simple to parse reliable text based protocol
I need to design a text based protocol between two devices where at least one is not a PC.
So I can't rely on libraries, regular expressions and other fancy tools.
The languages typically offer little ...
2
votes
0answers
67 views
Microsoft LCS 2005 not able to login to server
I had an LCS server installed on my test environment and it was working fine. Recently I had to change the Domain name and domain controller name of the AD machine, to which this LCS-machine is ...
2
votes
0answers
129 views
Assist with setting up client and server
Probably a simple question but can't find help online. I have written a checkers application in c# and am trying to use xmlrpc.net version 2.5 to establish a connection so that one user (client) can ...
2
votes
0answers
168 views
tool to observe the .NET Remoting communication between applications?
We have problem with the communiction between two applications. According to the software providers, the communication is akind of .NET Remoting. We just want to verify which program first closes the ...
2
votes
0answers
106 views
Communication Chains Implementation
I'm designing a new system that needs to support communication using several different communication protocols. I don't need to use them together, just to be able to switch between them easily. Also, ...
2
votes
0answers
255 views
KVM Hypercall Inovcation
how would the guest OS invoke a hypercall from its user space such that it can be trapped by the host?
the hypercall API does not (at least for myself) give sufficient detail to be able to start ...
2
votes
0answers
217 views
Arguments for stateless protocols (context: simple point-to-point communication)
(So this question has been asked before, but in a general sense, and most of the responses were in the context of general network communications with multiple servers/clients/etc.)
In the context of ...
1
vote
0answers
12 views
accessing a child website from parent website
I have a requirement as below.
I have a parent website which has its own login implementation .I have a link to a child website on a page.The child website can be accessed only form the parent site.If ...
1
vote
0answers
32 views
How to connect gps to internet and track the device
I have a gps device that is attached to my car now from my home i want to know where my car is presently at and on which route is it moving,want to have the complete route info.
i have no idea how gps ...
1
vote
0answers
47 views
communication between Stellaris microcontroller and OSX
I'm trying to send sampled data from the Stellaris LM4F120 LaunchPad (link) ADC to my host computer which runs OSX 10.6.8. First, I tried using the UART to send 4 bytes of data every 1.25 ms, which ...
1
vote
0answers
46 views
linux domain socket credentials : how to check two scheduled process have same cron ancestor
Let's say i have some scott user.
In scott's crontab, i have two tasks scheduled :
task1 is sort of "server" task which wraps some information and serve it through unix domain socket (task process ...
1
vote
0answers
255 views
java.net.SocketException: Connection reset. Servlet is not able to read InputStream
I am facing below problem. It is related to socket communication error. Here I am migrating code to JBoss server. I knew this error is related to port blocking. I am running this application locally ...
1
vote
0answers
57 views
Device to Device(s) real time communication - Best practice?
In our scenario are a lot of android smartphones involved.
You can "subscribe" to a survey group and doing some stuff there... The creator are able to change something (via Android APP or desktop ...
1
vote
0answers
63 views
Distributed Software Architecture - Communication Paging
Actually I don't know if SO is right place to ask, but I don't know another place with so many professional developers.
I heard, when developing distributed applications, it's important to ...
1
vote
0answers
46 views
Communication between computation server and web server
I have:
a machine (C) which is responsible for some computation (not publicly available),
a machine (W) which is a publicly available web server,
a machine (G) which is also publicly available and ...
1
vote
0answers
200 views
Communicating with a hardware through RS485 Serial Cable
I have a smart electricity meter that connects to the pc through RS485 serial cable. This hardware has a software that you can read its internal registers and view them on the software. When I tried ...
1
vote
0answers
873 views
Transferring incoming communication to another computer
I have two computers, A and B.
On computer A, I want to be able to specify for certain ports that incoming traffic from computers will be automatically routed to a different port on computer B as if ...
1
vote
0answers
254 views
How to get information on mobile through bluetooth, send information by my notebook
I want mobile phones to communicate with the my notebook. I am using Delphi for Windows programming and component nrComm Lib that methods for sending and receiving Char, String there.
...
1
vote
0answers
133 views
IO.Ports.SerialPort connection fail
I develop a software using .net framework (2.0). I communicate with several devices using serial port without any problem.
However, I try to communicate with a new one, but impossible to write or ...
1
vote
0answers
388 views
Communication between two Android app on two different phones
I want to implement p2p application on Android.
My application consists of a background service and several Android Activity.
I would like to know if there is something to manage the high-level ...
1
vote
0answers
218 views
What is the latest technology for Client/Server network communication applications in .NET?
I was recently charged with creating a Client/Server application where the Server waits for connections and the Client then connects to it, enabling these applications to communicate (send object ...
1
vote
0answers
87 views
Eclipse ECF not working with our own XMPP server
We're using prosody with SSL/TLS. Chat works perfectly fine, but ECF just fails completely - nothing in the logs at all.
Sorry if I'm vague, but does anyone have a clue what's going on? Something ...
1
vote
0answers
291 views
C# socket server doesn`t receive from client
I have an odd question. I am trying to write a C# server - client project using sockets for communication. I am new to C# but I have written the same project in Java and it worked just fine there.
...
1
vote
0answers
208 views
File sharing between android and opencv
I am trying to invoke opencv library from my android code.
I previously stored my haar xml under the /data/data/org.siprop.opencv/files/ directory and passed this file path (i.e. ...
0
votes
0answers
4 views
Strange behaviour on GetUnity().SendMessage()
I'm trying to call a Unity function from Browser JavaScript. I defined the exact same function with a different name, the first one works, the other doesn't. What could be the problem ?
Unity Code:
...
0
votes
0answers
28 views
Delegate method does not seem to get to object from delegator, Objective-C
I have a class called Request Processor that basically takes in a request object that has all the details that are necessary to perform a request, it then returns a response via an async block, now ...
0
votes
0answers
16 views
Calculate the max data rate with Claude Shannon's Equation?
I've been given this equation in one of the book i'm going through, except when I do it myself I get a different answer but i'm not really to sure it i'm wrong or the book's wrong since the steps i'm ...
0
votes
0answers
27 views
Communication between banks and mobile wallets
I am doing a project based on mobile wallets. I am aware of how the payment works using the wallet as well as the user interface but i am not sure of what kind of information is passed between the ...
0
votes
0answers
19 views
Intercepting Android 3rd party communication
I'd like to get your suggestion/opinion. I have a case where I need to proof that I can modify/intercept the communication between the application and server for login. I used to use some Proxy apps ...
0
votes
0answers
11 views
Alternatives master/slave communication models
What are the alternatives to the master/slave communication models.
I'm looking for other models of communication to make a comparison between them.
0
votes
0answers
25 views
Android API V2.2 Unable to communicate over network
I stumbled upon a problem with my application which communicates over network.
The application is working fine with API >4.0.
My virtual device Configuration :
Platform:2.2
API Level:8(Google).
...
0
votes
0answers
109 views
Negotiate using one session with ntlm authentication at Android
I'm communicating at android using ntlm authentication.
Every time I'm communicating with the server, the device negotiates with the server again.
This is even I'm using the same DefaultHttpClient.
...
0
votes
0answers
27 views
Sending vars back from php to AS3 at various times throughout script?
Gidday
I'm using some JSON at the end of a php script to send a status update back to AS3:
$send = array("error"=>"", "x"=>5);
$sendThis = json_encode($send);
print $sendThis;
exit(); ...
0
votes
0answers
4 views
Sending strings from Webapp to WinFormApp
I need to pass two short strings from my WebApp directly (no bridges) to WinformApp or consoleApp based on the server side.
What is the easyest way to do so?
Thank You.
0
votes
0answers
53 views
Python os.pipe vs multiprocessing.Pipe
Recently I'm studying parallel programming tools in Python.And here is two major differences between os.pipe and multiprocessing.Pipe.(despite the ocasion they are used)
os.pipe is ...
0
votes
0answers
34 views
blackberry 9000 window.parent.parent cross site iframe issue
Ok, that one is kinda fun.
consider application got 3 layers.
Client - domainA
ApplicationA - subdomianA.domianB
ApplicationB - subdomianB.domianB
And it uses nesting proxy iframes for ...
0
votes
0answers
45 views
Duplex communication between client and service in azure
i've been trying for a couple days making a duplex communication with a service present on WebRole in Azure. I add a reference of service to my client (console aplication running locally) and when try ...
0
votes
0answers
39 views
Communication packet/frames diagram: documenting protocols
Can you suggest me a diagramming software where I can draw diagrams like this one (as much out-of-the-box as possible):
These type of diagrams are usually used to document communication protocols so ...
0
votes
0answers
19 views
Named pipe default transport quotas
I use a client/server windows application (written in C, 15 years old). It uses named pipes for communication.
It works perfectly on computers, where there are no strict policies, 'corporate' ...
0
votes
0answers
57 views
What is the n-Tier means in Middleware systems?
and there are 1-Tier , 2-Tier ,3-Tier and n-Tier why we need them ?
0
votes
0answers
118 views
Message passing between processes using multiprocessing module
What's the recommended way of sending message from a worker process to another randomly selected (worker or master) process? One approach that I can think of is using Pipes, but since it can only ...
0
votes
0answers
733 views
Channel estimation in BPSK modulation
Please see below my code that estimates channel response. How should I integrate both channel estimation and pulse shaping into my code?
%SNR (Eb/No) values in decibels
SNR=[0:2:14]'; %column ...
0
votes
0answers
57 views
VB.NET: Direct connection to IP through firewall
I'm trying to write a program you can use to chat with another person by typing in their (external) IP address. However, if the client (the person who types in the IP) connects to the server (other ...
0
votes
0answers
45 views
Intra-fragment communication on Android
I'm attempting to build a universal application on android (1app works on phone and tablet devices). Right off the bat, one of the main issues I am encountering is getting the fragments to ...
0
votes
0answers
40 views
what would be the fastest way to send strings from an ipad to a mac
I've heard of bonjour but it seems like all of the tutorials are really old (specifically http://mobileorchard.com/tutorial-networking-and-bonjour-on-iphone/) for context see my other question: How to ...
0
votes
0answers
88 views
Access userControl.visible property at page level from another user control add passing data
I have a content page and usercontrols in it. usercontrol control1 is visible others not visible by default. control1 has inputs and a button and click event contains show hide event.
Simple ...
0
votes
0answers
36 views
app to app communication over internet, using existing cloud technology
Is there any way to communicate between (my) apps on two android devices with very low latency. E.g. pressing a button in an app on the phone does a beep on the tablet after max. 1 to 2 seconds. I ...
0
votes
0answers
69 views
Principle of external-messages listening thread
I have a problem In my current Project. My application to works, needs communication with external system ( receiving and sending messages ).
All communication is already coded, but I think it needs ...
0
votes
0answers
123 views
Playing video in android client server communication
I am developing an android Server Client application in which i will use android phone as a server and another android phone as a client.I have created both client and server and send message to both ...
0
votes
0answers
145 views
VB.net - TCP Application in Service NullReferenceException
I'm using VB.net. I'm working on an application that runs as a service, hosting a TCP server that you can connect to. I'm having trouble getting even the simplest of applications to run - an example ...

