/docker-mavproxy

Containerized MAVProxy

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

MAVProxy container

Relay local Seral device to UDP

For /dev/ttyUSB0:

docker run --rm --device=/dev/ttyUSB0 -v $(pwd):/var/log/mavproxy/ --net=host -it asciich/mavproxy /bin/bash -c "run_mavproxy --master=/dev/ttyUSB0,57600"

For /dev/ttyAMA0:

docker run --rm --device=/dev/ttyAMA0 -v $(pwd)://var/log/mavproxy/ --net=host -it asciich/mavproxy /bin/bash -c "run_mavproxy --master=/dev/ttyAMA0,57600"

For /dev/ttyACM0:

docker run --rm --device=/dev/ttyACM0 -v $(pwd)://var/log/mavproxy/ --net=host -it asciich/mavproxy /bin/bash -c "run_mavproxy --master=/dev/ttyACM0,57600"

More information