Skip to content

Commit

Permalink
[#22] : Update all references of sentrysoftware.github.io to sentryso…
Browse files Browse the repository at this point in the history
…ftware.org

* Update pom.xml file.
* Update README.md file.
  • Loading branch information
kawtarBK9 committed Jan 11, 2024
1 parent f3317bc commit 911ba70
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,13 @@
![GitHub top language](https://img.shields.io/github/languages/top/sentrysoftware/snmp)
![License](https://img.shields.io/github/license/sentrysoftware/snmp)

This project is a fork of the excellent [Westhawk's SNMP Library for Java](https://snmp.westhawk.co.uk/) ([see also](https://code.google.com/archive/p/snmp123)).

This comment has been minimized.

Copy link
@NassimBtk

NassimBtk Jan 11, 2024

Member

Please don't change the description.

The SNMP Java client enables you to run SNMP operations, including:

The SNMP Java client is designed to interact with remote hosts implementing SNMP v1, v2c, or v3 and allows to execute SNMP requests, including `Get` and `GetNext` requests as well as `Walk` and `Table` functionalities that represent an enhancements over traditional SNMP `Get` and `GetNext` methods.

This comment has been minimized.

Copy link
@NassimBtk

NassimBtk Jan 11, 2024

Member

Please don't change the description here too.

- SNMP Client initialization
- Execution of single requests (`Get` and `GetNext`), as well as multiple request functionalities (`Walk` and `Table`)
- Request execution on remote devices, supporting SNMP v1, v2c, or v3 implementations

See [Project Documentation](https://sentrysoftware.github.io/snmp/) and the [Javadoc](https://sentrysoftware.github.io/snmp/apidocs/) for more information on how to use this library in your code.
See [Project Documentation](https://sentrysoftware.org/snmp/) and the [Javadoc](https://sentrysoftware.org/snmp/apidocs/) for more information on how to use this library in your code.

## Build instructions

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<url>https://sentrysoftware.com</url>
</organization>

<url>https://sentrysoftware.github.io/snmp</url>
<url>https://sentrysoftware.org/snmp</url>
<inceptionYear>2023</inceptionYear>

<distributionManagement>
Expand Down Expand Up @@ -42,7 +42,7 @@

<scm>
<connection>scm:git:https://github.com/sentrysoftware/snmp.git</connection>
<url>https://sentrysoftware.github.io/snmp</url>
<url>https://sentrysoftware.org/snmp</url>
<tag>HEAD</tag>
</scm>

Expand Down

0 comments on commit 911ba70

Please sign in to comment.