Simulation of grooming in IP over optical network with fixed/flex-grid

该项目是在已有的固定栅格和灵活栅格节点混合组网的基本项目框架(eclipse项目)下修改的。使用的IDE是idea2018。

1.将eclipse项目导入idea中。https://www.jianshu.com/p/c96d63b8aa97

2.运行simulation函数中的main函数,报错如下:

java.io.FileNotFoundException: nsf.txt (系统找不到指定的文件。)
java.io.FileNotFoundException: nsf_k_paths.txt (系统找不到指定的文件。)
Exception in thread "main" java.lang.NullPointerException
 at Network.setFlxeNodes(Network.java:104)
 at Simulation.main(Simulation.java:64)

解决办法:通过直接导入的办法是不行的,可能会有依赖错误。使用idea新建项目,将原src中的文件copy到现在的src中,再次运行simulation类中的main函数即可。

原文地址:https://www.cnblogs.com/Limer98/p/11792805.html

时间: 2024-10-17 00:42:55

Simulation of grooming in IP over optical network with fixed/flex-grid的相关文章

ModelSim Simulation of RapidIO II IP Core Demonstration Testbench May Require ld_debug Command

Solution ID: fb83262Last Modified: May 17, 2013Product Category: Intellectual PropertyProduct Area: Comm, Interface & PeripheralsProduct Sub-area: IP Spec and ProtocolVersion Found In: v12.1Version Fixed In: v13.0 Title ModelSim Simulation of RapidIO

Route all trafic for specific ip over specific network interface

15 I have a linux server that needs to get some routing. I'm fairly new at this and i don't find any clear source on google. The setup should be simple: All traffic to a server on ip 192.168.72.20 should be sent over interface 3. All other interfaces

Chapel 2.Network interfaces

Note: Copy from TCP/IP Tutorial and Technical Overview (IBM Redbook GG24-3376-07)[000] 2.1 Ethernet and IEEE 802 local area networks (LANs) 2.1.1 Gigabit Ethernet 2.2 Fiber Distributed Data Interface (FDDI) 2.3 Serial Line IP (SLIP) 2.4 Point-to-Poin

流媒体 8——因特网 tcp/ip

1 因特网 1.1 因特网的结构 组成因特网的子网之间在物理上的相互连接都是通过网关设备实现的.通过网关设备互相连接在一起的不同的网络通常称为子网 (subnetwork),因为它们是大网络之中的网络.子网是一个完整的网络,是互联网络中的一部分,或者说子网是因特网中的一部分.网关设备与执行TCP/IP协议的其他设备和软件一起工作,它的最基本的任务就是从互联网络或者局域网络上接收按照协议规范封装的协议数据单元(Protocol Data Unit,PDU),然后把它们递送到下一个网关设备或者局域网

Rocks 头结点更改public IP 上网IP地址

大家好,双十一光棍节来了,疯狂购物的同时,别忘了晓晓神给大家带来的千金换不来的小知识点哦.O(∩_∩)O! Rocks 头结点更改  public  IP  上网IP地址 安装之前啊咱们注意几点和学习几个概念: ------------------------------------------------------------------ Definitions: >> ----------- >>1. <frontend_name> - the short nam

Linux IP Alias

1. Abount IP Alias IP alias / IP aliasing is assigning multiple IP addresses to a single physical network interface. Alias network interface is configured on top of existing physical network interface. By IP aliasing we can make applications and serv

Windows Socket编程--ip地址转换

在Windows Socket编程中,需要将ip地址在网络字节顺序与主机字节顺序之间进行转换,该过程的代码如下: 1 #include <Winsock2.h> 2 #include <Ws2tcpip.h> //为了使用inet_pton()和inet_ntop()函数 3 #include <iostream> 4 5 #pragma comment(lib,"ws2_32.lib") //socket编程需要引用该库 6 7 using std

ARM-Linux配置DHCP自动获取IP地址

备注:内核版本:2.6.30.9busybox版本:1.15.2 PC Linux和开发板Linux的工作用户:root 1. 配置内核:[*] Networking support --->Networking options ---><*> Packet socket<*> Unix domain sockets[*] TCP/IP networking[*] IP: kernel level autoconfiguration[*] IP: DHCP suppor

Floating IP in OpenStack Neutron

前言 Floating IP 是相对于Fixed IP而言的,它一般是在VM创建后分配给VM的,可以达到的目的就是,外界可以访问通过这个Floating Ip访问这个VM,VM也可以通过这个IP访问外界. 在OpenStack中,这个Floating IP使用了namespace内的iptables建立NAT 转发机制来达到VM与外界的通讯的.这片文章主要讲述如何使用OpenStack搭建和使用Floating IP. Environment Setup Ubuntu 14.04 LTS 2个网