资 源 简 介
WE MOVED TO GITHUB
Find us here: https://github.com/dana-i2cat/netconf4j
# CODE IN THIS REPO IS OUTDATED #
Project
A simple, from scratch implementation of the Netconf protocol. We are currently testing the current code base in order to release a beta version with basic functionality. See roadmap for more details and things to come.
Contributors are welcomed!
Features
Low, atomic dependencies (commons-logging, commons-configuration, commons-io, junit, ganymed-ssh2).
OSGi ready.
Test coverage.
Support for both sync and async calls.
Maven based, easy to build & contribute.
Efficient (SAX based) parsing.
Transport abstraction (currently, SSH and Virtual).
This is an RPC only implementation. Configuration data passed to user untouched.
Roadmap
Fully support base Netconf (RFC4741) with all its capabilities.