IBA KOREA SYSTEM
IBA - 데이터 분석시스템
다양한 어플리케이션과 요구에 맞게 설계합니다.
IBA는 측정된 데이터에 대한 수집, 기록, 분석, 재해석 등 에 필요한 하드웨어 및 소프트웨어로 구성된 데이터 수집 장치 및 분석 툴입니다.

모듈화된 설계와 간단한 시스템 구성 덕분에 IBA 시스템은 어떤 규모의 데이터 수집은 물론 다양한 어플리케이션과 요구에 맞게끔 시스템을
설계, 구성하여 사용할수 있습니다. 이러한 컨셉을 통해 64채널의 간단한 포터블 수집장치로부터 수천개의 데이터를 한꺼번에 수집할 수 있는
서버까지 구축하실 수 있습니다. 또한 한 번 설치 이후, 요구에 따라 손쉽게 기존 시스템을 업그레이드 하실 수 있습니다.

ibaHD-Server-API-Read

본문

ibaHD-Server-API-Read is a licensed API enabling 3rd party applications to query historical data and events from ibaHD-Server.

 

The API is built on the open source gRPC framework, which is a Remote Procedure Call (RPC) framework based on the HTTP2 protocol and Protocol Buffers serialization.

 

To use the API programmatically, first the ibaHD-API client code for the desired programming language must be generated. To do this, two parts are required:

 

■ The ibaHD-API.proto interface definition file. It is supplied with the ibaHD-Server installation and can be found in the “ibaHD-API” folder inside the ibaHD-Server installation directory. 

 

■ The gRPC tooling required to generate the ibaHD-API client. For each supported language the gRPC website provides a detailed tutorial how the client code can be generated: https://grpc.io/docs/tutorials/

 

Once the ibaHD-API client code has been generated, it can be linked to the target application. Depending on the used language, it may be necessary to link additional gRPC and ProtoBuf base packages to the application. Details are provided in the programming language-specific guides.