pengminjiong / ndn_poisson

0 stars 0 forks source link

About Poisson_Process #1

Open huayuliang1612 opened 7 years ago

huayuliang1612 commented 7 years ago

Thank for sharing. May I know how to generate Poisson Process in detail?& For Poisson 3, If I put the results to NS-3 is there any problem in the code? How can I fix it.

pengminjiong commented 7 years ago

Assume you understand the differences between Poisson distribution and Poisson process. actually, NS-3 has its own Poisson model, check that part first. the only reason that you want to use your own Poisson generator might be the provided one is not sufficient for your simulation. For example: in NDN environment or dynamically Poisson packets

for using my source code, you only need to modify the "event rate" possion prcoess and you will get a table of timings that can be directly used for NS-3

peng minjiong

huayuliang1612 commented 7 years ago

Thank you for your reply.

pengminjiong notifications@github.com于2017年3月2日 周四10:03写道:

Assume you understand the differences between Poisson distribution and Poisson process.

actually, NS-3 has its own Poisson model, check that part first.

the only reason that you want to use your own Poisson generator might be the provided one is not sufficient for your simulation.

For example: in NDN environment or dynamically Poisson packets

for using my source code, you only need to modify the "event rate" possion prcoess

and you will get a table of timings that can be directly used for NS-3

peng minjiong

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/pengminjiong/ndn_poisson/issues/1#issuecomment-283522936, or mute the thread https://github.com/notifications/unsubscribe-auth/AYSvTKetqM_nGxTce-R1BgmBVYPcSIjGks5rhhVMgaJpZM4Lzg58 .

-- 梁 華育