Skip to content

Linux serial port to telnet port connection daemon (similar to ser2net)

License

Notifications You must be signed in to change notification settings

colinw-smartrg/com2net

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

#
# com2net Linux daemon
# 
# bind telnet port to serial port for creating a console server.

# requires: libappf
# FILES:
#  /etc/com2net.conf

# Config file to establish mappings format
# <tcp port #>,<serial device path>,speed,[<log file path>]
#
# Example config:
#
3000,/dev/ttyCOM0,115200,/tmp/log/com0.log
3001,/dev/ttyCOM1,115200,/tmp/log/com1.log
3002,/dev/ttyCOM2,115200,/tmp/log/com2.log
3003,/dev/ttyCOM3,115200,/tmp/log/com3.log

About

Linux serial port to telnet port connection daemon (similar to ser2net)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published