
SNMPFS

Snmp protocol v1 & v2c filesystem implementation.

AUTHORS

Rodolfo <kix@kix.es>
Gabi <gabidiaz@gmail.com>

COMPILING

* To compile, type "mk"
* To clean the files, type "mk clean"

NOTES

This is an implementation of a snmp library and a snmp filesystem.

The usage can be seen on the mkfile provided and the sample 
configuration in doc/local.example

STATUS

snmpget/snmpgetnext/snmpwalk if functional
snmpbulk is not tested
snmpset is incomplete

TODO / BUGS

In general:

* Create a documentation
* The snmpset does not set some things.
* The filesystem is not fully developed, is only a "demo" 

IMPORTANT THINGS

* The asn1 code is imported from the x509 certificates and some parts has been added to the file.  Please, modify only the necesary.
* This code is working, so if you think you can fix it or use it for something drop us a line and we will help you.

