Im trying to run python script on OpenWrt box: #!/root/system/usr/bin/python import subprocess p = subprocess.Popen([r\"snmpget\",\"-v\",\"1\",\"-c\",\"public\",\"-Oqv\",\"-Ln\", \"192.168.1.1\",\"1
Which MIB do I need if I am trying to find the routing table of a Linksys WRT54G with openWRT ins开发者_StackOverflow中文版talled on it?That should be MIB II. The SNMP ObjectID (OID) is .1.3.6.1.2.1.4
I have an existing solution written in Java which I would love开发者_高级运维 to run on OpenWrt routers. Will OpenWrt even run Java without installing a lot of dependencies? Anyone ever tried this?I\'
Here\'s the setup: 1 web server running a C# app to which my users (stored in a MySQL database on said server) authenticate.