018d6a71cfeddd7f6ea21408622104566598605a
				
			
			
		
	Reviewed-on: #2
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
- 
- API Index, nothing to see.
 
 - 
- Autogenerated API docs, mildy interesting
 
 - 
http://localhost:8000/static/index.html
- Rendered HTML index, very interesting
 
 
Description
				
					Languages
				
				
								
								
									Python
								
								60.2%
							
						
							
								
								
									JavaScript
								
								36%
							
						
							
								
								
									HTML
								
								3.8%