A command an control implementation in go. Let's see how far I can go with this.
Go to file
Stefan Etringer 824c387ed7 changed graph logic, so it is only updated when needed. Introduction of right click menu on nodes in the graph, for now details works only 2025-07-16 15:03:04 +00:00
agents changed style of logs so they can read more easily 2025-07-15 15:14:14 +00:00
src changed graph logic, so it is only updated when needed. Introduction of right click menu on nodes in the graph, for now details works only 2025-07-16 15:03:04 +00:00
.gitignore added weblogger to display logs, timestamps and levels on the webpage 2025-04-29 15:03:49 +00:00
LICENSE
Makefile added text formatting to commandOutput 2025-07-04 14:47:21 +00:00
README.md
go.mod refractoring, added test 2025-07-03 14:50:38 +00:00
go.sum refractoring, added test 2025-07-03 14:50:38 +00:00
main.go added the logger interface, json logs, and logs input from agents to the server. This means there is an new type which is named logs. It can be sent from the agents to the server 2025-07-15 13:16:48 +00:00
rename.sh

README.md

gontrol

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