Sunday 15 August 2010

Simple way to communicate between C# app and Python app -



Simple way to communicate between C# app and Python app -

i've got c# app running under windows , linux. implement way communicate through python script.

i've tried using zeromq library, , working right when c# app running on windows - send/receive messages on both ends. failed miserably when tried utilize on linux/mono - app crashed, kernel32 exception. tried recompiling libzmq.dll, using tutorials, can't right.

is there other way this, or should stick zeromq , seek running on linux/mono?

use netmq, c# port of zeromq runs on windows , mono without 32/64bit issue.

https://github.com/zeromq/netmq https://www.nuget.org/packages/netmq/

c# python mono zeromq

No comments:

Post a Comment