Secure peer-to-peer using DTLS-transported WebRTC data channels. Written in Go.
Go to file
Icedream f2ebb86bf3
Use Connected event to mark end of file transfer.
2019-07-11 14:47:30 +02:00
cmd Use Connected event to mark end of file transfer. 2019-07-11 14:47:30 +02:00
internal Initial commit. 2019-07-11 14:00:45 +02:00
.gitignore Initial commit. 2019-07-11 14:00:45 +02:00
connection_state.go Initial commit. 2019-07-11 14:00:45 +02:00
downloader.go Initial commit. 2019-07-11 14:00:45 +02:00
errors.go Initial commit. 2019-07-11 14:00:45 +02:00
file.go Initial commit. 2019-07-11 14:00:45 +02:00
file_info.go Initial commit. 2019-07-11 14:00:45 +02:00
go.mod Initial commit. 2019-07-11 14:00:45 +02:00
go.sum Initial commit. 2019-07-11 14:00:45 +02:00
sendaround_client.go Initial commit. 2019-07-11 14:00:45 +02:00
uploader.go Initial commit. 2019-07-11 14:00:45 +02:00