mirror of
https://github.com/gtxaspec/wz_mini_hacks.git
synced 2024-11-25 23:07:17 +00:00
ser2net: initial support
This commit is contained in:
parent
c3256902b7
commit
9b2c2d735b
BIN
SD_ROOT/wz_mini/bin/ser2net
Executable file
BIN
SD_ROOT/wz_mini/bin/ser2net
Executable file
Binary file not shown.
24
SD_ROOT/wz_mini/etc/ser2net.yaml
Normal file
24
SD_ROOT/wz_mini/etc/ser2net.yaml
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
%YAML 1.1
|
||||||
|
---
|
||||||
|
# This is a ser2net configuration file, tailored to be rather
|
||||||
|
# simple.
|
||||||
|
#
|
||||||
|
# Find detailed documentation in ser2net.yaml(5)
|
||||||
|
# A fully featured configuration file is in
|
||||||
|
# /usr/share/doc/ser2net/examples/ser2net.yaml.gz
|
||||||
|
#
|
||||||
|
# If you find your configuration more useful than this very simple
|
||||||
|
# one, please submit it as a bugreport
|
||||||
|
|
||||||
|
define: &banner \r\nser2net port \p device \d [\B] (wz_mini)\r\n\r\n
|
||||||
|
|
||||||
|
connection: &con0096
|
||||||
|
accepter: tcp,localhost,9000
|
||||||
|
enable: on
|
||||||
|
options:
|
||||||
|
banner: *banner
|
||||||
|
kickolduser: true
|
||||||
|
telnet-brk-on-sync: true
|
||||||
|
connector: serialdev,
|
||||||
|
/dev/ttyUSB0,
|
||||||
|
9600n81,local
|
Loading…
Reference in New Issue
Block a user