Click here to Skip to main content
15,889,281 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I need to rpc from a windows 10 client to a linux (RHEL 7) server. I am very new to rpc (must be DCE RPC), so If you have a working example (hello world maybe?) that would be very helpful. I need somthing like this: Tutorial | Microsoft Docs[^] but from a windows client to linux server.

What I have tried:

I have seen this post: RPC from Windows to linux[^] which says to use Samba, however I got samba and it doesnt mention much about rpc. Any help is greatly appreciated. Thank you!
Posted
Updated 24-Oct-18 11:35am

1 solution

Cross-platform RPC isn't an easy thing to pull off. RPC is not standards based, and different platforms handle things in different ways that make them directly incompatible.

That is, unless you put libraries between the client and server sides that handle the translation and communication for you.

You might want to look at gRPC[^]. It's a set of libraries that should make it much easier to do cross-platform RPC.

No, I've never used it, so don't ask me for examples.
 
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