client

command
v1.1.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 7, 2019 License: MIT Imports: 5 Imported by: 0

README

client

Client is a simple TURN client. It sends a STUN binding request to the TURN server and prints the result.

Usage

Native

First install the client:

go get github.com/pion/turn
go install github.com/pion/turn/cmd/client

Next, run the executable. Note: This assumes $GOPATH/bin is part of your $PATH.

client

You can pass arguments as follows:

client -host 127.0.0.1 -port 3478
Docker

First build the container:

docker build -t turn-client -f Dockerfile.production .

Next run the container:

docker run turn-client

You can pass arguments as follows:

docker run turn-client -host 127.0.0.1 -port 3478

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL