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.
linux-wlan-ng/add-ons/mibedit
mark f63dc41ae1 Fixes for the new rc.wlan script and the install rule for etc/Makefile. 22 years ago
..
macros Added missing file. 22 years ago
pixmaps Initial version MIBEDIT project 22 years ago
po Fixes for the new rc.wlan script and the install rule for etc/Makefile. 22 years ago
src Fixed all errors in building MIBEDIT and re-committed them for the initial version of MIBEDIT. 22 years ago
AUTHORS Initial version MIBEDIT project 22 years ago
ChangeLog Initial version MIBEDIT project 22 years ago
Makefile.am Initial version MIBEDIT project 22 years ago
NEWS Initial version MIBEDIT project 22 years ago
README Change README to reflect new installation procedure 22 years ago
TODO Initial version MIBEDIT project 22 years ago
acconfig.h Initial version MIBEDIT project 22 years ago
autogen.sh Initial version MIBEDIT project 22 years ago
configure.in Initial version MIBEDIT project 22 years ago
mibedit.glade Initial version MIBEDIT project 22 years ago
stamp-h.in Initial version MIBEDIT project 22 years ago

README

* README
*
* Copyright (C) 2001 AbsoluteValue Systems, Inc.  All Rights Reserved.
* --------------------------------------------------------------------
*
* mibedit
*
*   The contents of this file are subject to the Mozilla Public
*   License Version 1.1 (the "License"); you may not use this file
*   except in compliance with the License. You may obtain a copy of
*   the License at http://www.mozilla.org/MPL/
*
*   Software distributed under the License is distributed on an "AS
*   IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
*   implied. See the License for the specific language governing
*   rights and limitations under the License.
*
*   Alternatively, the contents of this file may be used under the
*   terms of the GNU Public License version 2 (the "GPL"), in which
*   case the provisions of the GPL are applicable instead of the
*   above.  If you wish to allow the use of your version of this file
*   only under the terms of the GPL and not to allow others to use
*   your version of this file under the MPL, indicate your decision
*   by deleting the provisions above and replace them with the notice
*   and other provisions required by the GPL.  If you do not delete
*   the provisions above, a recipient may use your version of this
*   file under either the MPL or the GPL.
*
* --------------------------------------------------------------------
*
* Inquiries regarding the mibedit Open Source project can be
* made directly to:
*
* AbsoluteValue Systems Inc.
* info@linux-wlan.com
* http://www.linux-wlan.com
*
* Erik Turner
* eturner@ectsoftware.com
*
* --------------------------------------------------------------------

Description:
The mibedit package is a GTK/Gnome application which provides a GUI 
interface to the linux-wlan program.

For a list of elements that are still undone, see the TODO file in 
this directory.

License:
See the COPYING and LICENSE files.

Top level directory for mibedit:
./doc		- source distribution documentation
./man		- man pages
./etc		- scripts used at run-time
./src		- source code for various components

Note:
Some of the subdirectories have empty README files.  This means we haven't 
gotten to the contents of these directories.  The empty README is just a trick
to prevent CVS from pruning the directory.

This software requires installation of version 0.1.9 or later of the 
linux-wlan-ng package to run properly.  

Theory of operation:
All known MIB's are enumerated and a tree view is built from the enumeration.
This tree view displays the MIB name and access method.  MIB's which are 
detected to be "not_supported" appear in a different color.  Selecting a leaf 
node causes the MIB name and datatype to be displayed and the associated MIB 
to be read.  A MIB can also be re-read by pressing the READ button or written 
by entering a value in the "new value" field and pressing the WRITE button.  
Output from the execution of the command gets concatenated to a list view at 
the bottom of the screen.  Result codes from the execution of the commands 
are processed and displayed.

Build Instructions:

1)  Make sure you have installed the linux-wlan-ng package (run 
    "wlanctl-ng version" to verify).

2)  Verify that "mibedit" sub-directory exists below the "add-ons" sub-directory
    of the linux-wlan-ng package.

3)  Change directory into the "mibedit" directory and run "./autogen.sh"

4)  To build the package, run 'make all'

5)  As root, install the package by running 'make install'.