1
0
mirror of https://github.com/craigerl/aprsd.git synced 2026-06-02 14:14:42 -04:00

Refactor networking and commands

This patch refactors the socket management
to use select, as well as refactor all of the
commands into a COMMAND_ENVELOPE dictionary.

This patch also adds the Dockerfile and
docker-compose.yml files
This commit is contained in:
2020-12-11 14:23:08 -05:00
parent 43509ea9e6
commit 00d99bc2c4
6 changed files with 358 additions and 272 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
name: python
on: [push]
on: [push, pull_request]
jobs:
tox: