tedsalmon/DroidIBus

Refactor Command Receivers

Closed this issue · 1 comments

Right now the way the messages are parsed doesn't make a lot of sense. The class for the source system parses the messages bound for any given system. The way this should work is that the destination system class should parse the message and the child classes within should map to the source system. it took me way too long to drop in a new system because of this ass backwards method of parsing.

This was completed.