Christian Koch
Christian Koch
I'm still getting the error "Server error: no changed address." using the google servers. EDIT: Google servers seem to have changed their port. But when using Port 19305 the returned...
@xiang90 My Code: func minimalExample() { stunClient := stun.NewClient() stunClient.SetServerHost("stun1.l.google.com", 19305) _, host, err := stunClient.Discover() ``` if err != nil { log.Println(err) return } if host == nil {...
@ccding @xiang90 I tried to debug this a bit more. Now I think 19302 seems to be the correct port for googles stun servers. Requests to 19305 don't give any...
Actually I was looking for a stun library working with in-the-wild-servers, even if they don't respect the RFC ;-)
I don't think there is a bug in the google servers. Obviously they're using STUN from RFC 5389, which obsoletes RFC 3489 (which seems to be implemented in go-stun). The...
I think I'm having the same problem. Perhaps the Image is not public? ``` Events: Type Reason Age From Message ---- ------ ---- ---- ------- Normal Scheduled 2s default-scheduler Successfully...
Is this project still actively maintained? I don't wanna offend anyone, I'm just curious as there a a lot of open merge requests (and actually also one I made and...
Ich häng mich hier mal mit dran, da es mir scheint dass ich das selbe Problem habe. Ich habe eine Elli Wallbox und u.a. einen Renault Twingo. Da der Twingo...