Project

nl-linux

0.0
No release in over 3 years
Linux Netlink client
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies

Runtime

= 0.2.2
= 0.2.2
 Project Readme

Nl - Netlink libraries for Ruby

This repository is the home to three gems:

  • nl -- Core Netlink protocol library.
  • ynl -- YNL (YAML Netlink Specification) parser and code generator.
  • nl-linux -- Client definitions for Linux Netlink subsystems.

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/hanazuki/nl.

License

nl and ynl gems are available under The MIT License. nl-linux gem is dual-licensed under GPL-2.0 WITH Linux-syscall-note and The 3-Clause BSD License because it contains derived works of the Linux kernel's Netlink YAML definitions.

References