Communication is the activity of conveying information.

learn more… | top users | synonyms

0
votes
0answers
6 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
1answer
20 views

PubSub Design Pattern with publisher controlling who can subscribe

My problem is that i need to make a pub-sub mechanism that will give the publisher the option to prevent some subscribers from getting any messages. This option should be managed by the publisher so ...
3
votes
2answers
1k views

Send Data Request as String in C# to comms port

I need to send a write method as a string in C# to a com port. It should be enclosed btween stx and etx. e.g. serialPort1.write("02TY000D03") - where the 02 and 03 are stx and etx. Could someone ...
0
votes
1answer
27 views

How to handle BufferedReader.readLine() goes to air and not return any value or exception in java? [duplicate]

I am reading a file through socket communication . connection made. while reading end of the file application hanged, it doesn't return any value/exception/null.still waiting for input. How to ...
0
votes
1answer
24 views

Communication with Zebra RFID Printer | C# .NET

We are developing an application which prints RFID labels using Zebra RZ400 RFID printer. Until now, we were sending ZPL commands by RawPrinterHelper class which makes call to winspool.drv. However, ...
0
votes
1answer
18 views

communication between threads in java

I have Java server for the device communication with that server. when a particular device requests server creates a separate thread with the unique name this name will never change. I have many ...
-1
votes
0answers
19 views

Using a Server to Communicate Between a Java program and a smartphone device

I'm not asking for code here, just a general start point. Basically, I've got an iPad app that needs to send data to a computer for processing. To do this, I'm going to set up a server that both the ...
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 ...
0
votes
0answers
29 views

Secure communication between 2 (or more) computers [closed]

I am looking for some information, how to create private and safe communication between group of computers on home LAN site. For example, in my Java program, I want to send short text information ...
-5
votes
0answers
12 views

Is Ethernet transmission distance should be reduced when transmission speed increases? [closed]

I found that the distance that data transmission can be done in ethernet have to be reduced when the transmission speed increases, which in turn leads to the use of Carrier Extension, Frame bursting ...
0
votes
2answers
60 views

Arduino Serial communication output

