browser:
	/Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --origin-to-force-quic-on=localhost:4433 --ignore-certificate-errors-spki-list=fg/RdHehCFFd4Y51UstQlhKpH6nS2kMR1T3PXo1XBCA=

deps:
	pip3 install -r bucket-brigade-http3/requirements.txt ; pip3 install -r bucket-brigade-http1/requirements.txt

server_http3:
	cd bucket-brigade-http3; ./server_wrapper.py certificate.pem certificate.key

server_http1:
	cd bucket-brigade-http1; ./server_wrapper.py

ui_http3:
	cd bucket-brigade-http3/html; python3 -mhttp.server

ui_http1:
	cd bucket-brigade-http1/html; python3 -mhttp.server
