Skip to content

ShengjieLuo/MvnZMQ

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MvnZMQ

This project is a simple demo to show the usage in ZeroMQ(aka, 0MQ)

The project includes the frontend and the backend. In the frontend, the java application would send the data into the 0MQ.The progrma would be compiled by the help of mvn. In the backend, the cpp program would receive the data and report the calculation result.

It is important to note that the so-called data here is not a simple string, but an integer array. Therefore, this project would point out a usual method to use complex structure in the zmq.

Following is the explanation of file tree in this project.

./lib : The library dependency

./pbdemo : The demo of a matrix Serializing and Unserializing within Protocol buffer

./hwdemo : The demo of a helloworld program in zmq. If you have any problem in the dependency relation of this project, refer to this demo first and find the solution.

./frontend : The Frontend Program, mainly written by java.

./backend : The Backend Program, mainly written by cpp.

About

A simple demo to use mvn&Java in zeromq

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published