-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
3 changed files
with
22 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
name=SNMP Manager | ||
version=1.1.6 | ||
version=1.1.7 | ||
author=Martin Rowan <martin@martinrowan.co.uk> | ||
maintainer=Martin Rowan <martin@martinrowan.co.uk> | ||
sentence=A SNMP Manager for esp32/esp8266 to send SNMP requests to other SNMP enabled devices. | ||
paragraph=Supports SNMP v1 and v2c, sending SNMP GET requests and decoding the GET-RESPONSE for INTEGER, OCTET STRING, OID, COUNTER, COUNTER64, TIMETICKS and GUAGE data types. | ||
sentence=An SNMP Manager library to make SNMP requests to other SNMP enabled devices. | ||
paragraph=Supporting SNMP v1 and v2, SNMP requests can be sent (GetRequest) and their responses received (GetResponse) for various SNMP data types. | ||
category=Communication | ||
url=https://github.com/shortbloke/Arduino_SNMP_Manager | ||
architectures=esp32,esp8266 | ||
architectures=* | ||
includes=Arduino_SNMP_Manager.h |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters