Good Example for bi-directional Communication between Python and Windows (C#)

  • Thread starter Thread starter Wally9633
  • Start date Start date
W

Wally9633

Guest
Hi,

Does anyone know where I can find a good example of duplex pipe communication between a process running Python and another running .NET (C#)? I am trying to do this with win32pipe. The documentation on this leaves much to be desired.

I found this example:

https://github.com/PeiSeng/Named_Pipe_Communication

However, it only does a one-way operation, sending data from the server to the client.

Can anyone show me how to modify (augment) the code so that an object is sent from the client to the server, which does something to modify the object, then send it back to the client? Do I need to create another pipe to send data from the client to the server?

Any assistance with this would be appreciated.
Wally

Continue reading...
 
Back
Top