Sha256: c85134b5abf41fdf5d61a6c0879855e36e9ab94ca6fa32b9fd6be0051e84ee7d

Contents?: true

Size: 1.42 KB

Versions: 6

Compression:

Stored size: 1.42 KB

Contents

= Rethtool

Have you ever needed to get at some details about a network interface from
inside a Ruby script, but got stuck trying to parse the output of ethtool?
If so, you're one-in-a-million, but at least you don't have to write an
ethtool parser any more.  use Rethtool instead!

At present, Rethtool only supports a couple of things:

* Retrieve various details about the interface (link speed, duplex, etc).

* Determine if the link is currently up or down.

Adding extra SIOCETHTOOL features is relatively straightforward, thanks to
cstruct and the base infrastructure already in place, so feel free to have a
hack and send me a patch.


== Contributing to rethtool
 
Send me patches via e-mail, please (theshed+rethtool@hezmatt.org).  I might
eventually notice a pull request on github, but e-mail goes straight to my
frontal lobe.


== Copyright

Copyright (C) 2011 Matt Palmer <mpalmer@hezmatt.org>

This program is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License version 3, as
published by the Free Software Foundation.

This program is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
General Public License for more details.

You should have received a copy of the GNU General Public License along
with this program; if not, see <http://www.gnu.org/licences/>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
rethtool-0.0.8 README.rdoc
rethtool-0.0.6 README.rdoc
rethtool-0.0.5 README.rdoc
rethtool-0.0.4 README.rdoc
rethtool-0.0.3 README.rdoc
rethtool-0.0.2 README.rdoc