.. Copyright (c) 2023, NVIDIA CORPORATION. All rights reserved. NVIDIA CORPORATION and its licensors retain all intellectual property and proprietary rights in and to this software, related documentation and any modifications thereto. Any use, reproduction, disclosure or distribution of this software and related documentation without an express license agreement from NVIDIA CORPORATION is strictly prohibited. .. _grpcExtension: GrpcExtension ---------------------- Extension for GRPC based communication tools. * UUID: :code:`62e7335c-c555-47c9-a2d2-21991b7fd250` * Version: :code:`0.2.0` * Author: :code:`NVIDIA` * License: :code:`LICENSE` Interfaces ~~~~~~~~~~~~ Components ~~~~~~~~~~~~ nvidia::gxf::GrpcServer ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ IPC Server implementation based on Grpc. * Component ID: :code:`0e6b2f6c-057a-8431-925b-fa476c3265b6` * Base Type: :code:`nvidia::gxf::IPCServer` Parameters ++++++++++++ **port** GRPC port for listening. * Flags: :code:`GXF_PARAMETER_FLAGS_NONE` * Type: :code:`GXF_PARAMETER_TYPE_INT32` * Default: 50000 | **remote_access** Allow access from remote clients. * Flags: :code:`GXF_PARAMETER_FLAGS_NONE` * Type: :code:`GXF_PARAMETER_TYPE_BOOL` * Default: false