The next-generation master server for Northstar.
First install Go from here: https://go.dev/doc/install
Then run the following commands:
go run ./cmd/atlasTo build Atlas, run the following command:
go build ./cmd/atlasRun the main.exe or directly with go run ./cmd/atlas and update your northstar config to point to the new masterserver.
ns_masterserver_hostname "localhost:8080"