From 704bf3914a6df1a20bd44e8538e8d7879be503c2 Mon Sep 17 00:00:00 2001 From: Aldo Fernando Vilardy Roa Date: Tue, 20 Nov 2018 15:25:56 -0500 Subject: [PATCH] description Add first app description --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8e480de..36f2b24 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # SnmpAgent -Monitoring of Mobile Devices using SNMP +Monitoring of Devices using SNMP + +We start building one of the first multiplatform apps usingXamarin and #SNMP library, to allow devices configuration management and health monitoring in real time using Simple Networking Management Protocol (SNMP). Using this we will able to monitor various aspects of the device health like: uptime, memory usage, ping latency and number of processes and watch real time updates using popular Network Management Systems (NMS) like Cacti and Nagios. We have also implemented SNMPv3 which incorporates authentication and encryption.