Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Java implementation of ZRE protocol

License

GPL-3.0, Unknown licenses found

Licenses found

GPL-3.0
COPYING
Unknown
COPYING.LESSER
NotificationsYou must be signed in to change notification settings

zeromq/jyre

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to use in your project

Add the following to your Maven project'spom.xml:

<!-- for the Zyre using jzmq --><dependency>  <groupId>org.zyre</groupId>  <artifactId>zyre</artifactId>  <version>0.1.0-SNAPSHOT</version></dependency><!-- for the Zyre using JeroMQ --><dependency>  <groupId>org.zyre</groupId>  <artifactId>zyre-jeromq</artifactId>  <version>0.1.1-SNAPSHOT</version></dependency>

Building Jyre

  • Install jzmq for your platform
  • You may need to make sure that there is a native librarypath defined for your platform in the pom.xml's section
  • runmvn install

Building zyre-jeromq

To build the version of jyre that uses jeromq:

  • run the script gen-zyre-jeromq.sh, this generates thesubdirectory zyre-jeromq, a pom.xml, and copies srcfiles from the jyre project
  • cd to zyre-jeromq
  • runmvn install

About

Java implementation of ZRE protocol

Resources

License

GPL-3.0, Unknown licenses found

Licenses found

GPL-3.0
COPYING
Unknown
COPYING.LESSER

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp