Implement a small program that reads /proc/net/tcp every 10 seconds and outputs any new connections.
Go to file
Mike Holloway 399459c744 modified: main.go
Functions:
			hexadecimal handling
			whitespace management
			csv-like interpolation
	Next steps:
		Create map of key-value pairs using column headers
		Iterate hex conversion fucntions across values
		Track changes every 10 minutes using loop with timestamp
		Report changes to the console
2021-06-24 22:14:25 -04:00
.gitignore Initial commit 2021-06-17 01:49:04 -04:00
main On branch read-file-error-check 2021-06-17 01:50:06 -04:00
main.go modified: main.go 2021-06-24 22:14:25 -04:00