Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 943 Bytes

readme.md

File metadata and controls

30 lines (18 loc) · 943 Bytes

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