module
Version:
v0.0.0-...-5ff8162
Opens a new window with list of versions in this module.
Published: Sep 22, 2022
License: Apache-2.0
Opens a new window with license information.
README
¶
subspace
File sharing application.
OS |
386 |
amd64 |
arm6 |
arm64 |
Linux |
✅ |
✅ |
✅ |
✅ |
Windows |
✅ |
✅ |
|
✅ |
MacOS |
|
✅ |
|
✅ |
Building
Requirements:
- Golang 1.16+
- Goreleaser (optional, to build linux packages)
go test ./...
mkdir -p ./licensing/my-licenses
touch ./licensing/my-licenses/make_embedFS_happy
go-licenses save github.com/jimmale/subspace --force --save_path="licensing/my-licenses"
go build -buildmode=pie -ldflags "-s -w" -o ./subspace ./cmd/main.go
Build packages
goreleaser release --rm-dist --snapshot
Dependencies
Buildtime
Runtime
TODO
- Peer discovery
- Cache
- Out of Band
- Bittorrent Trackers
- LAN multicast
- DHT
- Peer Exchange
- Cert Management
- Generate new Cert
- Keep Peer Certs
- Trust Peer Certs
- Network Management
- Transfers
- Transfer Resume
- Compression
- BT-style sharing (eg if Alice and Bob are downloading from Charlie, Alice and Bob will share chunks of the file amongst themselves)
- CI/CD
- Build in licenses for
--license
invocation
- Semantic Versioning
- Include Buildinfo (git revision, release version, GOOS, GOARCH, Build Time)
- RPM Packages
- Deb Packages
- Windows EXEs
- OSX DMG
Directories
¶
Click to show internal directories.
Click to hide internal directories.