Pommaq/dump1090

Decrease "coupling" in program sourcecode

Opened this issue · 1 comments

The current layout of the program feels like a massive blob and is very hard to refactor into the way I want it to be. It should be segmented into multiple parts with interfaces for the rest of the code. For example the data source should be transparent whether or not its a rtlsdr or a file.

Relates to #1. I think this should be done first.