From bbbadcd74a0f6b3d1ef922bb115a90c495687aa1 Mon Sep 17 00:00:00 2001 From: Joakim Roubert Date: Fri, 25 Oct 2024 11:10:12 +0200 Subject: [PATCH] README.md: Corresponding updates Change-Id: I66136fbda91d6a3c7eb6fb853d140d4737349e4f Signed-off-by: Joakim Roubert --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index ae1e874..1f17b7f 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -*Copyright (C) 2023, Axis Communications AB, Lund, Sweden. All Rights Reserved.* +*Copyright (C) 2024, Axis Communications AB, Lund, Sweden. All Rights Reserved.* # Modbus ACAP @@ -6,8 +6,8 @@ [![GitHub Super-Linter](https://github.com/AxisCommunications/modbus-acap/actions/workflows/super-linter.yml/badge.svg)](https://github.com/AxisCommunications/modbus-acap/actions/workflows/super-linter.yml) This repository contains the source code to build a small prototype -[ACAP version 3](https://help.axis.com/acap-3-developer-guide) -application that exports events from +[ACAP version 4](https://axiscommunications.github.io/acap-documentation/) +(native) application that exports events from [AXIS Object Analytics](https://www.axis.com/products/axis-object-analytics) (AOA) over [Modbus](https://en.wikipedia.org/wiki/Modbus) using @@ -143,8 +143,8 @@ AOA status updates to the application log. > [!IMPORTANT] > The default Modbus/TCP port 502 requires running as a privileged user. -> In order to run as a non-privileged user, this ACAP only allows ports in -> the non-privileged range 1024–65535. +> In order to run as a non-privileged user, this ACAP application only allows +> ports in the non-privileged range 1024–65535. ## License