A command an control implementation in go. Let's see how far I can go with this.
Go to file
Stefan Etringer 76d343e8ac 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
agents 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
src 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
.gitignore added weblogger to display logs, timestamps and levels on the webpage 2025-04-29 15:03:49 +00:00
LICENSE Initial commit 2025-01-06 10:59:01 +01:00
Makefile added text formatting to commandOutput 2025-07-04 14:47:21 +00:00
README.md Initial commit 2025-01-06 10:59:01 +01:00
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 init 2025-01-06 11:07:53 +01:00

README.md

gontrol

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