charlierolando / send-images-from-cs-to-py-using-ZeroMQ-pubsub

Code to send images (pictures) and messages from c# to py using ZeroMQ pubsub

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

send-images-from-cs-to-py-using-ZeroMQ-pubsub

Code to send images (pictures) and messages from c# to py using ZeroMQ pubsub

Result

Click this when the image doesn't appear

Click this to see the full code

  • Install dotnet. Click this

  • To run the c# code, move to c# dir code and install NetMQ

dotnet add package NetMQ
  • To run the py code, install zmq
pip install zmq

netmq/pubsub

pyzmq/pubsub

About

Code to send images (pictures) and messages from c# to py using ZeroMQ pubsub


Languages

Language:C# 51.1%Language:Python 48.9%