Skip to content

How to install 0MQ on server and ARM board, and make a simple test.

Notifications You must be signed in to change notification settings

comlong/HDF5-0MQ-iRODS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

0MQ

How to install 0MQ on server and ARM board, and make a simple test.

Find the 0MQ from http://zeromq.org/area:download

Extrct the tar file. Simple using ./configure , make , make install

find h5cc from "hdf5folder"/bin/h5cc

h5cc -c hwserver.c

h5cc -o hwserver hwserver .c -lzmq

h5cc -c hwclient.c

h5cc -o hwclient hwclient.c -lzmq

About

How to install 0MQ on server and ARM board, and make a simple test.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages