craigerl / aprsd

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

Major refactor #23

Closed hemna closed 3 years ago

hemna commented 3 years ago

This branch refactors the majority of main.py out into individual modules to compartmentalize the code. Migrated all email related features unti email.py, sending of messages into messaging.py

Also refactored all of the socket code to use aprslib for all APRS-IS communication as well as message/packet processing.

Moved the email command into it's own Plugin.