Communication is the activity of conveying information.

learn more… | top users | synonyms

0
votes
1answer
17 views

WebRTC, JS, node.js App working locally through remote server but not different connections

I have recently started to look at inter-browsers communications, and got paricularly interested in webRTC. I am trying at the moment to build a file transfer through a Data Channel with the beginner ...
-1
votes
0answers
5 views

use DataChannel between two browsers to

I am new to the WebRTC and I want to provide data communication between two distinct windows on different browsers. I have one simple webapp collecting user inputs and providing them to the other ...
0
votes
3answers
29 views

Wifi communication only

I need to communicate over htttp or https from an android, and I need a settings for my app "wifi only". It's a restriction for the communication. How to implement such a thing? I cannot find any ...
0
votes
1answer
27 views

Using glib to send raw bytes to an FTDI device over USB

I am developing a simple application in C with GTK+2.0 GUI, on Linux of course, this application is designed to control a device which is connected over the USB port and is using FTDI driver to ...
1
vote
1answer
59 views

Python: Classes that “talk” to each other

I'm a college student. I'm in my second comp sci class and we haven't got much past simply making classes and functions within them so I haven't really been able to make much use of the complicated ...
1
vote
1answer
35 views

Object Oriented Communication with WCF

I know that WCF is a message passing system, with specified Service Contract interface declaring methods that can return or take as argument instances of Data Contract classes. My question is : Is it ...
0
votes
1answer
29 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
0answers
13 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
45 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
19 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
20 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 ...
0
votes
1answer
22 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 ...
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
32 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
13 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 ...
-1
votes
1answer
17 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. ...
-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 ...
0
votes
2answers
70 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
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
101 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
43 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
1answer
49 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 ...
0
votes
1answer
43 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
29 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
3answers
98 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 ...
1
vote
1answer
34 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
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 ...
0
votes
1answer
19 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 ...
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 ...
-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 ...
1
vote
1answer
101 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
43 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
1answer
34 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
73 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
49 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 ...
0
votes
1answer
26 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. ...
3
votes
1answer
64 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' ...
1
vote
1answer
46 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 ...
0
votes
0answers
29 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
42 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
35 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
29 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
65 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 = ...
0
votes
1answer
46 views

Fetching data from a C++ Server using a JavaScript Client

I'm currently developing a WebGL application in JavaScript, and i need to fetch the object data i need to render from a C++ written application. My question is: What is the best way to communicate a ...
0
votes
0answers
20 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 ...
1
vote
3answers
77 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
0answers
12 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.
-3
votes
1answer
85 views

How Can I Make A Java Desktop Application Communicate WIth Another Application Over The Internet? [closed]

Basically, I have a standalone desktop application, and I want to have it installed on two separate computers not on the same network. I want them to communicate with each other over the Internet. It ...

1 2 3 4 5 23