server:
	PYTHONPATH="../../../../../autobahn" python server.py -d

client:
	PYTHONPATH="../../../../../autobahn" python client.py
