码迷,mamicode.com
首页 > 其他好文 > 详细

read me

时间:2016-09-29 00:53:26      阅读:158      评论:0      收藏:0      [点我收藏+]

标签:

# epon
epon 绯荤粺浠跨湡绋嬪簭锛屼富瑕佹槸甯﹀鍒嗛厤绠楁硶銆?


dynamic bandwidth allocation algorithm in EPON;

reference ---- google scholar "IPACT";

customer.java represents the ONUs;

server.java represents the OLT;

packet.java carry the info of a packet;

simulation.java simulated the activity between the two clients;


this code is the source code of a paper published on a chinese core journal "optical commmunication";

the paper proposed a sleep scheme in EPON, and the sleep_threshold & wake_threshold denote the parameter in the scheme.

however, if the two thresholds =-1; the sleep scheme fails. It can be viewed as the the simualtion of normal EPON system.

if Tmax in customer.java =1000000(large enough), this can be viewed as the simulation of the gated service of IPACT;

if Tmax=M, this is a limited service with the service limit threshold =M.

It provides two packet arrivals distribution : ie,. poisson distribution and preto distribution, and you need to substitute the corresponding codes in the source code.(easy job)

 

read me

标签:

原文地址:http://www.cnblogs.com/yanyuqi/p/5918267.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!