~troyanov/maas:go_network_discovery_refactor

Last commit made on 2023-04-24
Get this branch:
git clone -b go_network_discovery_refactor https://git.launchpad.net/~troyanov/maas
Only Anton Troyanov can upload to this branch. If you are Anton Troyanov please log in for upload directions.

Branch merges

Branch information

Name:
go_network_discovery_refactor
Repository:
lp:~troyanov/maas

Recent commits

7062cd1... by Anton Troyanov

refactor: remove redundant else?

094fa19... by Anton Troyanov

refactor: docstring & nitpicking

8221a56... by Anton Troyanov

refactor: use errgroup & better result capture

2964b8a... by Anton Troyanov

refactor: move signal capture out of Run() to main

1a1a847... by Anton Troyanov

refactor: support LOG_LEVEL

Having just DEBUG feels a bit limiting.

80565c2... by Anton Troyanov

refactor: remove unneeded error

It seems there is no real benefit of having an error, because it
is used only for logging, which can me just a message.

5be7d28... by Anton Troyanov

refactor: go mod tidy

52334ac... by Christian Grabowski

print results as json

008edc1... by Christian Grabowski

add netmon service

b930931... by Christian Grabowski

add package for parsing ARP packets