基本信息
源码名称:串口透传代码
源码大小:0.14M
文件格式:.gz
开发语言:C/C++
更新时间:2021-12-05
友情提示:(无需注册或充值,赞助后即可获取资源下载链接)
嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元×
微信扫码支付:2 元
×
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
源码介绍
串口透传代码
.
├── ser2net-4.3.3
│ ├── AUTHORS
│ ├── COPYING
│ ├── ChangeLog
│ ├── INSTALL
│ ├── Makefile.am
│ ├── NEWS
│ ├── README
│ ├── README.rst
│ ├── absout.h
│ ├── addsysattrs.c
│ ├── auth.c
│ ├── configure.ac
│ ├── controller.c
│ ├── controller.h
│ ├── dataxfer.c
│ ├── dataxfer.h
│ ├── defaults.c
│ ├── defaults.h
│ ├── gbuf.c
│ ├── gbuf.h
│ ├── led.c
│ ├── led.h
│ ├── led_sysfs.c
│ ├── led_sysfs.h
│ ├── m4
│ │ ├── ax_check_openssl.m4
│ │ ├── ax_compare_version.m4
│ │ ├── ax_config_feature.m4
│ │ ├── ax_have_epoll.m4
│ │ ├── ax_pkg_swig.m4
│ │ ├── ax_prog_python_version.m4
│ │ ├── ax_pthread.m4
│ │ └── ax_python_devel.m4
│ ├── port.c
│ ├── port.h
│ ├── portconfig.c
│ ├── portinfo.c
│ ├── readconfig.c
│ ├── readconfig.h
│ ├── reconf
│ ├── rotator.c
│ ├── ser2net.8
│ ├── ser2net.c
│ ├── ser2net.h
│ ├── ser2net.init
│ ├── ser2net.yaml
│ ├── ser2net.yaml.5
│ ├── ser2net_str.c
│ ├── tests
│ │ ├── Makefile.am
│ │ ├── dataxfer.py
│ │ ├── ipmisimdaemon.py
│ │ ├── make_keys
│ │ ├── sertest.c
│ │ ├── termioschk.py
│ │ ├── test_misc.py
│ │ ├── test_opstrings.py
│ │ ├── test_rfc2217.py
│ │ ├── test_tracing.py
│ │ ├── test_tty_base.py
│ │ ├── test_xfer_basic_ipmisol.py
│ │ ├── test_xfer_basic_sctp.py
│ │ ├── test_xfer_basic_ssl_tcp.py
│ │ ├── test_xfer_basic_stdio.py
│ │ ├── test_xfer_basic_tcp.py
│ │ ├── test_xfer_basic_telnet.py
│ │ ├── test_xfer_basic_udp.py
│ │ ├── test_xfer_large_ipmisol.py
│ │ ├── test_xfer_large_sctp.py
│ │ ├── test_xfer_large_ssl_tcp.py
│ │ ├── test_xfer_large_stdio.py
│ │ ├── test_xfer_large_tcp.py
│ │ ├── test_xfer_large_telnet.py
│ │ ├── test_xfer_large_udp.py
│ │ ├── test_xfer_small_ipmisol.py
│ │ ├── test_xfer_small_sctp.py
│ │ ├── test_xfer_small_ssl_tcp.py
│ │ ├── test_xfer_small_stdio.py
│ │ ├── test_xfer_small_tcp.py
│ │ ├── test_xfer_small_telnet.py
│ │ ├── test_xfer_small_udp.py
│ │ └── utils.py
│ ├── trace.c
│ └── yamlconf.c
└── 好例子网_ser2net_4.3.3.orig.tar.gz
3 directories, 83 files
串口透传代码
.
├── ser2net-4.3.3
│ ├── AUTHORS
│ ├── COPYING
│ ├── ChangeLog
│ ├── INSTALL
│ ├── Makefile.am
│ ├── NEWS
│ ├── README
│ ├── README.rst
│ ├── absout.h
│ ├── addsysattrs.c
│ ├── auth.c
│ ├── configure.ac
│ ├── controller.c
│ ├── controller.h
│ ├── dataxfer.c
│ ├── dataxfer.h
│ ├── defaults.c
│ ├── defaults.h
│ ├── gbuf.c
│ ├── gbuf.h
│ ├── led.c
│ ├── led.h
│ ├── led_sysfs.c
│ ├── led_sysfs.h
│ ├── m4
│ │ ├── ax_check_openssl.m4
│ │ ├── ax_compare_version.m4
│ │ ├── ax_config_feature.m4
│ │ ├── ax_have_epoll.m4
│ │ ├── ax_pkg_swig.m4
│ │ ├── ax_prog_python_version.m4
│ │ ├── ax_pthread.m4
│ │ └── ax_python_devel.m4
│ ├── port.c
│ ├── port.h
│ ├── portconfig.c
│ ├── portinfo.c
│ ├── readconfig.c
│ ├── readconfig.h
│ ├── reconf
│ ├── rotator.c
│ ├── ser2net.8
│ ├── ser2net.c
│ ├── ser2net.h
│ ├── ser2net.init
│ ├── ser2net.yaml
│ ├── ser2net.yaml.5
│ ├── ser2net_str.c
│ ├── tests
│ │ ├── Makefile.am
│ │ ├── dataxfer.py
│ │ ├── ipmisimdaemon.py
│ │ ├── make_keys
│ │ ├── sertest.c
│ │ ├── termioschk.py
│ │ ├── test_misc.py
│ │ ├── test_opstrings.py
│ │ ├── test_rfc2217.py
│ │ ├── test_tracing.py
│ │ ├── test_tty_base.py
│ │ ├── test_xfer_basic_ipmisol.py
│ │ ├── test_xfer_basic_sctp.py
│ │ ├── test_xfer_basic_ssl_tcp.py
│ │ ├── test_xfer_basic_stdio.py
│ │ ├── test_xfer_basic_tcp.py
│ │ ├── test_xfer_basic_telnet.py
│ │ ├── test_xfer_basic_udp.py
│ │ ├── test_xfer_large_ipmisol.py
│ │ ├── test_xfer_large_sctp.py
│ │ ├── test_xfer_large_ssl_tcp.py
│ │ ├── test_xfer_large_stdio.py
│ │ ├── test_xfer_large_tcp.py
│ │ ├── test_xfer_large_telnet.py
│ │ ├── test_xfer_large_udp.py
│ │ ├── test_xfer_small_ipmisol.py
│ │ ├── test_xfer_small_sctp.py
│ │ ├── test_xfer_small_ssl_tcp.py
│ │ ├── test_xfer_small_stdio.py
│ │ ├── test_xfer_small_tcp.py
│ │ ├── test_xfer_small_telnet.py
│ │ ├── test_xfer_small_udp.py
│ │ └── utils.py
│ ├── trace.c
│ └── yamlconf.c
└── 好例子网_ser2net_4.3.3.orig.tar.gz
3 directories, 83 files