All Projects → JuliaInterop → ZMQ.jl

JuliaInterop / ZMQ.jl

Licence: other
Julia interface to ZMQ

Programming Languages

julia
2034 projects

Labels

Projects that are alternatives of or similar to ZMQ.jl

napalm-logs
Cross-vendor normalisation for network syslog messages, following the OpenConfig and IETF YANG models
Stars: ✭ 131 (+14.91%)
Mutual labels:  zeromq, zmq
zmq
ZeroMQ based distributed patterns
Stars: ✭ 27 (-76.32%)
Mutual labels:  zeromq, zmq
Westworld-Style-Behavior-Pad-Interface
UPDATE 20210705: Adding ZeroMQ functions in to allow full-duplex comms with deep parts of the hosts' cognitive processes, and expose speech recognition background processes, visual processes, etc. ORIGINAL DESCRIPTION >>>This is a working version of the iconic Behavior Pad "Rose Graph" Interface that the Westworld Techs use to set Host Behaviora…
Stars: ✭ 25 (-78.07%)
Mutual labels:  zeromq, zmq
Libzmq
ZeroMQ core engine in C++, implements ZMTP/3.1
Stars: ✭ 7,418 (+6407.02%)
Mutual labels:  zeromq, zmq
pony-zmq
Pure Pony implementation of the ZeroMQ messaging library. 🐴 0️⃣ Ⓜ️ 🍀
Stars: ✭ 64 (-43.86%)
Mutual labels:  zeromq, zmq
MetaTrader4-Bridge
Communication layer between MetaTrader 4 and your project.
Stars: ✭ 66 (-42.11%)
Mutual labels:  zeromq
callosum
An RPC Transport Library for asyncio
Stars: ✭ 17 (-85.09%)
Mutual labels:  zeromq
ZeroMQ
🚀 Client/Server & Pub/Sub Examples with ZeroMQ & Boost
Stars: ✭ 33 (-71.05%)
Mutual labels:  zeromq
imagehub
Receive and save images from multiple Raspberry Pi's
Stars: ✭ 21 (-81.58%)
Mutual labels:  zmq
re-gent
A Distributed Clojure agent for running remote functions
Stars: ✭ 18 (-84.21%)
Mutual labels:  zeromq
jsonrpc2-zeromq-python
JSON-RPC 2.0 over ZeroMQ in Python
Stars: ✭ 52 (-54.39%)
Mutual labels:  zeromq
notification-thing
Python-based implementation of Desktop Notifications Specification (notification-daemon)
Stars: ✭ 24 (-78.95%)
Mutual labels:  zeromq
dynamic-queue
The dynamic queue
Stars: ✭ 17 (-85.09%)
Mutual labels:  zeromq
zlink
making conversation between languages
Stars: ✭ 23 (-79.82%)
Mutual labels:  zeromq
hermes
ZMQ-based framework for building Pub-Sub Systems, written in Python 3.
Stars: ✭ 13 (-88.6%)
Mutual labels:  zmq
faabric
Messaging and state layer for distributed serverless applications
Stars: ✭ 39 (-65.79%)
Mutual labels:  zeromq
distmq
Distributed Message Queue based on Raft
Stars: ✭ 32 (-71.93%)
Mutual labels:  zeromq
paStash
pastaʃ'ʃ = Spaghetti I/O Event Data Processing, Interpolation, Correlation and beyond 🍝
Stars: ✭ 89 (-21.93%)
Mutual labels:  zeromq
distributedRL
A framework for easy prototyping of distributed reinforcement learning algorithms
Stars: ✭ 93 (-18.42%)
Mutual labels:  zeromq
zerorpc-dotnet
A .NET implementation of ZeroRPC
Stars: ✭ 21 (-81.58%)
Mutual labels:  zeromq

ZMQ.jl

A Julia interface to ZeroMQ

Documentation Build Status

ZMQ.jl is a Julia interface to ZeroMQ, The Intelligent Transport Layer.

Installation

The package can be installed with the Julia package manager. From the Julia REPL, type ] to enter the Pkg REPL mode and run:

pkg> add ZMQ

Or, equivalently, via the Pkg API:

julia> import Pkg; Pkg.add("ZMQ")

(This installs its own copy of the ZMQ libraries from the ZMQBuilder repository.)

Documentation

  • STABLEdocumentation of the most recently tagged version.
  • DEVELdocumentation of the in-development version.

Troubleshooting

If you are using Windows and get an error Provider PackageManager failed to satisfy dependency zmq, you may need to restart Julia and run Pkg.build("ZMQ") again. See issue #69 for more details.

Questions and Contributions

Usage questions can be posted on the Julia Discourse forum under the zmq tag, in the #zmq channel of the Julia Slack and/or in the JuliaDocs Gitter chat room.

Contributions are very welcome, as are feature requests and suggestions. Please open an issue if you encounter any problems. The contributing page has a few guidelines that should be followed when opening pull requests and contributing code.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].