Skip to content

matsumotory/mruby-netlink

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Netlink class for mruby

mruby netlink class

install by mrbgems

  • add conf.gem line to build_config.rb
MRuby::Build.new do |conf|

    # ... (snip) ...

    conf.gem :git => 'https://github.com/matsumoto-r/mruby-netlink.git'
end

example

n = Netlink.new "eth1"

n.down
sleep 5
n.up

n.close

License

under the MIT License:

About

libnetlink binding for mruby

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published