Skip to content

romuloreis/S2edge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

S2edge - Simple Simulator to Edge

Papers

Overview on Edge Computing

YAFS

More articles

TO-DO List

  • Upload my code
  • Questions:
    • Qual o futuro do projeto YAFS?
    • Pq python 2.7?
      • As dependencias citadas no git do YAFS (Simpy, Networkx, Numpy, Pandas, tqdm) tem suporte ao python > 3
    • Como fazer o port para python 3+?
      • Foi criada uma seção sobre o port da versão 2 para 3 - Requer bastante trabalho braçal

Scenario Description

Parameters

Entity - Dispositivos físicos.

entity_name   = {"id": 0, "model": "cloud","mytag":"cloud", "IPT": 5000 * 10 ^ 6, "RAM": 40000,"COST": 3,"WATT":20.0}

int id
int type
position_x
position_y
region
cpu
ram
storage
bw
boolean idle
vm_list
cost_per_second
costPerMem
costPerStorage
costPerBw
Link Enlaces

    link_name = {"s": 0, "d": 1, "BW": 1, "PR": 10}

type
max_bw
cur_bw
latency
weight
Instância de serviço

id
type
service_id
cpu
ram
storage
bw
idle
userId
currentAllocatedStorageSize
currentAllocatedRam
currentAllocatedBw
mapped
Entidade consumidora

id
position_x
position_y
type
service_list

List of commands to install YAFS

sudo apt-get install python-pip

sudo apt-get install python2.7

sudo apt-get install python-numpy python-scipy python-matplotlib ipython ipyth
on-notebook python-pandas python-sympy python-nose

git clone https://github.com/acsicuib/YAFS

cd YAFS

sudo python setup.py install

sudo python -m pip install -U matplotlib

sudo apt-get install python-tk

#Maybe you'll need to install network x
sudo pip install networkx

Porting Python 2 to 3

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published