This change adds minimal local development instructions and configuration, as well as fixes several bugs in the traceroute-caller code.
The README.md, docker-compose.yaml and "incomplete" databases in ./testdata/* provide the ability to run tcpinfo, uuid-annotator and the traceroute-caller as they would run on an M-Lab node, sharing a single IP address.
This change fixes several bugs:
Dockerfile now pins the version of ubuntu to a specific version, to prevent changes across builds.
The default directory mode for data directory is now 0777, to prevent directories without 'write' bits set.
Sets the TestTime field, which was always empty.
Removes the static override of the socket filename flag for the uuid-annotator event socket.
This change adds minimal local development instructions and configuration, as well as fixes several bugs in the traceroute-caller code.
The README.md, docker-compose.yaml and "incomplete" databases in
./testdata/*
provide the ability to run tcpinfo, uuid-annotator and the traceroute-caller as they would run on an M-Lab node, sharing a single IP address.This change fixes several bugs:
TestTime
field, which was always empty.This change is