Skip to content

Commit

Permalink
Replace softwareag occurance
Browse files Browse the repository at this point in the history
  • Loading branch information
d-mariak committed Jan 22, 2025
1 parent 6973e00 commit 4c70022
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Cumulocity examples
---------------

This repository contains example applications created using Cumulocity SDK. For more information on [Cumulocity] [1] visit [https://www.softwareag.cloud/site/dev-center/cumulocity-iot.html#/] [1].
This repository contains example applications created using Cumulocity SDK. For more information on [Cumulocity] [1] visit [https://www.cumulocity.com/] [1].

The Java agent in this repository is obsolete. For devices, please use SmartREST 2 [https://cumulocity.com/guides/device-sdk/mqtt/]. For microservices, please use the Microservices SDK [https://cumulocity.com/guides/microservice-sdk/introduction/].
1 change: 0 additions & 1 deletion lora-codec-lansitec/src/main/resources/logback-spring.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
<logger name="org.springframework.web" level="INFO"/>
<logger name="org.apache.commons.httpclient" level="INFO"/>
<logger name="httpclient.wire" level="WARN"/>
<logger name="com.softwareag.dtintegration" level="INFO"/>
<logger name="com.cumulocity" level="INFO"/>

<root level="INFO">
Expand Down
1 change: 0 additions & 1 deletion lora-codec-twtg-neon/src/main/resources/logback-spring.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
<logger name="org.springframework.web" level="INFO"/>
<logger name="org.apache.commons.httpclient" level="INFO"/>
<logger name="httpclient.wire" level="WARN"/>
<logger name="com.softwareag.dtintegration" level="INFO"/>
<logger name="com.cumulocity" level="INFO"/>

<root level="INFO">
Expand Down
2 changes: 1 addition & 1 deletion snmp/docs/protocol-integration/snmp-bundle/Introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ There are two components that help SNMP-enabled devices to connect to the {{< pr
2. The **SNMP agent** is a device-side agent that helps SNMP-enabled devices to connect to the {{< product-c8y-iot >}} platform and translates messages from a SNMP-specific format to a {{< product-c8y-iot >}} model before forwarding them to the {{< product-c8y-iot >}} platform.

{{< c8y-admon-info >}}
The SNMP agent and the Mibparser microservice code is open source. The code can be found in the {{< product-c8y-iot >}} examples repository at [https://github.com/SoftwareAG/cumulocity-examples/tree/develop/snmp](https://github.com/SoftwareAG/cumulocity-examples/tree/develop/snmp).
The SNMP agent and the Mibparser microservice code is open source. The code can be found in the {{< product-c8y-iot >}} examples repository at [https://github.com/Cumulocity-IoT/cumulocity-examples/tree/develop/snmp](https://github.com/Cumulocity-IoT/cumulocity-examples/tree/develop/snmp).
{{< /c8y-admon-info >}}

The following image provides a general overview of the SNMP-enabled device integration with {{< product-c8y-iot >}}:
Expand Down
2 changes: 1 addition & 1 deletion snmp/mib-parser/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Refer to the "**Building**" section of the [Readme][5] under the snmp folder.
Once the deployment is complete, the MIB Parser microservice will be listed as an `Own application` under `Administration` tab. Now you should subscribe your tenant to this misroservice in order to use the service. More information on how to subscribe application for the given tenant using REST interface can be found at [Microservice SDK][4] section of the Cumulocity IoT user guide. Subscription can also be achieved using the user interface. `Administration` -> `Tenants` -> `Subtenants` -> `Select user` -> Click on `Application tab` -> Click `subscribe` on mouse hover `Mibparser` from the list of applications.
For more details, refer to [Managing Applications][3] section of the Cumulocity IoT user guide.

[1]: https://www.softwareag.cloud/site/product/cumulocity-iot.html#/
[1]: https://www.cumulocity.com/
[2]: https://cumulocity.com/guides/users-guide/optional-services/#snmp
[3]: https://cumulocity.com/guides/users-guide/administration/#managing-applications
[4]: https://cumulocity.com/guides/microservice-sdk/rest/
Expand Down

0 comments on commit 4c70022

Please sign in to comment.