Giter Site home page Giter Site logo

darkspace's Introduction

Project Layout

Darkspace is a virtual space where you can facilitate encrypted voice communication based on locality in the space.

Visual and Game Components

There are some minimalish game engines in rust like bevy. But this still seems like too much. All we need is to render sprites in a loop and move based on keyboard input.

Vulkano and glib graphics libraries are popular but I haven't looked deeply.

Multiplayer

This can either be server based and self-hosted for security, or else completely decentralized in a p2p gossip network. The latter will be slow and there will be lots of timing incongruencies between clients, but the demands of the vspace are not very high and some latency is fine.

p2p also means people can cheat and teleport etc. This can be a feature not a bug.

Privacy/Security

Both voip calls and position info should be e2e encrypted. Since info about location can also reveal who is talking with who.

Each user will have a local public/priv key which (pub) is shared when establishing a voice connection.

Private Voice Calls

Two users can start a call by establishing a shared secret. Audio is then streamed p2p.

When a third person wants to join the conversation, all 3 people need to establish a new shared secret. When one person leaves, the remaining will establish a new shared secret. This can be done using an iterative diffie-hellman key exchange. A slower implementation would just encrypt for every person's public key.

Public Voice Calls

There are also public areas where voice communication is unencrypted.

darkspace's People

Contributors

jaybutera avatar

Watchers

James Cloos avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.