Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,19 @@

This library is a simple NETCONF client based on [RFC6241](http://tools.ietf.org/html/rfc6241) and [RFC6242](http://tools.ietf.org/html/rfc6242) (although not fully compliant yet).

> **Note:** this is currently pre-alpha release. API and features may and probably will change. Suggestions and pull requests are welcome.
> **Note:** This is currently pre-alpha release. API and features may and probably will change. Suggestions and pull requests are welcome.

## Features
* Support for SSH transport using go.crypto/ssh. (Other transports are planned).
* Support for SSH transport using `golang.org/x/crypto/ssh`. (Other transports are planned).
* Built in RPC support (in progress).
* Support for custom RPCs.
* Independent of XML library. Free to choose encoding/xml or another third party library to parse the results.

## Install
* Requires Go 1.9 or later!
* `go get github.com/Juniper/go-netconf/netconf`
```bash
$ go get github.com/Juniper/go-netconf/netconf
```

## Example
* See examples in `examples/` directory.
Expand Down