KipK / Ghettostation

Multiprotocol antenna tracker and ground osd.
145 stars 69 forks source link

Reverse GhettoProxy? #27

Open TobiasBales opened 8 years ago

TobiasBales commented 8 years ago

I am thinking of trying to use a GhettoProxy on the GS to go from LTM back to MavLink to output it to a tablet with missionplanner or something. I skimmed through the code but didn't find anything too easy. But basicly I would have to make an inverse read_mavlink() and a send_ltm() which just are opposites of the corresponding read/write functions, correct?