This website works better with JavaScript.
Explore
Help
Sign In
brejela
/
lua-zmq
Watch
1
Star
0
Fork
You've already forked lua-zmq
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28
Commits
4
Branches
3
Tags
555 KiB
C
68.3%
Lua
30.1%
CMake
1.6%
253d931a77
master
zmq3.0
native_objects
lua-zmq
v1.0
v1.1
v1.2
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '253d931a77'
${ noResults }
Go to file
HTTPS
Download ZIP
Download TAR.GZ
Download BUNDLE
Clone in VS Code
Cite this repository
APA
BibTeX
Cancel
Aleksey Yeschenko
253d931a77
fixed socket options [jugg]
16 years ago
examples
Renamed s:getsockopt -> s:getopt, s:setsockopt -> s:setopt
16 years ago
perf
Renamed s:getsockopt -> s:getopt, s:setsockopt -> s:setopt
16 years ago
API.md
Renamed s:getsockopt -> s:getopt, s:setsockopt -> s:setopt
16 years ago
Makefile
License
16 years ago
README.md
links
16 years ago
zmq.c
fixed socket options [jugg]
16 years ago
README.md
About
Lua bindings to zeromq2.
Installation
$ make install
API
See
API.md
and
ØMQ docs
.