Skip to content

eclipse-uprotocol/up-transport-vsomeip-rust

Repository files navigation

Eclipse uProtocol Rust vsomeip Client

Overview

This library implements a uTransport client for vsomeip in Rust following the uProtocol uTransport Specifications.

Getting Started

Building the Library

To build the library, run cargo build in the project root directory. Tests can be run with cargo test. This library leverages the up-rust library for data types and models specified by uProtocol.

Using the Library

The library contains the following modules:

Package uProtocol spec Purpose
transport uP-L1 Specifications Implementation of vsomeip uTransport client used for bidirectional point-2-point communication between uEs.

Releases

No releases published

Packages

No packages published

Languages