Create scaffolding of ddl-simulator
Implement global server as control plane Implement device to get their info from global server and connect each others
This commit is contained in:
Vendored
+6
@@ -0,0 +1,6 @@
|
||||
package env
|
||||
|
||||
const (
|
||||
PROTOCOL = "tcp"
|
||||
SOCKET = "/tmp/ddp-simulator/%s.sock"
|
||||
)
|
||||
Reference in New Issue
Block a user