A modern, open source VMU file upload server for the Sega Dreamcast
This package is not yet properly published, so you'll need to clone this repo and then run pip3 install .
within it.
To start the server, run dreamuploader
. It will start running on port 8080.
To run the test suite, you will need tox
installed (pip3 install tox
).
Then, to run the tests, tox -e tests
.