Skip to content

MatriksData/Naniks.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Naniks - Nanomsg Connector for Julia

An iterator based Nanomsg connector for Julia.

Installation

Naniks is not regintered yet. Therefore, you need to install by cloning the Github repository ao follows:

Pkg.clone("https://github.com/MatriksData/Naniks.jl.git")

Usage

Naniks functions and constants would be accessible thorough both Naniks and NN namespaces.

using Naniks

socket = NN.Socket(NN.Bus)
NN.bind(socket, "tcp://127.0.0.1:2000")

for msg in socket
    println(String(msg))
end

The library is still in active development.

About

An iterator based Nanomsg wrapper interface for Julia.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages