added index.html page

This commit is contained in:
2021-07-08 22:21:42 +04:00
parent 655c5de4ec
commit aabac388ba
2 changed files with 48 additions and 1 deletions

View File

@@ -113,7 +113,7 @@ The docker id is present in the output where you create a container
p2prc --rm=<server ip address> --id=<docker container id>
```
### Adding servers to ip table
### Adding servers to ip table
```
p2prc --as=<server ip address you want to add>
```

47
index.html Normal file
View File

@@ -0,0 +1,47 @@
<html>
<head>
<title>P2PRC</title>
<style>
body { font-family: sans-serif; }
</style>
</head>
<body>
<img src="Docs/images/p2prclogo.png" alt="P2PRC">
<h1>P2PRC</h1>
<b>A peer to peer network designed for computation</b>
<p>P2PRC is peer to peer to network designed for computation reasons.</p>
<p>This project was developed during my 4th year dissertation at Heriot-Watt university and We are getting the
project to a usable state. </p>
<p> It's purpose is for people to use each others computers rather than servers such as AWS and Azure. </p>
<p><b>Project:</b></p>
<ul>
<li><a href="https://github.com/Akilan1999/p2p-rendering-computation">P2PRC on GitHub</a></li>
<li><a href="https://discord.gg/b4nRGTjYqy">P2PRC Discord Server</a> <font color="red">(join here to chat!)</font></li>
</ul>
<p><b>Community Server to download public network</b></p>
<ul>
<li>
<b>IP Address: 172.104.44.195</a></b>
<p>Use this server to only download part of the p2p network</p>
</li>
</ul>
<p><b>Main developer:</b></p>
<ul>
<li>
<b><a href="https://akilan.io">Akilan Selvacoumar</a></b>
</li>
</ul>
<p><b>Other links:</b></p>
<ul>
<li><a href="https://www.youtube.com/channel/UChy18QB1hBzZ7MniIW_FJvQ">Akilan Selvacoumar on YouTube</a></li>
</ul>
</body></html>