tail-f-systems / JNC

JNC (Java NETCONF Client) is the name of a Java library for communicating with NETCONF agents, and a plugin for pyang (http://code.google.com/p/pyang/) to generate Java classes from YANG models, to be used by the JNC library.
Other
77 stars 87 forks source link

netconf-1.1 support #106

Closed martin-volf closed 2 years ago

martin-volf commented 2 years ago

Support for 1.1 NETCONF framing. The change had to rework also the old 1.0 framing 1. because it was buggy 2. to make framing transparent to the user.