APSync is a project sponsored by eLab which simplifies the setup of companion computers so that they can be used to provide additional functionality to ArduPilot and also to ease integration with internet services. Homepage
Companion computer startup scripts and examples. Github
apsync@apsync:~ $ nano /home/apsync/GitHub/companion/RPI2/Raspbian/start_mavproxy_telem_splitter.sh
# this starts mavproxy so that the serial link to the companion computer (on /dev/ttyUSB0) is available to a companion computer and external GCSs via UDP
mavproxy.py --master /dev/ttyUSB0 --baud 921600 --out udpin:localhost:9000 --out udpbcast:192.168.42.255:14550