📖 🇪🇸 También disponible en español: README.es.md
this is a CLI application for peer-to-peer video chat using the Iroh crate and the gossip protocol.
-
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 joinde> -
You're connected!
-
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 joinde> -
You're connected!
- Camera access (ideal for video chat)
- Internet connection
- Terminal/command line
- 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
This project is licensed under the MIT License - see the LICENSE file.