Newer
Older
"code.fbi.h-da.de/cocsn/gosdn/nucleus/interfaces"
"time"
)
/*
* This function is used to start the core of the controller and any auxiliary services.
*/
func StartAndRun(socket, filename string, IsRunningChannel chan bool) {
log.Info("This is the network superintendent...")
log.Info("Starting my ducks")
clients: make(map[string]interfaces.Client),
core.Init(socket, filename, IsRunningChannel)
go core.Shutdown()
log.Info("and ready for take off")
//Just to produce some signs of vitality...
for (true) {