8dd3b05bb1
fixed webchat logging.logformat typeoh
...
This fixes a problem with webchat when specifying the logfile
in aprsd config
2023-08-15 21:49:43 -04:00
e06305fceb
prep for 3.1.3
2023-08-15 17:52:36 -04:00
33c7871dbe
Forcefully allow development webchat flask
...
This patch adds the force werkzeug to allow development environment
to allow aprsd webchat to work from inside of systemd
2023-08-15 17:42:56 -04:00
b2f95b0f4e
Updated Changelog for 3.1.2
2023-08-15 15:25:01 -04:00
ae9e4d31ad
Added support for ThirdParty packet types
...
The kiss clients now detect if the incomming packet is a third party
packet and then sends up the subpacket instead of the encapsulated
packet up to the consumer.
2023-08-15 14:24:03 -04:00
65a5a90458
Disable the Send GPS Beacon button
...
This patch disables the 'Send GPS Beacon' button for the webchat
command if the browser isn't connected over https
2023-08-14 18:45:13 -04:00
182887c20a
Removed adhoc ssl support in webchat
...
This immediately breaks the beacon button.
This patch removes the dep for pyopenssl and cryptography
so that aprsd install on the rpi.
Unfortunately in order for the web page to get the Lat/Lon, the
browser must be connected over SSL. Will have to create a workaround
for this later.
2023-08-14 18:34:25 -04:00
f228144f4b
Updated Changelog for v3.1.1
2023-08-07 13:01:52 -04:00
db9e1d23d1
Fixed pep8 failures
2023-08-07 11:07:01 -04:00
986df391b2
re-enable USWeatherPlugin to use mapClick
...
The old MApClick.php api seems to work...re-enabling
2023-07-31 21:53:02 -04:00
3994235380
Merge pull request #128 from craigerl/fix_kiss
...
Fix sending packets over KISS interface
2023-07-28 18:08:54 -04:00
9ebf2f9a30
Fix sending packets over KISS interface
...
The KISS client sends the path as part of the headers, so we had
to strip out the path from the payload of each message so the path
wouldn't get listed twice.
2023-07-28 17:25:06 -04:00
011cfc55e1
Use config web_ip for running admin ui from module
...
When running the web admin interface with
'python -m aprsd.wsgi' the Flask app global now uses
the web_ip config entry for listening. Also disabled
debug output.
2023-07-26 08:47:22 -04:00
e0c3c5cbbf
remove loop log
2023-07-25 20:45:55 -04:00
26f354b3a9
Max out the client reconnect backoff to 5
...
This patch adjusts the backoff mechanism for aprs client
reconnect to a max backoff sleep of 5 seconds. This prevents
an exponential backoff when connection retrying.
2023-07-24 17:03:29 -04:00
922a6dbb35
Merge pull request #125 from craigerl/update-Dockerfile
...
Update the Dockerfile
2023-07-24 14:34:06 -04:00
d03c4fc096
Update the Dockerfile
...
This updates the main Dockerfile to be the same as the
Dockerfile-dev other than using the official pypi package for
aprsd.
2023-07-24 11:36:28 -04:00
dfd3688d8f
Changelog updates for v3.1.0
...
This patch is an update to the Changelog for the
3.1.0 release.
2023-07-24 11:22:53 -04:00
c7d629f88a
Use CONF.admin.web_port for single launch web admin
...
This patch changes the non uwsgi launch of the admin page
to use the config for the web port
2023-07-24 09:39:16 -04:00
099b87e250
Fixed sio namespace registration
2023-07-23 20:22:48 -04:00
1ab9c3fee4
Update Dockerfile-dev to include uwsgi
2023-07-24 00:13:28 +00:00
8891cd3002
Merge pull request #124 from craigerl/wsgi-rework
...
replacement of flask-socketio with python-socketio
2023-07-23 19:45:51 -04:00
4664ead9e7
Fixed pep8
2023-07-23 19:34:02 -04:00
e51a501544
change port to 8000
2023-07-23 19:19:55 -04:00
89576a3c43
replacement of flask-socketio with python-socketio
...
This patch starts the work to replace flask-socketio with
python-socketio so that uwsgi can be used instead of gunicorn.
uwsgi can support websockets.
Have to rework webchat command next
2023-07-23 18:54:23 -04:00
5383b698ea
Change how fetch-stats gets it's defaults
...
The defaults come from the aprsd.conf CONF attributes now.
2023-07-22 17:05:11 -04:00
cbef93b327
Ensure fetch-stats ip is a string
2023-07-22 16:41:54 -04:00
6ae55fc9a1
Add info logging for rpc server calls
2023-07-20 16:43:31 -04:00
588e140a7f
updated wsgi config default /config/aprsd.conf
...
This patch changes wsgi.py to default to /config/aprsd.conf
It's assumed that this will be used as a docker container
2023-07-20 15:59:44 -04:00
d251a2727a
Merge pull request #123 from craigerl/flask-update
...
Remove flask pinning
2023-07-20 15:10:07 -04:00
d3a93b735d
Added timing after each thread loop
...
This is to help keep track of which non-blocking threads are still
alive.
The RPC Server thread blocks, so the time will always increase.
2023-07-20 14:44:46 -04:00
fa452cc773
Update docker bin/admin.sh
...
This patch uses the wsgi.py instead of admin_Web.py
2023-07-20 14:34:32 -04:00
6a6e854caf
Removed flask-classful from webchat
...
This patch removed the dependency on flask-classful. This required
making all of the flask web routing non class based.
This patch also changes the aprsis class to allow retries for failed
connections when the aprsis servers are full and not responding to
login requests.
2023-07-20 14:34:31 -04:00
e1183a7e30
Remove flask pinning
...
Also removed need for flask-classful. Created new
aprsd/wsgi.py for the web admin interface.
2023-07-20 14:34:31 -04:00
5723e3a77b
removed linux/arm/v8
2023-07-20 14:33:59 -04:00
dee73c1060
Update master build to include linux/arm/v8
2023-07-17 22:08:00 +00:00
d8318f2ae2
Update Dockerfile-dev to fix plugin permissions
...
This patch changes the user creation to include creating
a home directory so the plugin install installs those plugins
as a --user option.
2023-07-17 21:57:39 +00:00
2825cac446
Merge pull request #122 from craigerl/crypto-upgrade
...
Update requirements for upgraded cryptography
2023-07-17 16:56:30 -04:00
fa6e738a20
update manual build github
2023-07-17 13:05:31 -04:00
0c179005ee
Update requirements for upgraded cryptography
...
This patch updates the requirements.in to remove the
pinning to cryptography 38.0.1. Lets see if the docker
images build.
2023-07-17 11:15:50 -04:00
ad004633de
Added more libs for Dockerfile-dev
2023-07-17 14:09:37 +00:00
ccd564a52e
Replace Dockerfile-dev with python3 slim
2023-07-17 13:28:34 +00:00
35d41582ee
Moved logging to log for wsgi.py
...
Added wsgi.py to be used with gunicorn to start aprsd's web admin
interface.
gunicorn -b :8080 "aprsd.wsgi:app"
2023-07-16 16:32:39 -04:00
565ffe3f72
Changed weather plugin regex pattern
...
The weather plugins used to match on w, but now require wx
2023-07-15 18:22:24 -04:00
0bd11d05c6
Limit the float values to 3 decimal places
2023-07-14 11:35:32 -04:00
62eff8645d
Merge pull request #119 from craigerl/wx-fixes
...
Fixed rain numbers from aprslib
2023-07-14 11:18:11 -04:00
aa547cbef5
Fixed rain numbers from aprslib
2023-07-14 10:42:36 -04:00
7f2aba702a
Fixed rpc client initialization
2023-07-13 14:58:12 -04:00
63bf82aab5
Fix in for aprslib issue #80
...
aprslib incorrectly decodes weather packets and doesn't provide
wind_speed or wind_direction from the CSE/SPD 7 bytes in the APRS
packet. This patch puts a temporary fix in place until the
aprslib pull request lands and is released.
https://github.com/rossengeorgiev/aprs-python/issues/80
https://github.com/rossengeorgiev/aprs-python/pull/81
2023-07-13 14:35:55 -04:00
bba7b68112
Try and fix Dockerfile-dev
2023-07-10 16:34:14 +00:00