Secure peer-to-peer using DTLS-transported WebRTC data channels. Written in Go.
Go to file
Icedream 7bde2357f3
Do not handle Close during file transfer as a failed requirement.
2019-07-11 14:48:01 +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 Do not handle Close during file transfer as a failed requirement. 2019-07-11 14:48:01 +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 Do not handle Close during file transfer as a failed requirement. 2019-07-11 14:48:01 +02:00