https://github.com/ticky/dreamuploader
🌀 A modern, open source VMU file upload server for the Sega Dreamcast (WIP)
https://github.com/ticky/dreamuploader
dreamcast upload vmu web
Last synced: 9 months ago
JSON representation
🌀 A modern, open source VMU file upload server for the Sega Dreamcast (WIP)
- Host: GitHub
- URL: https://github.com/ticky/dreamuploader
- Owner: ticky
- License: mit
- Created: 2019-06-19T19:07:51.000Z (about 7 years ago)
- Default Branch: develop
- Last Pushed: 2023-03-01T03:25:23.000Z (over 3 years ago)
- Last Synced: 2025-05-12T14:28:51.675Z (about 1 year ago)
- Topics: dreamcast, upload, vmu, web
- Language: Python
- Homepage:
- Size: 54.7 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# 🌀 Dreamuploader
A modern, open source VMU file upload server for the Sega Dreamcast
## Installation
This package is not yet properly published, so you'll need to clone this repo and then run `pip3 install .` within it.
## Usage
To start the server, run `dreamuploader`. It will start running on port 8080.
## Development
To run the test suite, you will need `tox` installed (`pip3 install tox`).
Then, to run the tests, `tox -e tests`.