1 Star 0 Fork 0

Prunier/tsn_switch

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
switchApp.py 718 Bytes
一键复制 编辑 原始数据 按行查看 历史
wpy1998 提交于 2022-05-12 14:12 . commit by wpy
# -- coding:UTF-8 --
import hardware.computer as hc
import network_topology_launcher as ntl
if __name__ == "__main__":
cuc_ip = 'localhost'
print('*****************************************************************')
print('current cuc_ip: ', hc.cuc_ip)
print('you can change the cuc_ip in hardware.computer')
print('Netconf Server: port, username, password set in hardware.computer')
print('*****************************************************************')
launcher = ntl.NetworkTopologyLauncher()
launcher.startTimerThread()
while True:
next = input()
if next == 'exit' or next == 'quit' or next == 'stop':
launcher.stopTimerThread()
break
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/prunier/tsn_switch.git
git@gitee.com:prunier/tsn_switch.git
prunier
tsn_switch
tsn_switch
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385