diff --git a/src/assets/images/Landing page — Xplane WebRTC.html b/src/assets/images/Landing page — Xplane WebRTC.html new file mode 100644 index 0000000..9d704ec --- /dev/null +++ b/src/assets/images/Landing page — Xplane WebRTC.html @@ -0,0 +1,3636 @@ + + + + + + +Landing page — Xplane WebRTC + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ +
+
+
+
+

+ Free template for Astro 2.0 + Tailwind CSS +

+
+ +
+ + +
+
+ +
+
+ +
+
+
+
+
+ +
+
+
+
+

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. +
+ +
+
+
+
+ +
+
+
+

Prioritising IPV6 over IPV4 address.

+ +
+
+
+
+ +
+
+
+

Preference of using nodes close by.

+ +
+
+
+
+ +
+
+
+

Self learning by traversing through the network.

+ +
+
+
+
+ +
+
+
+

Lighter version of container orchestration.

+ +
+
+
+
+ +
+
+
+

Focuses on making users focus on the instructions to execute rather than the virtualization itself

+ +
+
+
+
+ +
+
+
+
+
+
+

+ 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. +
+ +
+
+
+
+ +
+
+
+

Start screenshare on a remote machine in an automated way.

+ +
+
+
+
+ +
+
+
+

support for Barrier KVM for remote inputs.

+ +
+
+
+
+ +
+
+
+

Automated way to trigger a binary on Screenshare.

+ +
+
+
+
+ +
+
+
+
+
+
+

+ More information about Remote Gaming. +

+ + +
+
+
+
+
+ + + + + + \ No newline at end of file diff --git a/src/assets/images/p2prc-dark-background.png b/src/assets/images/p2prc-dark-background.png new file mode 100644 index 0000000..ef718b1 Binary files /dev/null and b/src/assets/images/p2prc-dark-background.png differ diff --git a/src/assets/images/remotegaming.png b/src/assets/images/remotegaming.png new file mode 100644 index 0000000..a402208 Binary files /dev/null and b/src/assets/images/remotegaming.png differ diff --git a/src/data.js b/src/data.js index 9057100..234dfe7 100644 --- a/src/data.js +++ b/src/data.js @@ -49,8 +49,8 @@ export const headerData = { // ], // }, // { - // text: 'Widgets', - // href: '#', + // text: 'Sub projects', + // href: getPermalink('/project'), // }, // { // text: 'Blog', @@ -60,7 +60,7 @@ export const headerData = { // actions: [ // { type: 'button', text: 'Download', href: 'https://github.com/onwidget/astrowind' } // ], -}; +}; export const footerData = { links: [ diff --git a/src/pages/index.astro b/src/pages/index.astro index 3e74d9a..9b7d665 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -6,6 +6,7 @@ import Hero2 from '~/components/widgets/Hero2.astro'; import Steps2 from '~/components/widgets/Steps2.astro'; import Content from '~/components/widgets/Content.astro'; import CallToAction from '~/components/widgets/CallToAction.astro'; +import { getPermalink, getBlogPermalink, getAsset } from '~/utils/permalinks'; import { headerData } from '~/data'; @@ -183,20 +184,19 @@ const meta = { - + diff --git a/src/pages/project/index.astro b/src/pages/project/index.astro new file mode 100644 index 0000000..de094da --- /dev/null +++ b/src/pages/project/index.astro @@ -0,0 +1,228 @@ +--- +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. + + + + + + + + + + + + + + +