Skip to content

auturgy/docker-mavproxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Containerized MAVProxy

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published