A command an control implementation in go. Let's see how far I can go with this.
Go to file
Stefan Friese bdb11641d3 moved parts like websocket server, name generator and api to the src directory. Removed redundant code from main.go. Removed templates and directories which won't be needed 2025-01-15 15:38:23 +00:00
agents added Makefiles 2025-01-14 15:09:09 +00:00
pkg/mod moved parts like websocket server, name generator and api to the src directory. Removed redundant code from main.go. Removed templates and directories which won't be needed 2025-01-15 15:38:23 +00:00
src moved parts like websocket server, name generator and api to the src directory. Removed redundant code from main.go. Removed templates and directories which won't be needed 2025-01-15 15:38:23 +00:00
templates moved parts like websocket server, name generator and api to the src directory. Removed redundant code from main.go. Removed templates and directories which won't be needed 2025-01-15 15:38:23 +00:00
.gitignore added Makefiles 2025-01-14 15:09:09 +00:00
LICENSE
Makefile add autogeneration of help target for Makefile 2025-01-15 07:52:03 +01:00
README.md
go.mod
go.sum
gomatic.sql added IP address to the agents 2025-01-10 02:47:33 +01:00
main.go moved parts like websocket server, name generator and api to the src directory. Removed redundant code from main.go. Removed templates and directories which won't be needed 2025-01-15 15:38:23 +00:00
rename.sh

README.md

gontrol

A command an control implementation in go. Let's see how far I can go with this.