- PoW (Hashcash) authentication - X.509 CA for phone number certificates (+0 XXX YYY ZZZ) - QUIC transport (hysteria quic-go fork) with ACME TLS - Custom append-only DB engine (from NikoGram) - Call signaling (dial/ring/accept/reject/end) - E2EE media relay (X25519 + ChaCha20-Poly1305) - Brutal congestion control (from hysteria) - Media datagram relay (Opus/VP9/H264/H265) - Graceful shutdown
7 lines
85 B
Go
7 lines
85 B
Go
package main
|
|
|
|
import "github.com/niko/qcc/cmd/qccd"
|
|
|
|
func main() {
|
|
qccd.Execute()
|
|
}
|