Matt W1CDN
  • Joined on 2023-04-08
W1CDN commented on issue W1CDN/aprs_tool#5 2023-04-13 10:27:16 -05:00
Connect API with KISS or AGWPE

Maybe this is the section that connects to via KISS: https://github.com/ufergus/arNetSked/blob/master/arNetSked.py#L489

arNetSked is designed to transmit, not receive, so would need to add some…

W1CDN commented on issue W1CDN/aprs_tool#3 2023-04-13 09:38:23 -05:00
Pass arguments in URL to API

Default to a certain number of items, then add more (or all) if specifically requested.

W1CDN pushed to main at W1CDN/aprs_tool 2023-04-12 09:24:33 -05:00
fb027194e8 Update data on API call
W1CDN commented on issue W1CDN/aprs_tool#18 2023-04-12 09:23:45 -05:00
/packets not showing most recent data

Got it. Must have removed the actual function call by accident.

W1CDN commented on issue W1CDN/aprs_tool#18 2023-04-12 09:14:18 -05:00
/packets not showing most recent data

If I shut it down and run with Flask, it updates. But running with waitress it did not. It should be updating on every API call.

W1CDN opened issue W1CDN/aprs_tool#18 2023-04-12 08:39:31 -05:00
/packets not showing most recent data
W1CDN opened issue W1CDN/aprs_tool#17 2023-04-11 21:39:33 -05:00
Map application
W1CDN commented on issue W1CDN/aprs_tool#16 2023-04-11 21:37:50 -05:00
Digipeater dashboard

Oops, this is a duplicate of #10. Maybe this issue could be refocused on digipeater health and troubleshooting rather than replicating aprs.fi?

W1CDN opened issue W1CDN/aprs_tool#16 2023-04-11 21:03:44 -05:00
Digipeater dashboard
W1CDN opened issue W1CDN/aprs_tool#15 2023-04-11 21:01:44 -05:00
Sort /packets by newest first, by default
W1CDN commented on issue W1CDN/aprs_tool#14 2023-04-11 20:53:54 -05:00
Run with gunicorn or waitress

I got the reverse proxy figured out.

Now can run in screen with ./start-aprs_api.sh as of 23d52a80dae7c95ca366a88b647d74352dea045c.

W1CDN commented on issue W1CDN/aprs_tool#2 2023-04-10 10:09:36 -05:00
Include requested path and actual path in API

E.g., PinPoint gives me this info for path: image

W1CDN commented on issue W1CDN/aprs_tool#14 2023-04-09 11:03:34 -05:00
Run with gunicorn or waitress

My issue with getting this going locally is that I am running my digipeater on an SBC behind another machine running yunohost, so getting ports and subdomains lined up is a new challenge for me.…

W1CDN commented on issue W1CDN/aprs_tool#14 2023-04-08 20:06:01 -05:00
Run with gunicorn or waitress

I think the URL needs to be changed to access from another machine.

W1CDN commented on issue W1CDN/aprs_tool#14 2023-04-08 19:58:18 -05:00
Run with gunicorn or waitress

It may have been waitress I was thinking of. Example script:

# run.py from https://www.devdungeon.com/content/run-python-wsgi-web-app-waitress
import os
from waitress import serve
from…
W1CDN opened issue W1CDN/aprs_tool#14 2023-04-08 19:37:04 -05:00
Run with gunicorn
W1CDN opened issue W1CDN/aprs_tool#13 2023-04-08 19:35:23 -05:00
Parse raw frames
W1CDN opened issue W1CDN/aprs_tool#12 2023-04-08 19:31:41 -05:00
API authentication
W1CDN opened issue W1CDN/aprs_tool#11 2023-04-08 19:30:21 -05:00
Interface/API for sending packets/frames (client interface)