Table of Contents

Prerequisites

Clients communicate with the Connection REST API, which is implemented in IdeaStatiCa.ConnectionRestApi.exe as an ASP.NET service. Since IDEA StatiCa migrated to .NET 10, it requires the .NET framework 'Microsoft.AspNetCore.App' (version 10.0.0) on the PC. If it is missing, install it from the Microsoft webpage.

ASP.NET Core 10.0 Runtime - Windows x64 Installer

Users can verify the service is running correctly by running:

C:\Program Files\IDEA StatiCa\StatiCa 26.0\IdeaStatiCa.ConnectionRestApi.exe

from the Windows command line. It will start the service, which should listen on TCP port 5000 by default.

http://localhost:5000/index.html should display the OpenAPI page of the service.