ok correct i got it. if i have my file system ,kernel and the busybox already on my board, and i want snmp support on my board but without reflashing anything(kernel/filesystem/bootloader). Is it possible. I thought i will put the source code files and the library files in the busybox/networking directory. But u say that busybox don't for c libraries.
I also want the wput.c to be in my busybox like other networking commands. Is it possible. On Tue, Nov 4, 2014 at 2:14 PM, Goetz Salzmann <[email protected]> wrote: > > Dear Akhilesh kumar, > > > > could you elaborate on why you want to do this, and what functionality > > > you want to achieve. > > > i have only busybox as an option to provide to my board > > ... > > i want to have snmp support on my board through busybox. So that i can > > monitor my board when i connect it on network. > > > you apparently have no clue what you're talking about. Please do some > basic research. > > Some pointret: > - busybox is NOT a Linux distribution. > - busybox is a collection of basic (system) utilities to get a small > Linux system running, but it does neither provide a kernel nor a c > library or a bootloader. > - you do NOT "have only busybox as an option to privide to my board" > (I can only guess what you mean by that). > - you could use the SDK for your board and add an SNMPd like mini-snmpd. > - there are better options for monitoring small systems than snmp, like > collectd. > > Cu, > Goetz. > > _______________________________________________ > busybox mailing list > [email protected] > http://lists.busybox.net/mailman/listinfo/busybox >
_______________________________________________ busybox mailing list [email protected] http://lists.busybox.net/mailman/listinfo/busybox