I have 2 Arduinos Leonardo and I want them to communicate itself, so I did the following code: void setup() { Serial.begin(1200); Serial1.begin(1200); } void loop() { String outMessage = ""; ...
0
votes
3answers
655 views

Programmatically initiate Conference call on IPhone

Is there a way to make a conference call programmatically on the IPhone ? I want to be able to place a call to persons A and B, connecting both, and then dropping myself and let the two parties ...
0
votes
1answer
15 views

connect a class library to application code with a .dll file

I want to connect my class library to my application code with a .dll file which id placed in a system on different location and all code to application code mapping are defined in a .dll file. ...
18
votes
11answers
11k views

Communication between two separate Java desktop applications

I'm looking to develop two separate (but related) Java desktop applications. I want the ability for one application to trigger the other, passing in data that can then be edited and passed back, i.e. ...
-2
votes
1answer
34 views

Database Communication in Java

I am trying to store, modify, and get variables from a mysql database I have set up. I have figured out how to do this using the sql java library. I am loading my Java program using an external client ...
1
vote
1answer
170 views

Android Java Communication over USB

I'd like to send a object/string from Android device to PC in Java over USB. It is possible? Basically a client/server over USB. Actually, using the emulator, I can access the server socket via the ...
0
votes
1answer
38 views

How Do sequence numbers affect sliding window protocol with fixed window size?

I've been going through, trying to learn this protocol from a book, except at this point they seem to shy away from it, they express that the sequence bit is the number of frames one can send and ...
0
votes
2answers
3k views

Android TCP Client in phone has problems in communicating with external server

I have a TCP Client in Android (Java program in Eclipse). The server was another Java app running in Eclipse. Everything works fine in this situation. When I tried to receive message from my ...
1
vote
3answers
74 views

How do I make 2 Java applications talk with each other?

I have 2 Java applications. First I may edit as much as I wish, but I will compile it to machine code later on. Second one I am not able to edit, but I may write an addon for it. I need to make that ...
0
votes
1answer
42 views

execute commands from another program from a python script

Unable to communicate from a python script with java program. I have a java program that reads from standard input. Logic is: public static void main(String[] args) { ... BufferedReader in = new ...
1
vote
2answers
75 views

Angular communication between controllers and directives

I have this piece of code which allows a user to leave comments on a list of items. I created a directive and listen to keydown in order to let the user submit a comment if keyCode == 13. Not sure ...
0
votes
1answer
44 views

How to Implement embarrassingly parallel task (FOR loop) WITHOUT MPI-IO?

Preamble: I have a very large array (one dim) and need to solve evolution equation (wave-like eq). I I need to calculate integral at each value of this array, to store the resulting array of integral ...
2
votes
1answer
329 views

Is it possible to use socket.io client-side with a custom C# web server?

related I'm building a website where you can play games. When the player makes a move, I want to send that move to the server, then use C# to compute a response and return that back to the client. ...
0
votes
1answer
40 views

High performance distributed asynchronous RPC in java

I would like to do RPC to a list of clients with the following requirements: the server does not know the clients (implies a kind of broker?) and the cleints do not know the server there may be ...
0
votes
3answers
82 views

Controlling Arduino through public internet

I am thinking of controlling an Arduino over the Internet. Say I don't have a static IP connection to my Arduino (I am using a GPRS shield.) In such situations I have to follow a procedure something ...
4
votes
2answers
4k views

Arduino stops sending data to the serial port after a long time period

I am using an Arduino Uno rev2 device as a permanently connected device that sometimes sends signals to a PC (Windows 7 x64). Code compiled with Arduino 1.0 software from arduino.cc Topic on ...
1
vote
1answer
30 views

Modem responds with junk value for AT Command using serial programming

Background I am trying to connect to a serial GSM - modem of Wavecom type. I was able to communicate with the modem using the guide http://www.easysw.com/~mike/serial/serial.html on my Ubuntu ...
0
votes
1answer
16 views

Is long defined by system architecture, or is it an IEEE standard?

Working on getting some communication of longs between computers and chips. Was running into some issues and thought it might be because the definition of longs between different system architectures ...
0
votes
1answer
40 views

C# Windows Application: Two Tier Communication Method

I am creating a windows application in dotnet framework 4.5. The architecture involves a connection between Application and Central Server where it communicates to central server and sends data in ...
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
1answer
26 views

C Pipe communicating write/read function cuts of text

The write or read function always cut of everything except the first letter. anyone knows why? I have a father and a child that communicating with pipes. I checked tha variable before putting it into ...
7
votes
1answer
448 views

Tools to measure MPI communication costs [closed]

I'm using MPI and I want to measure the communication costs, so that I can then compare them to the 'processing' costs, e.g., how much time do I need to scatter a list through n processes and then ...
0
votes
1answer
18 views

Communicate Spring app with distributed workers

I have a Java Spring web project that generate, via web, tasks that are sent to remote workers. These workers fetch files from several urls and compute data. Both parts are ready and working but I ...
-3
votes
0answers
50 views

Pohst Enumeration Code [closed]

This is sorta an advanced question. I'm not that into linear algebra in general, but I'm supposed to implement the pseudo code of the Pohst enumeration algorithm which was published in "on ...
0
votes
0answers
17 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
4answers
1k views

How to route an incoming call when I have multiple phone numbers with the same SIP provider?

I have a main phone number 0120120020 given by my SIP provider for my office. I've recently asked my SIP provider for a second phone number 0230230030 on the same SIP account. I want Asterisk to ring ...
1
vote
1answer
81 views

C# UDP multiple clients

I have a UDP server in a .NETMF application (the solution would probably be similar for classic .NET Framework 4.5, except that there aren't some classes and methods such as UdpClient). I "start ...
0
votes
1answer
68 views

Is GSM data sending between 2 phones impossible?

Please tell me in detail why it is impossible to send the data between two phones over GSM? I can find almost no information about this problem.
0
votes
1answer
32 views

.NET 4.5 Error detection in communication (CRC?)

I have a quite simple communication leveraging UDP protocol. I would like to add some error checking (probably a hash function which woudn't be influenced by previous messages). I know about the CRC ...
0
votes
1answer
48 views

How to constrait a generic class to work with just two classes

I have a generic class modeling a protocol that encapsulates other protocols. All the protocols implement a specific interface but this generic class must contain only one of two of these protocols as ...
3
votes
1answer
60 views

Call method of a ViewModel from MainViewModel

I'm currentyl having a problem by communicating between 2 ViewModels. Download my app here to see the problem: http://www76.zippyshare.com/v/26081324/file.html I have 2 views. A 'MainView.xaml' ...
0
votes
1answer
24 views

How Frequency Division Multiplexing is Shared?

I understand that frequency division multiplexing is splitting the frequency spectrum into a frequency band then sending that through the medium. However what I dont understand is how its received. ...
1
vote
1answer
43 views

JSF 2.0 communication between two @ViewScoped, Inject

I have huge problem with communication between two @ViewScoped Managed Beans. Following listing show the way i have been done this. UserAddEditMB is injected to UserSearchMB and after user click ...
11
votes
6answers
36k views

iPhone TCP/IP Socket Server/Client Program

I have read a lot of questions regarding this subject on this website however they didn't quiet answer my question. If you can't be ### about my goal or background skip to the question. My Goal Is ...
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 ...
-1
votes
1answer
40 views

C# Communication between plugin and host application

I am writing plugin based application. Host application: namespace CSK { /// <summary> /// Interaction logic for MainWindow.xaml /// </summary> public partial class MainWindow : Window { ...
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 ...
0
votes
1answer
26 views

Communicating with Linux scripts from php web

I'm building a web application that helps people improve their English pronunciation for some words. The website displays a sentence for the user, and he/she speaks it and then press "Results" button. ...
1
vote
1answer
61 views

What kinds Java APIs can I use to build a simple voice communications program?

I want to build a voice chat program for a group of friends, as several of them were hit by viruses that we believe to have been sent from an unknown user for Skype. Skype also has other security ...
-1
votes
1answer
73 views

child of parent saying i finished in c++?

I'm trying to keep a child running while parent is still processing , pausing/resuming the child process according to specefic order : eg :1-parent 2-child 3-parent 4-child int main(){ int pid = ...

1 2 3 4 5 23