Is it possible to implement communication between a client and a server between a C ++ program (client program) running on a Linux operating system and a C # program (server program) running on Windows using an RMI implementation ? possible way ... Any useful links are welcome
We could just write a C # program to listen to messages from a specific port and write another C ++ client program to write a message to that port. That way we could report to both applications.
You will need to follow the Google Protobuf lines . It is also available with C ++ and C # .
Similar MSDN answer
It doesn’t matter if you send data from java, C ++ or C #, when this happens over the network it is only 1 s and 0. This is a question of what you do with it on the client / server side. So make sure that the data you receive matches the structure you have (what you want to deserialize to)., . , "", , , google .
It doesn’t matter if you send data from java, C ++ or C #, when this happens over the network it is only 1 s and 0. This is a question of what you do with it on the client / server side. So make sure that the data you receive matches the structure you have (what you want to deserialize to).
, . , "", , , google .
/ protobuf. ( MSDN )
, . ZMQ, ; , . apache
CORBA - IPC, RPC, .
, # JAVA.
http://iiop-net.sourceforge.net/dnAdderRmiClient.html
, , ++ java- /.
ACE/TAO.
http://www.cs.wustl.edu/~schmidt/TAO.html
. , RMI - , , .
-, - - RESTful. ( ). , , , ++ Linux # Windows.
, /.
, , , , .
.
, ++ # , .
. , HTTP , , HTTP- . , HTTP-.
. HTTP TCP. , . .
( RPC):
(RPC) - , ( ) , .
RPC:
:
, . , , - , - RPC.
Mozilla XPCOM . PyXPCOM. , - VBox. , VBox ( Windows) Linux, VBox API ( ++) VBox. ,
Linux <- xpCom → VBox <- COM → Windows
Source: https://habr.com/ru/post/1608983/More articles:WinJS and Angular2 integration - angularSymbol Indexing and Publishing Sources Failed to Run in TFS 2015 - symbolsXamarin forms an android image does not shrink - androidЧто делает фаза сборки "Fabric.framework/run" на самом деле? - iosWhat is the reason for switching CD / D in Windows cmd? - command-lineЛюбая причина для разделения команд "cd" в Windows? - windowsDocker command not available on Windows 7 - linuxNode.js cannot see ImageMagick on Windows 7 - node.jsMissing Azure Portal web application - visual-studioConnect unmanaged C ++ to WCF using TCP binding - c ++All Articles