Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 458 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 458 Bytes

== Docker AMBEServer ==

We want to use the AMBEServer with a ThumbDV, but not a raspberry pi. In the spirit of "dockerize all the things", here we are.

== Usage ==

  • Clone Repo, and CD into folder
  • docker build -t ambeserver .
  • docker run --rm --device=/dev/ttyUSB0 -p 2460:2460/udp -d ambeserver

Make sure that /dev/ttyUSB0 is the USB device on the host that represents the ThumbDV.