Skip to content

Dockerized version of ttnvt, RFC2217 serial to device to a local TTY device

License

Notifications You must be signed in to change notification settings

LANsible/docker-ttynvt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-ttynvt

Dockerized version of ttnvt, RFC2217 serial to device to a local TTY device

Requirements

This requires a kernel compiled with the CUSE enabled, you can check this by running:

cat /boot/config-* | grep CONFIG_CUSE

This should return CONFIG_CUSE=m or CONFIG_CUSE=y otherwise this container isn't working for you.

Run locally

Test this image locally like:

docker run -it --device /dev/cuse lansible/ttynvt:master -n ttyNVT0 -S 192.168.1.23:23

This should result in the /dev/ttyNVT0 port being available:

# ls -l /dev/ttyNVT0
crw-rw---- 1 root dialout 241, 0 mrt 12 22:23 /dev/ttyNVT0

Credits

About

Dockerized version of ttnvt, RFC2217 serial to device to a local TTY device

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published