Skip to content

Latest commit

 

History

History

cmpe49f

CmpE49F - Introduction to Satellite Space Network

Term Instructor
Fall 2018 Fatih Alagöz

We are asked to develop cache replacement algorithm for Information-Centric Network (ICN)

Links

Requirements

  • python 3
  • simpy
  • numpy
  • matplotlib

Usage

    $ python3 main.py
    # You can overwrite time, count, and algorithm via command arguments
    $ python3 main.py --time=2000 --count=1 --algorithm=MY
    # Algorithm parameter has 4 different options: LRU | LFU | RAND | MY

You can set general system parameters at config.py