I want to transfer data between Python and a C # application on Windows (I want the channel to be bi-directional) Actually I want to transfer a structure containing data about a network packet that I captured using C # (SharpPcap) to a Python application and then send back the modified package to the C # program. What do you suggest? (Rather, this is a quick method) My searches so far have shown that I can use these technologies, but I do not know that:
- JSON-RPC
- Use WCF (run a project under IronPython using Ironclad)
- WCF (use Python for .NET)
python c # rpc ipc bidirectional
Mehdi asgari
source share