Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 678 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 678 Bytes

Netconf4Android

This is an API that implements the Netconf protocol (RFC 4741) for building client applications.

The Netconf protocol is designed for managing network devices.

It uses an RPC paradigm to perform configuration actions and management of remote devices.

The main goal is to provide valuable support for this protocol for Android applications and Java applications.

With this API and any Netconf server that supports certain capabilities, you can build an Android application to configure and drive a remote firewall for example.

##Wiki https://github.com/giuseppe-palmeri/netconf4android/wiki

##Home Page http://giuseppe-palmeri.github.io/netconf4android/