Integrate snmp to busybox

Laszlo Papp lpapp at kde.org
Tue Nov 4 11:11:40 UTC 2014


On Tue, Nov 4, 2014 at 9:13 AM, Akhilesh kumar <95akumar at gmail.com> wrote:
> 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.

Why would you need to reflash anything for putting a program on your
board on top of the Linux kernel? That would be very inconvenient,
wouldn't it? The technology has been a bit ahead for a couple of
decades now, Akhilesh.

Again, as Goetz wrote correct, busybox is not a container for
everything. If you want to put the wput executable (not wput.c, no, as
that is the source unless you want to build on the target), just put
it. Use Yocto, buildroot or some manual system that does it for you.

> On Tue, Nov 4, 2014 at 2:14 PM, Goetz Salzmann <bock at blacknet.de> 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
>> busybox at busybox.net
>> http://lists.busybox.net/mailman/listinfo/busybox
>
>
>
> _______________________________________________
> busybox mailing list
> busybox at busybox.net
> http://lists.busybox.net/mailman/listinfo/busybox


More information about the busybox mailing list