Skip to content

License

Notifications You must be signed in to change notification settings

LeonardoCerv/p2p-video-chat

Repository files navigation

📖 🇪🇸 También disponible en español: README.es.md

p2p-video-chat

Rust Iroh CLI License

this is a CLI application for peer-to-peer video chat using the Iroh crate and the gossip protocol.

How to use:

On macOS/Linux:

  • Download the p2p-video-chat binary

  • Open your terminal app and run cd Downloads

  • Person A runs: ./p2p-video-chat open

  • Person A shares the room code that appears

  • Person B runs: ./p2p-video-chat join de>

  • You're connected!

On Windows:

  • Download the p2p-video-chat.exe binary

  • Open your command prompt app and run cd Downloads

  • Person A runs: p2p-video-chat.exe open

  • Person A shares the room code that appears

  • Person B runs: p2p-video-chat.exe join de>

  • You're connected!

Requirements

  • Camera access (ideal for video chat)
  • Internet connection
  • Terminal/command line

Notes

  • Maximum 2 people per room
  • The connection is peer-to-peer (direct between you and your friend)
  • No data goes through external servers once connected
  • close the terminal or press Ctrl+C to exit

License

This project is licensed under the MIT License - see the LICENSE file.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages