1
0
mirror of https://github.com/craigerl/aprsd.git synced 2026-06-08 00:54:50 -04:00

Refactored the main process_packet method

This patch refactored the process_packet method
and adjusted the logic for determining if we got
a message to filter on.  We now look at the format
to make a determination.  Also isolated the processing
of message packets, ack packets and mic-e packets into
their own functions.
This commit is contained in:
2020-12-21 11:57:54 -05:00
parent 8161719697
commit 1d898ea20f
3 changed files with 82 additions and 60 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ ENV VERSION=1.0.0
ENV APRS_USER=aprs
ENV HOME=/home/aprs
ENV APRSD=http://github.com/craigerl/aprsd.git
ENV APRSD_BRANCH="master"
ENV APRSD_BRANCH="v1.1.0"
ENV VIRTUAL_ENV=$HOME/.venv3
ENV INSTALL=$HOME/install