On 6 Mar 2012, at 22:46, Chris Gough wrote:
Hi Tilman,
The way ardupilot does it, paparazzi should be able to do it too. Single serial link to a Linux computer, then the Linux computer routes whatever messages over whatever links.
In ardu*, the AP talks MavLink to a MavProxy process on the Linux computer, and MavProxy has the features to route between multiple links. Another Linux computer running MavProxy puts it back together again on the ground side.
The Paparazzi equivalent might be some sort of routing agents spanning multiple ivy busses. I'm a bit hazy on details because I haven't tried it. MavProxy is python with a plugin architecture, maybe even a new ivy/paparazzi plugin could reuse the routing/link monitoring features...
Chris Gough