Add RPL nodes and border router to minimal-net platform (cygwin only)
This commit is contained in:
parent
6749281a87
commit
c48b7ab78d
10 changed files with 843 additions and 78 deletions
|
@ -13,6 +13,7 @@
|
|||
<p class="menu">
|
||||
|
||||
<a href="/">Front page</a><br>
|
||||
<a href="status.shtml">Status</a><br>
|
||||
<a href="files.shtml">File statistics</a><br>
|
||||
<a href="tcp.shtml">Network connections</a><br>
|
||||
<a href="processes.shtml">System processes</a><br>
|
||||
|
|
|
@ -13,6 +13,7 @@
|
|||
<p class="menu">
|
||||
|
||||
<a href="/">Front page</a><br>
|
||||
<a href="status.shtml">Status</a><br>
|
||||
<a href="files.shtml">File statistics</a><br>
|
||||
<a href="tcp.shtml">Network connections</a><br>
|
||||
<a href="processes.shtml">System processes</a><br>
|
||||
|
|
11
apps/webserver/httpd-fs/status.shtml
Normal file
11
apps/webserver/httpd-fs/status.shtml
Normal file
|
@ -0,0 +1,11 @@
|
|||
%!: /header.html
|
||||
<h4>Addresses</h4>
|
||||
%! addresses
|
||||
<h4>Neighbors</h4>
|
||||
%! neighbors
|
||||
<h4>Routes</h4>
|
||||
%! routes
|
||||
<h4>Sensors</h4>
|
||||
%! sensors
|
||||
</table>
|
||||
%! file-stats .
|
Loading…
Add table
Add a link
Reference in a new issue