Click here to Skip to main content
15,893,508 members
Please Sign up or sign in to vote.
4.00/5 (1 vote)
See more:
Hello,

I have two different application, one is in linux gateway (written entirely in ANSI C and linux resources such as BusyBox, pthreads, synchronization primitives, etc) and other is dot net server application.I wanted to implement a communication channel (code in linux and C) or some mechanism, which will help these different services to share objects/data.

Is it possible to communicate between two distinct OS environment using C and linux remoting?

If so, what could be the fine tuned way to achieve the same? What are the other possible thoughts to implement the same apart from remoting and web service?

Any thoughts / link/ sample application will be appreciated.

Regards
Raj
Posted
Updated 3-Mar-11 22:56pm
v5

I'm not quite sure what your actual question is, but I suppose you ask for ideas how to achieve this.

I think I'd use pure sockets to build this p2p network communication layer, in c on the linux side and in .net.

If i missed your question please clarify.
 
Share this answer
 
Comments
chouhan.raj1978 1-Mar-11 4:30am    
thanx for your reply.

Actually i hav a web application (build in .net). i have another application in C & linux. I want to remotely communicate these two application.
You could use WSDL/soap/WCF to do this?

You just have to make an external reference from your .NET application with some service calls. And for linux you should use GSOAP to call them. I must say i have never done it my self between .net and linux.

http://www.cs.fsu.edu/~engelen/soap.html[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900