Skip to content

Dockerized AMBEServer to run on a system with a ThumbDV attached.

Notifications You must be signed in to change notification settings

wa7vc/docker-ambeserver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

== 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.

About

Dockerized AMBEServer to run on a system with a ThumbDV attached.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published