communication

Windows Mobile - Device to Device via WiFi?

Are there any good api's or examples of communicating between two devices via WiFi? I am programming an app for 600 window's mobile (version 5) devices. They occasionally will need to connect with another device and exchange info. Each device connects to the internet via GPRS (using the phone line). I could do the communications via ...

DesktopApp communicates with WebApp

Hi there, i have a desktop application and a browser with a started web-application running on my computer. If i select something in the desktop application i want to let the web application execute some JavaScript. My question is now, is there a possibility to communicate directly between this 'applications' or is the only way to noti...

Cross iPhone communication using mono touch

Does mono touch allow you to do cross iPhone communication? (iPhones in the same room) If so, what's the API? ...

AT command AT+CPMS="SM","SM","MT"

I needed a clarification about the AT command AT+CPMS="SM","SM","MT" Although this AT command work with most of the UEs,it however gives an error msg with the Nokia N72... I tried the AT command AT+CPMS=? & the mobile's response was "+CPMS: (),(),()" & I tried the AT command AT+CPMS? & the response was "+CPMS: ,,,,,,,,". Does this mean...

How do you ensure code is reused correctly?

Frequently when we introduce a new feature into an application we may produce artifacts, such as useful methods or classes that could be reused in other areas of our applications. These artifacts are not necessarily documented as functional requirements as they are usually a side-effect of our implementation choices. Since we often devel...

C++ How to communicate between DLLs of an application?

Hey, I have a application and two Dlls. Both libraries are loaded by the application. I don't have the source of the application, but the source of the libs. I want to instantiate a class in lib A and want to use this instance also in lib B. How do I do this? I'm not sure, but I think that both libs are used in different threads of th...

Best protocol\technology for real-time server-less chat application

I need to embed chat functionality into .NET application (Windows client app). Requirements: Preferably server-less/zero-config architecture (p2p), but not required Based on open standards (XMPP alike) Implementation (library) for .NET (native C/C++ is OK too) exists What can you recommend? Currently I'm looking at XMPP/Jabber, do y...

Communicate between AIR(Flex) and C++ Applications

I need to be able to communicate between two applications that reside on the same machine. One is using Flex and the other is in C++. I would like to be able to call functions and pass arguments to each other. What is the best way to communicate between them? I was thinking about using sockets. ...

Socket communication Security issues

Are there any security issues when communicating between applications on the same machine over sockets? ...

vb.net possible to monitor raise events across applications?

I may have gone crazy... but I am hoping there is a way to do this. I have a base class that has event handling in it. My console application is running my workflow. Part of that workflow is to raise events at specific intervals in a separate thread to broadcast the workers' current state (a heartbeat I have heard many call it). I also...

communication with iPhone - Internet - .net Web service / php web service

From the following link. http://stackoverflow.com/questions/1290924/iphone-interaction-with-asp-net-webservice/1503206#1503206 @Pravara - Asked a Question in answer. The question is something like this. Hi All, Is the XML is only way to communicate between .Net web service and iPhone? I have implemented it, in my application, ...

communicating between applications (.NET + java)

Hi, I have a pretty general question here. What is the best + reliable way for two applications running on the same machine to communicate with each other WITHOUT using web services or a web server of any kind. as example: application A: runs at .NET app that with active X controls can access another third party application and receiv...

Getting live data from the iPhone on the Mac

Hi, I'm experimenting with the sensors of the iPhone. At the moment I visualize the data of the accelerometer by logging it to a file, downloading the file via Xcode and loading the file into my Ruby-Processing app. As I'm playing around a lot this process is getting annoying. It would be cool to have a live stream of the data on the Mac...

EventAggregator vs CompositeCommand

I worked my way through the Prism guidance and think I got a grasp of most of their communication vehicles. Commanding is very straightforward, so it is clear that the DelegateCommand will be used just to connect the View with its Model. It is somewhat less clear, when it comes to cross Module Communication, specifically when to use E...

Microsoft API for Serial Communication - C#

I am trying to get two windows mobile devices to communicate with each other. The API I am using (EMDK) says: Any Microsoft API can be used for serial communication after the pairing is completed. So, can anyone point me to an example of serial communications using C# .NET (Preferably Compact Framework). ...

What are the methods of communication between Silverlight and server side?

Background: I have basically no experience in Silverlight, i was asked to start reading up on the tech and provide some insight for client which may want to rebuild the UI of their .Net Desktop application in silverlight. So my experience is what i have been able to google (which surprisingly is not easy) and the few tutorials i have don...

inter process communication, IPC remoting

hi all, i'm using remoting to communication for IPC. basically, i have a vb.net exe app which manages the login process. this sits in the windows task bar and is the remoting server (using tcp). it is a winforms app as i need a login screen and a few other details to be served to client apps. my client apps connect look for the server ...

Programmer, not a blogger

I need advice from people who might understand where I'm coming from. I'm the lead engineer on a software product. The company I'm working for recently expressed serious interest in having me blog about it (much to my dread). They even had someone set me up a blog. I have Asperger's disorder. I'm really good at taking complex softwar...

How to connect to a sql database using classic asp?

Could someone please help solve this problem? ...

Communication between Windows Client and Linux Server

Hi there, I want to provide my colleagues with an interface (using Windows Forms or WPF) to control the states of virtual machines (KVM based) on a linux host. On the command line of this server, I'm using a tool, called libvirt, which provides python bindings to access its functionality. What whould be the best pratice to remotely acce...