Re: (CL Net SNMP) cl-net-snmp without ZEBU
Brought to you by:
binghe
From: William A. <an...@bi...> - 2008-03-14 18:38:49
|
>> This works great. Obviously MIP parsing is desirable, but so >> many of my other tools don't bother that its easy to use the OIDs. I >> keep lists of the things myself in several tools. > >I decide throw ZEBU and switch to other LALR parser tools. On >LispWorks, I can use the "parsergen" tool which shiped with LW, and >for other Lisps, the cl-yacc and cl-lexer can work. Is ASN.1 parsable with a META parser, or is it too tricky? >The most important part of my design is A expert system built on >KnowledgeWorks(R) or LISA (lisa.sourceforge.net), and ResearchCyc. I >want to use AI theory to detect whether/when a remote device is health >or not, then give SA alerts (SMS, Mail, GTalk, ...) and even operation >advice... In this part, OPS5/CLIPS_like forward-chain rules is more >fit than the Prolog_like backward-chain rules. The GBBopen project may >also be used to solve something... I agree that LISA or some similar tool would be very useful here. My main interest in PROLOG is that I find it (or rather, unification) is a really nice database. With careful rules you can extract data in sophisticated ways I find more pleasant than SQL+postprocessing. >A little crazy, like you? ^_^ It's uncanny! Except for a few technology choices (I favor Hunchentoot over CL-HTTP), we want to do a lot of the same things. -- wm |