From 0f1edd34afdd365075a88b3069d147e0aa5e1278 Mon Sep 17 00:00:00 2001 From: W1CDN Date: Tue, 11 Apr 2023 20:55:58 -0500 Subject: [PATCH] Update readme. --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b656b76..45477e3 100644 --- a/README.md +++ b/README.md @@ -7,9 +7,12 @@ direwolf logs into a REST API in JSON format. ## Setup 1. Run direwolf with logging to CSV on by using `-l`. (`-L` not yet implemented). 1. Install requirements using `pip install -r requirements.txt`. -2. Run `app.py` with either a Python call or gunicorn (or some other WSGI server). +2. Run `app.py` with either a Python call or a real WSGI server. You can use screen to detach the session. - Default URL is http://127.0.0.1:5000 + - Example `waitress` and `screen` scripts are included, see + - `api_waitress.py` and + - `start-aprs_api.sh` 3. Access the API from whatever other system you want. ## Endpoints: