This repository contains a ASAM ODS EXD-API plugin that uses IMCtermite to read .raw files of imc Software.
This is only a prototype to check if it works with IMCtermite.
Because the repository does not contain the ASAM ODS protobuf files the generated stubs are added.
The files that match *_pb2*
are generated suing the following command. To renew them you must put the
proto files from the ODS standard into proto_src
and rerun the command.
python -m grpc_tools.protoc --proto_path=proto_src --pyi_out=. --python_out=. --grpc_python_out=. ods.proto ods_external_data.proto
Runs the GRPC service to be accessed using http-2.
Implements the EXD-API interface to access IMC Bus Format (*.raw, *.dat) files using IMCtermite.
Some basic tests on example files in data
folder.
jupyter notebook the shows communication done by ASAM ODS server or Importer using the EXD-API plugin.