d6e129179c
Implement global server as control plane Implement device to get their info from global server and connect each others
7 lines
82 B
Go
7 lines
82 B
Go
package env
|
|
|
|
const (
|
|
PROTOCOL = "tcp"
|
|
SOCKET = "/tmp/ddp-simulator/%s.sock"
|
|
)
|