pixelbender / go-dtls

Golang: DTLS protocol
MIT License
61 stars 8 forks source link

Problem #2

Open smnd90 opened 7 years ago

smnd90 commented 7 years ago

Hi, I've tested your libraries last week and it wrote only "DTLS: not implemented". Now I make again "go get github.com/pixelbender/go-dtls" but there is error: "can't load package: package github.com/pixelbender/go-dtls: no buildable Go source files in [MY GOPATH]" Anyway I've proceeded to execute test_client and test_server as you shown on the readme but there are two error in dtls.go: "tls.TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305, tls.TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305," undefined. I've commented these two lines and I've proceeded to compile but: "./server.go:14: undefined: dtls in dtls.Config ./server.go:16: undefined: dtls in dtls.Listen" Same error in client: "./client.go:9: undefined: dtls.Dial"

pixelbender commented 7 years ago

@smnd90 Hello, It's not ready yet, I will keep this issue open until first DTLS connection test will pass.

zmk1173411140 commented 3 years ago

你好这个项目还可以用吗