Difference between revisions of "Template:TUT:File-Table-Top-and-basics"
From Net-SNMP Wiki
| (2 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
{{TUT:File-Table-Top}} | {{TUT:File-Table-Top}} | ||
| [http://www.net-snmp.org/tutorial/tutorial-5/toolkit/demoapp/Makefile Makefile] || A simple makefile used to build the projects | | [http://www.net-snmp.org/tutorial/tutorial-5/toolkit/demoapp/Makefile Makefile] || A simple makefile used to build the projects | ||
| + | |- | ||
| + | | [http://www.net-snmp.org/tutorial/tutorial-5/toolkit/mib_module/NET-SNMP-TUTORIAL-MIB.txt NET-SNMP-TUTORIAL-MIB.txt] || The MIB we'll be writing code for in the various pieces of the agent extension tutorial | ||
|- | |- | ||
Latest revision as of 15:50, 15 February 2007
Here are the files discussed in this example so you can download them:
| File | Description |
|---|---|
| Makefile | A simple makefile used to build the projects |
| NET-SNMP-TUTORIAL-MIB.txt | The MIB we'll be writing code for in the various pieces of the agent extension tutorial |