Important
The project is currently under development.
Bifrost is a WebRTC-based P2P file sharing tool.
- Fork and clone the repository.
- Run the
make build
command. - Run the binary created at
/bin/bifrost
Note
This will be updated once we add support for file transfer.
- Run the
./bin/bifrost send <...files>
and./bin/bifrost receive
commands in seperate terminals. - Copy the SDP key generated by the
send
command as user input forreceive
command. - Copy the SDP key generated by
receive
command as user input forsend
command. - Review and agree for file transfer on the receiver side.