GithubHelp home page GithubHelp logo

lijuncheng16 / oadr2-ven Goto Github PK

View Code? Open in Web Editor NEW

This project forked from enernoc/oadr2-ven

0.0 2.0 0.0 287 KB

OpenADR2 Open VEN Implementation for Java

Home Page: http://open.enernoc.com/code

License: Other

Java 100.00%

oadr2-ven's Introduction

EnerNOC OpenADR 2.0 Reference Implementation

This is part of EnerNOC's open source reference implementation for the OpenADR 2.0 spec.

See: http://openadr.org/

This project provides the building blocks for imlementing a VEN client. In particular, it aims to provide protocol bindings. It does not actually implment any service functionality (at least not yet.) But it should provide enough at least for someone to start implementing OpenADR 2.0 services.

Modules

oadr2-model Simple JAXB Bindings

oadr2-xmpp XMPP client implmentation

oadr2-http HTTP client implementation (TODO)

oadr2-vtn This is a separate project: https://github.com/EnerNOC/oadr2-vtn

Development, Build, Testing

Use Maven: http://maven.apache.org

Build by running maven compile from this directory. Dependencies will be downloaded automatically.

To run XMPP unit tests with your Google Talk account, do the following:

mvn test -Dxmpp-username="[email protected]" -Dxmpp-pass="blah"

To see debug output from the XMPP stream, add the following flag: -Dsmack.debugEnabled=true

Note: Some folks have reported trouble with JAXB generation under Java 6. If you experience issues, please try building with a Java 7 SDK.

License

This code is released under the Apache 2.0 software license except where otherwise noted.
Please take it and use the code in your (commercial or open source) product. Contributions back to this project are also welcome!

Note that PullUnmarshaller.java is not copyright EnerNOC, it was adapted from Sun/ java.net code and is licensed under either GPL v2 + classpath exception or the CDDL.

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.