include 'header.php'?>
OWLnet Firmware
Right now I'm testing out openwrt.
Features the firmware will have:
ssh
snmpd
Features to be tested
olsr - Open Link State Routing Protocol
ospf
bgp
iptables
Commands to install the features we want
ipkg install dropbear # install dropbear ssh server
... more to come
$last_modified = filemtime("index.php");
print("Last Modified ");
print(date("m/j/y h:i", $last_modified));
?>