2024-04-22 11:20:57 -05:00
2021-04-18 15:02:53 -05:00
2021-04-18 15:02:53 -05:00
2021-01-15 11:20:16 -06:00
2021-04-18 15:11:35 -05:00
2021-04-18 15:02:53 -05:00
2021-01-15 11:20:09 -06:00
2021-01-15 11:20:09 -06:00
2021-01-15 11:20:09 -06:00
2021-01-15 11:21:33 -06:00
2021-04-18 15:02:53 -05:00
2024-04-22 11:20:57 -05:00
2021-04-18 15:02:53 -05:00
2021-04-18 15:02:53 -05:00
2021-01-15 11:20:16 -06:00
2021-04-18 15:02:53 -05:00
2021-01-15 11:20:09 -06:00

Archived

This project is archived. I am not working on it anymore as I don't own V8, and I think there are other implementations out there that fill in the gaps that this has.

V8 Server

Python Version Code style: black

Simlated eAmuse Server for GFDM V8 (maybe also V7 in the future?)

Development

To run this in development mode, you should do the following:

# Create a venv and install the package
python -m venv venv
. venv/bin/activate
pip install --upgrade pip
pip install -e .

# Set the development environment variables
export FLASK_APP=v8_server
export FLASK_ENV=development

# Run the server
flask run
Description
Simulated eAmuse Server for GFDM
Readme 159 KiB
Languages
Python 100%