craigerl / aprsd

Amateur radio APRS daemon which listens for messages and responds. By KM6LYW.
Apache License 2.0
124 stars 19 forks source link

Refactor networking and commands #14

Closed hemna closed 3 years ago

hemna commented 3 years ago

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 for building a container image for aprsd. This also includes a sample docker-compose.yml file for setting up and launching the container.