A command an control implementation in go. Let's see how far I can go with this.
Go to file
Stefan Etringer e9a0f1b64a typos 2025-07-21 12:28:26 +00:00
agents changed style of logs so they can read more easily 2025-07-15 15:14:14 +00:00
src typos 2025-07-21 12:28:26 +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.