Re: Size of executable!

2012-05-30 Thread Geoffrey Fournier
Please someone can tell me what is the minimum size reached for a net-snmp agent for an embedded system? I have reduced my installation from nearly 5MB to 2.4MB. My lib is weighted around 1.7MB it's quite big! Moreover this file is growing up after the execution of the snmp agent :s I think i am d

Question about tinysnmp

2012-05-29 Thread Geoffrey Fournier
Hi! I have some problems with the size of net-snmp. I have heard about tinysnmp do u know if a stable version exist? Do you have already tested it? what do you think about it? have u got some links ? Thanks you -- Live Sec

Size of executable!

2012-05-23 Thread Geoffrey Fournier
Hi ! A little question about the compilation and the size of the executable. At the first time i was using this executable on a ubuntu machine! The size of the executable without strip it is nearly 16,9ko. I was using the makefile given in some example in order to create the example-demon. After

Hi, configuration problem on arago :s

2012-05-11 Thread Geoffrey Fournier
Hi :) I try to install net-snmp on my target, an embedded linux with arago. My problem is when i run the ./configure commande, after to answer to the default questions i have this error message : configure: error: file program not found although it is needed by libtool. What is the f

Simple coding question

2012-05-04 Thread Geoffrey Fournier
Hi! I have generate a scalar in my MIB thanks to the example Scalar_int.c example. I want to create a little loop in order to modify the value of the data store in the MIB. As a beginner i have just had this one has the end of the void init_scalar_int(void). Obviously that didn't work. Moreover, my

Snmp agent process

2012-05-02 Thread Geoffrey Fournier
Hi! Thanks to the example i have write one integer in a MIB (nstAgentPluginBoject). This one is a dynamically loadable object. One host (unbuntu 10.04 with net-snmp 5.7) change the variable of the target MIB (for the moment another computer with the same configuration as previously). I want to di

Mib for dummies

2012-04-26 Thread Geoffrey Fournier
Hi, After to well configured my snmp, now i try to create a table of data used by my target to write some data float or integer. I am following the tutorial at this address http://www.net-snmp.org/tutorial/tutorial-5/toolkit/mfd/if-mib/ifTable/structures.html . Everything goes fine until the make

Question about difference between V5.4.3 V5.7.1

2012-04-24 Thread Geoffrey Fournier
Hi! It's again me for a newbie question! I have seen i have installed two version of snmp it's why i was a little lost. I know that by default the snmp.conf snmpd.conf are in etc/snmp/ for the version 5.4.3 and inside usr/local/etc/snmp for V5.7.1. For the moment it's okay. When i have both insta

Hi :) need help for configuration of snmpd.conf

2012-04-20 Thread Geoffrey Fournier
Hi :) I am a beginner in snmp management. I try to make a simple connection between two computer (ubuntu) thanks to an ethernet communication (cross-wire). I would like to know how i have to configure the superviser and the receiver of the command. I try to follow all the existing link but when i

Hi, beginner

2012-04-19 Thread Geoffrey Fournier
Hi! I am news in the domain of SNMP. I have beginning to understand how that works i want to make a simple program to read and change integer value from a computer to a target but i am a little lost. For the moment i try to read a value on my localhost and display it. I think i have understand the