No description
Find a file
2024-03-30 02:47:59 +01:00
phomeme fix: import lock, not mp 2024-03-30 02:42:36 +01:00
.gitignore chore: ignore pycache 2024-03-30 02:42:17 +01:00
poetry.lock feat: add api 2024-03-30 01:10:11 +01:00
pyproject.toml feat: add api 2024-03-30 01:10:11 +01:00
README.md chore: update docs with runtime info 2024-03-30 02:47:59 +01:00
send.py init 2024-03-29 23:45:03 +01:00

phomeme

A bluetooth client for Phomemo M110.

Development

poetry run flask --app phomeme:app run --debug --host 0.0.0.0 --port 8000

Production

poetry run gunicorn -w 1 'phomeme:app' -b [::0]

Heavily based on SFZ-aalen