--- import Layout from '~/layouts/PageLayout.astro'; import Header from '~/components/widgets/Header.astro'; import Hero2 from '~/components/widgets/Hero2.astro'; import Steps2 from '~/components/widgets/Steps2.astro'; import Hero from '~/components/widgets/Hero.astro'; import Content from '~/components/widgets/Content.astro'; import CallToAction from '~/components/widgets/CallToAction.astro'; import { headerData } from '~/data'; const meta = { title: 'Sub projects', }; ---
Sub projects

P2PRC

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.
More information about p2prc.

Remote Gameplay

The aim of this project is develop a WebRTC screenshare designed for streaming video games and accepting remote inputs.There will be ansible instructions which can be executed inside into any virtual environment. This will be a plugin which complements the project P2PRC.
More information about Remote Gaming.