You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
44 lines
1.5 KiB
HTML
44 lines
1.5 KiB
HTML
<html>
|
|
<head>
|
|
<title> Landing 1 </title>
|
|
</head>
|
|
<body>
|
|
<div class="header">
|
|
<h1> RCN Landing </h1>
|
|
</div>
|
|
<div class="content">
|
|
<img src="RCN-Logo.png" style="width: auto; height: 200px"/>
|
|
<h1 class="title">
|
|
Welcome to the Raspberry Communication Network.
|
|
</h1>
|
|
<p class="justify">
|
|
The Raspberry pi Communication-Network is a network of Raspberry-Pi's.
|
|
It's currently still in development. <br> The purpose of this server is to
|
|
display the status of all raspberry-pi's in the network and the data
|
|
of several sensors that are connected to these raspberry pi's. The data
|
|
is stored in a database running on the main backend-server. The
|
|
frontend-server is running either on a differend device or also on the
|
|
backend-server-device. If this is the case, then the data is directly
|
|
fetched from several json files instead of using webservices. The json-
|
|
files are generated by a script running in the background that get's
|
|
data from the database and stores it in these json-files every few
|
|
seconds (depending on the type of data).
|
|
</p>
|
|
<div class="spacer">
|
|
</div>
|
|
<p class="justify">
|
|
|
|
</p>
|
|
</div>
|
|
<div class="footer">
|
|
<p>
|
|
This webpage and server can also be found on github:
|
|
<a href="https://github.com/trivernis/rcn-frontserver">
|
|
RCN-Frontserver
|
|
</a>
|
|
| <i> GNU GPL v3.0 </i>
|
|
</p>
|
|
</div>
|
|
</body>
|
|
</html>
|