Epsilon314 / Blockchain-simu-ns3

A ns3 add-on that helps design and test novel blockchain systems. It focuses on simulating the behavior of consensus protocols and substrate networking features.
MIT License
5 stars 0 forks source link

Blockchain-simu-ns3仓库相关问题请教 #1

Open Yn897 opened 1 year ago

Yn897 commented 1 year ago

作者您好: 我是一名大四学生,近期跟着您的Blockchain-simu-ns3仓库搭建环境遇到了一些我尝试许久未解决的问题,冒昧打扰您,想请问您是否有与该仓库相关的毕业论文、小论文或参考文献,希望有机会拜读一下!若您方便,希望能通过邮箱联系您,咨询一些细节。敬以我最诚挚的感谢!

Epsilon314 commented 1 year ago

https://ieeexplore.ieee.org/abstract/document/9771715

Yn897 commented 1 year ago

作者您好: 近期尝试在eclipse中调试理解您的Blockchain-simu-ns3仓库中pbft.cc的程序逻辑时,出现了一些问题,尝试许久并未解决,能否请您帮忙看看,非常感谢! 问题描述:我先将pbft.cc里的brite分支下的nodeCount改为20,同时将读入的RTWaxman.conf配置文件中的N( #Number of nodes in graph)改为20,运行程序报错为:SIGIOT;之后我将我做修改的两处均改为原来的50,运行报错如下: Command ['/home/gyyj/ns-allinone-3.30/ns-3.30/build/scratch/pbft'] terminated with signal SIGSEGV. Run it under a debugger to get more information (./waf --run --command-template="gdb --args %s ").

希望可以得到您的帮助,谢谢!

Epsilon314 commented 1 year ago
  1. 降低 N 后有些 hard-coded index will out of range
  2. try GDB it following the err msg

Ps: this repo is uploaded for in-progress demo and not the final version, would update it later this week if needed

From: 耶耶耶叶子 Sent: Thursday, March 23, 2023 10:04 AM To: Epsilon314/Blockchain-simu-ns3 Cc: Yiqing Zhu; Comment Subject: Re: [Epsilon314/Blockchain-simu-ns3] Blockchain-simu-ns3仓库相关问题请教 (Issue #1)

作者您好: 近期尝试在eclipse中调试理解您的Blockchain-simu-ns3仓库中pbft.cc的程序逻辑时,出现了一些问题,尝试许久并未解决,能否请您帮忙看看,非常感谢! 问题描述:我先将pbft.cc里的brite分支下的nodeCount改为20,同时将读入的RTWaxman.conf配置文件中的N( #Number of nodes in graph)改为20,运行程序报错为:SIGIOT;之后我将我做修改的两处均改为原来的50,运行报错如下: Command ['/home/gyyj/ns-allinone-3.30/ns-3.30/build/scratch/pbft'] terminated with signal SIGSEGV. Run it under a debugger to get more information (./waf --run --command-template="gdb --args %s "). 希望可以得到您的帮助,谢谢! — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you commented.Message ID: @.***>

Yn897 commented 1 year ago

If possible, I would appreciate it if you could update the final version, or a detailed description of the program.