mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-16 00:00:02 +01:00
- Build RPM packages for VILLASnode and dependencies with the ‚rpm‘, ‚rpm-villas‘, ‚rpm-livxil‘ and ‚rpm-libwebsockets‘ make targets - Upload new RPM packages to the repository with the ‚deploy‘ make target - Build a developer Docker image with the `docker-dev` target - Run the developer image with the `run-docker-dev` target - Build a production Docker image with the `docker` target This requires that all RPM packages have been build previously! - Use hard-coded default paths where applicable - Updated index website - Added some usage information and hints Documentation of the new system is still outstanding
58 lines
1.4 KiB
HTML
58 lines
1.4 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>VILLASnode: Connecting real-time power grid simulation equipment</title>
|
|
<style>
|
|
body {
|
|
margin: 5em;
|
|
}
|
|
h2 {
|
|
margin-bottom: 2em;
|
|
text-align: center;
|
|
}
|
|
h2 > a {
|
|
margin:; 1em;
|
|
padding: 0.5em;
|
|
border: 1px solid black;
|
|
border-radius: 8px;
|
|
background-color: lightgrey;
|
|
}
|
|
* {
|
|
font-family: sans-serif;
|
|
}
|
|
a:visited {
|
|
color: black;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<h1 style="margin-bottom: 2em">VILLASnode: Connecting real-time power grid simulation equipment</h1>
|
|
|
|
<h2><a href="socket/">WebSocket Mockup</a></h2>
|
|
<h2><a href="doc/">Documentation</a></h2>
|
|
|
|
<!-- <p>
|
|
<ul>
|
|
<li>Source Code: <a href="http://git.rwth-aachen.de/VILLASframework/VILLASnode">RWTH GitLab</a></li>
|
|
<li><a href="doc/">Documentation</a></li>
|
|
<li><a href="coverage/">Coverage</a></li>
|
|
<li><a href="socket/">WebSocket demo</a></li>
|
|
</ul>
|
|
</p>
|
|
-->
|
|
<h3>Contact</h3>
|
|
<p>
|
|
|
|
<ul>
|
|
<li><a href="https://villas.0l.de">VILLASframework Website</a></li>
|
|
<li><a href="http://www.acs.eonerc.rwth-aachen.de">Institute for Automation of Complex Power Systems</a></li>
|
|
</ul>
|
|
<ul>
|
|
<li><a href="mailto:stvogel@eonerc.rwth-aachen.de">Steffen Vogel</a></li>
|
|
<li><a href="mailto:mstevic@eonerc.rwth-aachen.de">Marija Stevic</a></li>
|
|
</ul>
|
|
<img src="acs_eonerc_logo.svg" alt="ACS Logo" width="375" height="110" />
|
|
</p>
|
|
</body>
|
|
</html>
|