This is a discussion on Re: Porting the net-snmp agent to an embedded OS based on VxWorks. within the SNMP Coders forums, part of the Networking and Network Related category; On Wed, 19 Dec 2007 13:53:42 +0200 Mauro wrote: MR> Its OS is based on VxWorks, supports ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
On Wed, 19 Dec 2007 13:53:42 +0200 Mauro wrote:
MR> Its OS is based on VxWorks, supports a partial set of standard library MR> functions and has its own system services. MR> MR> I have a specific 'C' compiler for this device that doesn't support MR> makefiles. MR> MR> I will write all the modules by my self so I need the agent without any MR> modules. MR> MR> Can I port the net-snmp agent to this device? Sure. If you've got the time, we've got the source. MR> What are the files that relate only to the agent? What you are trying to do isn't all that common, so we don't have it broken down that way. You're going to have to do a lot of the legwork yourself. For the agent, the files in agent and agent/helpers would be a good start. MR> Can I use only the code that decode/encode SNMP messages, what are the files MR> with this code? Poke around in snmplib. ans1.c would be a good starting point. See what it defines, and who calls those functions. You could document what you find in our wiki, so others can benefit from your research. <http://www.net-snmp.org/wiki> ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Net-snmp-coders mailing list Net-snmp-coders@lists.sourceforge.net https://lists.sourceforge.net/lists/...et-snmp-coders |