直观地表示电信网络的软件
我正在研究一些用于电信网络设计和优化的软件工具:路由、容量分配和拓扑。
为了表示网络节点和互连链路,我当前使用标准 MFC 调用,通过鼠标单击、菜单命令等来绘制直线和椭圆等内容。
就目前而言,这已经是一种以图形方式表示内容的充分方法。 网络看起来像,因为我更关心的是让底层算法正确,提高效率等等。
在某个阶段,我会想要改进软件的外观和感觉。有谁知道任何特别适合此目的的 GUI 软件(开源或其他)适合网络构建阶段?目的是使用比我当前正在做的更灵活的东西,特别是当涉及(例如)将节点拖动到绘图区域并设置其属性时。同样令人感兴趣的是显示表示链接利用率水平的条形图的图形。
感谢期待。
I am working on some software tools used for the design and optimization of telecoms networks: routing, capacity allocation and topology.
To represent the network nodes and interconnecting links I currently use standard MFC calls to draw things like lines and ellipses using mouse clicks, menu commands and so on.
For the time being this has been an adequate means of graphically representating what the
network looks like, as I have been more concerned with getting the underlying algorithms right, improving efficiencies and so on.
At some stage I will want to improve the look and feel of the software. Is anyone aware of any GUI software that is particularly suited to this purpose, open source or otherwise, that would be suitable for the network building stage? The intention is to use something that is more slick than what I am currently doing, especially when it comes to (say) dragging nodes into the drawing area and setting their properties. Also of interest would be graphics to display bar charts representing link utilization levels.
Thanks in anticipation.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
就外观而言,我认为你必须选择 WPF。但如果您拥有庞大的代码库,从 MFC 迁移就不会那么容易。虽然GDI据说不错,但性能方面。
For looks, I think you must go for WPF. But the migration from MFC wont be that easy if you have a huge code base. Although GDI is said to be good, performance wise.