Skip to content

prasadtiru/UnetSockets.jl

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CI
[ UnetStack 3.1.0 ]

UnetStack Julia API

Julia UnetSocket API to connect to UnetStack.

Installation

In Julia REPL:

julia> # press "]" to enter package manager
pkg> add UnetSockets

Example usage

In Julia REPL:

julia> using UnetSockets
julia> sock = UnetSocket("localhost", 1100);
julia> send(sock, "hello world!", 2)
true
julia> close(sock)

For more details, see help (press "?" in Julia REPL) for UnetSockets.

About

Julia UnetSockets API

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Julia 96.9%
  • Makefile 1.2%
  • Other 1.9%