> Is there any way to:
> - maybe read this table more efficient?
> - increase the speed of reading the table?
> - any information on maybe how to write another gettable function? -
> or maybe a way to read only one specific column (or a few interesting
> colums) without reading the rest of the columns?

I test this sample function long time ago. Maybe is somewhere bug.

However this my function is really not effective. Each field in the 
table is readed by one SNMP query. However you can ask multiple 
values by one SNMP query. So, when you know table structure, you can 
write much more effective function.

Best way 'how to do' is to use WireShark and capture MIB-browser 
communication. Then you can see how it reading your table and what 
SNMP commands it using. WHen you know how, then you can code it in 
Synapse too.


-- 
Lukas Gebauer.

http://synapse.ararat.cz/ - Ararat Synapse - TCP/IP Lib.
http://geoget.ararat.cz/ - Geocaching solution


------------------------------------------------------------------------------
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 & L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today.
http://p.sf.net/sfu/beautyoftheweb
_______________________________________________
synalist-public mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/synalist-public

Reply via email to