# mbed-client-linux **Repository Path**: mirrors_ARMmbed/mbed-client-linux ## Basic Information - **Project Name**: mbed-client-linux - **Description**: DEPRECATED: Linux specific component for mbed-client C++ library - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2025-12-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README This repository contains the Yotta module with Linux OS specific components required by mbed-client. The components are: 1) Linux BSD Socket APIs 2) Linux Thread APIs See https://github.com/ARMmbed/mbed-client-linux-example for reference on how this module is used with mbed-client. # Running unittests The unittests require some additional dependencies to be installed. `Cpputest`, `lcov`, `xsltproc` and `gcovr` are needed. On Ubuntu/Debian these can be installed with the following commands: `sudo apt-get install cpputest lcov xsltproc` and `pip install gcovr` Unittests can be run using the `make`command like so: `make test`