Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jiegec/netconf-rs
A rust library for NETCONF(RFC 6241)
https://github.com/jiegec/netconf-rs
netconf netconf-rs rust rust-library
Last synced: 2 months ago
JSON representation
A rust library for NETCONF(RFC 6241)
- Host: GitHub
- URL: https://github.com/jiegec/netconf-rs
- Owner: jiegec
- License: mit
- Created: 2020-07-12T03:32:33.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-03-03T11:49:53.000Z (11 months ago)
- Last Synced: 2024-10-26T22:48:40.679Z (3 months ago)
- Topics: netconf, netconf-rs, rust, rust-library
- Language: Rust
- Homepage:
- Size: 40 KB
- Stars: 4
- Watchers: 5
- Forks: 2
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# netconf-rs
A Rust library to configure devices with NETCONF(RFC 6241) protocol.
## Transports
Currently, netconf-rs only supports NETCONF over SSH.
## Vendors
Currently, netconf-rs supports the following vendors:
- H3C: tested with S5024E-PWR-X
## License
See LICENSE file.