Skip to content
/ capwap Public
forked from opendaylight/capwap

Mirror of the OpenDaylight capwap gerrit project

Notifications You must be signed in to change notification settings

Doghole/capwap

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This program and the accompanying materials are made available under the
terms of the Eclipse Public License v1.0 which accompanies this distribution,
and is available at http://www.eclipse.org/legal/epl-v10.html

DIRECTORY ORGANIZATION
======================

api  artifacts  features  impl  karaf

api:
	This directory contains yang modules for CAPWAP REST APIs

arrtifacts:
	TBD

features:
	TBD

impl:
	This is the directory which contains generated code as well as manually added code.

impl/src/main/java/org/opendaylight/capwap:
	Manually added code.

karaf:
	TBD


HOW TO BUILD
============
In order to build it's required to have JDK 1.7+ and Maven 3+, to get
a build going it's needed to:

1) Go in the root directory and run
   "mvn clean install"

2) After successful completion, look for org.opendaylight.capwap artifacts
   in your local maven repository.

About

Mirror of the OpenDaylight capwap gerrit project

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%