zlalanne / java-python-ipc-protobuf

Example Demo of Python <-> Java IPC using Google Protocol Buffers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Quick experiment to get Google Protocol Buffers working between Python/Java.

Setup:

  • Java server listening for TCP connections on port 9999
  • Python client sending messages over TCP socket

About

Example Demo of Python <-> Java IPC using Google Protocol Buffers

License:MIT License


Languages

Language:Java 47.8%Language:Python 34.4%Language:Makefile 11.3%Language:Protocol Buffer 6.5%