Reduce platform specific port size.

 - nos_device_open() standard API
 - NuggetClient uses the linked libnos_datagram

Change-Id: I9cd06148cdd3884458b1d4ddf8ce0448149899d4
18 files changed
tree: 39fa235b6b653b9106719e46a5684e3280511333
  1. libnos/
  2. libnos_datagram/
  3. libnos_transport/
  4. nugget/
  5. Android.bp
  6. BUILD
  7. LICENSE
  8. METADATA
  9. README.md
  10. WORKSPACE
README.md

Generic host components for Nugget

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:

  • shared headers
  • service protos

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.