Giter Site home page Giter Site logo

diogogomes77 / 5gcity-infrastructure-abstraction Goto Github PK

View Code? Open in Web Editor NEW

This project forked from 5gcity/5gcity-infrastructure-abstraction

0.0 1.0 0.0 96 KB

An abstraction layer for 5GCity that enables the support of different access network technologies

License: Apache License 2.0

Python 94.39% Shell 2.30% HTML 3.31%

5gcity-infrastructure-abstraction's Introduction

5gcity-infrastructure-abstraction

5GCity-Infrastructure-Abstraction between Slice Manager and RAN Controllers (i2CAT RAN Controller & Ruckus Controller)

Installing RAN Proxy and its requirements

$ git clone https://github.com/5GCity/5GCity-infrastructure-abstraction.git
$ cd 5GCity-infrastructure-abstraction
$ pip3 install -r requirements.txt

Setting the configuration

For setting the controllers use the file conf/config.py and set as follows:

CONTROLLERS = [
    {
    'id': 0,
    'type': 'ruckus',
    'ip': '127.0.0.1',
    'port': 8080,
    'url': 'http://{}:{}/',
    'topology': RUCKUS_TOPOLOGY
    },
    {
    'id': 1,
    'type': 'i2cat',
    'ip': '84.88.34.20',
    'port': 8008,
    'url': 'http://{}:{}/' 
    }
]

Running and stopping the proxy server

$ cd proxy/web/
$ bash init.sh start
Starting Agnostic Wireless Proxy......  OK
$ bash init.sh stop
Stopping Agnostic Wireless Proxy......  OK

Restarting the proxy server

$ cd proxy/web/
$ bash init.sh restart
Stopping Agnostic Wireless Proxy......  OK
Starting Agnostic Wireless Proxy......  OK

Checking the proxy server status

$ cd proxy/web/
$ bash init.sh status
Agnostic Wireless Proxy......  RUNNING

5gcity-infrastructure-abstraction's People

Contributors

bgotura avatar papagap avatar alfonsoegio avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.