network-storage: implement a non-blocking parallel solution
network-storage: attempt to make futures non-blocking they still block due to `log-level?` being called somewhere
network-storage: implement a parallel solution using futures
network-storage: make host struct serializable
network-storage: minor syntax beautifications
network-storage: implement a pseudo-parallel sequence-map
network-storage: refactor solution: use defines instead of letrec
network-storage: implement a non-parallel solution
network-storage: use uuids; use match-letrec in generate-network
network-storage: build-spanning-tree: simplify code
network-storage: factor big lambdas out of generate-network
network-storage: refactor network generation parametrization
network-storage: use graphviz to visualize networks
network-storage: add info.rkt
network-storage: implement network generation