项目作者: open-5g

项目描述 :
Reference website for information on open, programmable, and virtualized 5G networks.
高级语言: HTML
项目地址: git://github.com/open-5g/open-5g.github.io.git
创建时间: 2020-09-10T17:14:57Z
项目社区:https://github.com/open-5g/open-5g.github.io

开源协议:

下载


Open, Programmable, and Virtualized 5G Networks

This repository is maintained by the Institute for the Wireless Internet of Things at Northeastern University. Please use pull requests to contribute to keep the project up-to-date. The design is inspired to this reading list.

Contribute

To contribute to the list, please fork the repository, check out a new branch and add the respective software, software-defined radio, or testbed to the appropriate category in _data/software.yml. When ready, please open a pull request and/or contact one of the authors. These are the fields we ask you to fill for each new entry:

Software entry template

  1. - title:
  2. contributors:
  3. license:
  4. status:
  5. community:
  6. url:
  7. desc:

SDR entry template

  1. - title:
  2. contributors:
  3. channel:
  4. frequency_range:
  5. bandwidth:
  6. ran_software:
  7. target:
  8. url:
  9. desc:

Testbed entry template

  1. - title:
  2. consortium:
  3. technology:
  4. 5g_software:
  5. framework:
  6. scale:
  7. url:
  8. desc:

Prerequisites for local testing

  • Ruby
  • Bundler: gem install bundler

Install dependencies:

  1. make install

Serve page on local web server:

  1. make serve