Skip to content

lheer/empower-lede-packages

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 

Repository files navigation

EmPOWER: Mobile Networks Operating System

What is EmPOWER?

EmPOWER is a new network operating system designed for heterogeneous mobile networks.

Top-Level Features

  • Supports both LTE and WiFi radio access networks
  • Northbound abstractions for a global network view, network graph, and application intents.
  • REST API and native (Python) API for accessing the Northbound abstractions
  • Support for Click-based Lightweight Virtual Networks Functions
  • Declarative VNF chaning on precise portion of the flowspace
  • Flexible southbound interface supporting WiFi APs LTE eNBs

Checkout out our website and our wiki

This repository includes the EmPOWER packages for OpenWRT 15.05.01.

Code is released under the Apache License, Version 2.0.

How to install

  $: cd $TOPDIR
  $: echo 'src-git empower https://github.com/lheer/empower-lede-packages.git' >> feeds.conf.default
  $: ./scripts/feeds update empower
  $: ./scripts/feeds install -a -p empower-lvap-agent
  $: make menuconfig
  $: select Network -> empower-lvap-agent

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 87.3%
  • Makefile 12.7%