24 lines
960 B
Markdown
24 lines
960 B
Markdown
---
|
|
title: "P2P Rendering/Computation"
|
|
summary: p2p network that creates containers and eventually helps in harnessing the computation power.
|
|
tags: ["p2p","rendering","computation"]
|
|
author: "Akilan Selvacoumar"
|
|
draft: false
|
|
aliases: [/p2prc]
|
|
weight: 1
|
|
---
|
|
## About
|
|
The main aim of this project was to create a custom peer to peer network. The user acting as the client has total flexibility on how to batch the tasks and the user acting as the server has complete flexibility on tracking the container's usages and killing the containers at any point of time.
|
|
|
|
#### Project Link: https://github.com/Akilan1999/p2p-rendering-computation
|
|
|
|
## Demo
|
|
{{< youtube LRv3NR2lu7I >}}
|
|
|
|
## Basic Information
|
|
1. Main programming langauge: Go
|
|
2. License: GPLv2
|
|
3. [Installation](https://github.com/Akilan1999/p2p-rendering-computation/blob/master/Docs/Installation.md)
|
|
4. [Documentation](https://github.com/Akilan1999/p2p-rendering-computation/blob/master/Docs/README.md)
|
|
|