commit | 3dc791b1ad5cf0fff8316aba3b9f7d32820539af | [log] [tgz] |
---|---|---|
author | Xin Li <[email protected]> | Fri Dec 13 11:15:12 2024 -0800 |
committer | Xin Li <[email protected]> | Fri Dec 13 11:15:12 2024 -0800 |
tree | 9272940f223ef3c610a5dd3f3568e01d5aad687c | |
parent | 1a759311f2972a5f131faacd8eb4fd62e88d50a6 [diff] | |
parent | 13942d0eafe6022b7a299d49eafd02b42862eb8d [diff] |
Merge 24Q4 into AOSP main Bug: 370570306 Merged-In: I84d583758792423023a7ccbd78f13ce5436787e0 Change-Id: I09fe2e39bc9e61e386341c354bab0cf8c8d0ef8e
Nugget will be used in different contexts and with different hosts. This repo contains the components that can be shared between those hosts.
nugget
The nugget
directory contains items that are shared between the host and the firmware. Those include:
libnos
libnos
is a C++ library for communication with a Nugget device. It offers an interface to manage a connection and exchange data and a generator for RPC stubs based on service protos.
libnos_datagram
libnos_datagram
is a C library for exchanging datagrams with a Nugget device. This directory only contains the API of the library as the different platforms will need to implement it differently.
libnos_transport
libnos_transport
is a C library for communicating with a Nugget device via the transport API. This is built on top of the libnos_datagram
library for exchanging datagrams.