traceroute_map/README.md
2024-06-02 00:22:00 +03:00

576 B

Traceroute Internet Mapper - TIM

Development

# Install all dependencies. `pipenv` was used previously:
pipenv --python 3.11
pipenv install
pipenv shell

# Start dev server
fastapi dev app/main.py

# Start posting data to the tracing endpoint:
traceroute git.rauhala.info -q1 | http POST localhost:8000/trace/MYHOSTNAME

URLs of interest