Basically, you will be creating an SNMP agent that will be part of OWFS. Every private (that is to say, not part of a standard) implementation utilizes a Private Enterprise Number which determines the 'branch' of the 'tree' where your objects may be found. You obtain a Private Enterprise Number from the IANA. From there you can flesh out the MIB which defines the hierarchy of the objects and their types - and create the agent, which is the software implementation of that MIB. You can of course begin the development and change your enterprise number to the officially assigned one later, but that's the place to start. There are many texts and open source tools on creating SNMP MIBs and agents - but don't be mislead by the 'Simple' in SNMP. It's often a lie ;)
Regards, Paul Davis On 1/18/2011 8:45 PM, Roberto Spadim wrote: > i will read more > but it shouldn't follow any snmp hierarchy > it's owfs hierarchy > but using snmp for "get"/"set" and "walk" (list) values > > 2011/1/18 Paul Alfille<[email protected]>: >> Any idea where in the snmp hierarchy 1-wire devices should be placed? >> ------------------------------------------------------------------------------ Protect Your Site and Customers from Malware Attacks Learn about various malware tactics and how to avoid them. Understand malware threats, the impact they can have on your business, and how you can protect your company and customers by using code signing. http://p.sf.net/sfu/oracle-sfdevnl _______________________________________________ Owfs-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/owfs-developers
