[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: where to get source code of SMI v2 compiler?



Hi!

Lei> I want to study SMI v2 compiling. Could you do me a favor to let
Lei> me know where to find free C/C++/VC++ sample or source code for
Lei> SMI V2 compiler? 

I'd suggest to take a look at libsmi. Its core contains an SMIv1/v2
parser built with flex/bison. The software package also contains tools
to check MIB modules and to compile MIBs into 18 different
destination formats. Libsmi is freely available under a BSD-alike
license.

        http://www.ibr.cs.tu-bs.de/projects/libsmi/

 -frank