Closed O-Ofdm closed 1 year ago
这个库,别人运行过。不知道你的错误出在哪里。 我在公司拉磨,也没空帮你看。 那就试试这个吧:https://github.com/SoonyangZhang/quic-on-ns3
您好,我在执行下面的语句时,执行到./waf configure这一句时,出现了错误,“bash: ./waf: No such file or directory”。 下图是执行结果。想问问您在执行过程中有遇到吗?该怎么解决呢。 周末打扰您,万分歉意。祝生活工作顺利!
------------------ 原始邮件 ------------------ 发件人: "SoonyangZhang/DrainQueueCongestion" @.>; 发送时间: 2023年4月3日(星期一) 晚上9:50 @.>; @.**@.>; 主题: Re: [SoonyangZhang/DrainQueueCongestion] 环境配置问题 (Issue #14)
这个库,别人运行过。不知道你的错误出在哪里。 我在公司拉磨,也没空帮你看。 那就试试这个吧:https://github.com/SoonyangZhang/quic-on-ns3
— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>
你成功编译过ns3吗?这是ns3的编译问题啊!
再次打扰,真是不好意思。我在执行下边run example 时报了下边两个错误,没有出现trace文件夹。想请教下您,我是哪里出现了问题,该如何解决。祝工作生活顺利。
@.***:/home/opensourcesdr/Desktop/ns3/ns-allinone-3.37/ns-3.37# ./ns3 run "scratch/quic-main --cc=bbr" Traceback (most recent call last): File "./ns3", line 1546, in <module> main() File "./ns3", line 1327, in main refuse_run_as_root() File "./ns3", line 1320, in refuse_run_as_root raise Exception("Refusing to run as root. --enable-sudo will request your password when needed") Exception: Refusing to run as root. --enable-sudo will request your password when needed
@.***:/home/opensourcesdr/Desktop/ns3/ns-allinone-3.37/ns-3.37# ./ns3 run "scratch/quic-main --cc=cubic" Traceback (most recent call last): File "./ns3", line 1546, in <module> main() File "./ns3", line 1327, in main refuse_run_as_root() File "./ns3", line 1320, in refuse_run_as_root raise Exception("Refusing to run as root. --enable-sudo will request your password when needed") Exception: Refusing to run as root. --enable-sudo will request your password when needed
------------------ 原始邮件 ------------------ 发件人: "SoonyangZhang/DrainQueueCongestion" @.>; 发送时间: 2023年4月8日(星期六) 中午11:10 @.>; @.**@.>; 主题: Re: [SoonyangZhang/DrainQueueCongestion] 环境配置问题 (Issue #14)
你成功编译过ns3吗?这是ns3的编译问题啊!
— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>
https://blog.csdn.net/u010643777/article/details/106761440 自己创建一个 traces文件夹,博客里面有说明。 我在公司拉磨,回复不及时,抱歉。
我们成功执行了./waf --run "scratch/bbr-var-eva-3.30 --it=1 --cc=bbr" 这段代码,您上次回复我的csdn博客中,没有别的.cc文件执行代码。请问别的.cc文件如何执行。深夜打扰,万分抱歉。祝生活工作顺利!
---三个第一次接触ns3的菜鸟 ------------------ 原始邮件 ------------------ 发件人: "SoonyangZhang/DrainQueueCongestion" @.>; 发送时间: 2023年4月11日(星期二) 晚上9:55 @.>; @.**@.>; 主题: Re: [SoonyangZhang/DrainQueueCongestion] 环境配置问题 (Issue #14)
https://blog.csdn.net/u010643777/article/details/106761440 自己创建一个 traces文件夹,博客里面有说明。 我在公司拉磨,回复不及时,抱歉。
— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>
先研究明白一个,再说其他的。都是配置参数,一样的套路。
你好,在执行您的这段代码 trace1.Log(log,DqcTraceEnable::E_DQC_OWD|DqcTraceEnable::E_DQC_BW|DqcTraceEnable::E_DQC_GOODPUT); 出现了这个错误bash: syntax error near unexpected token `log,DqcTraceEnable::E_DQC_OWD'。 请问您能给出什么解决方法吗,万分感谢!