Skip to content

0Grit/mbed-client

This branch is 5 commits behind ARMmbed/mbed-client:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

3d97a6e · May 22, 2017
May 11, 2015
Apr 12, 2017
Feb 24, 2016
May 12, 2017
Feb 28, 2017
May 12, 2017
May 12, 2017
Sep 16, 2016
Mar 21, 2017
Feb 22, 2017
Mar 7, 2017
May 22, 2017
Mar 4, 2015
Oct 5, 2015
Oct 12, 2016
Apr 14, 2016
Jul 17, 2015
Jun 15, 2015
May 10, 2017
May 9, 2017
Sep 29, 2016
May 10, 2017
Apr 21, 2016
May 11, 2017
May 4, 2017
Apr 15, 2016
Apr 18, 2016
Sep 17, 2015
Aug 3, 2015

Repository files navigation

ARM mbed Client

This repository contains ARM mbed Client: a library that connects devices to mbed Device Connector Service, mbed Device Server (mDS) and to mbed-enabled cloud services from our partners.

The documentation is collected under the docs directory and the mbed Client Guide is also hosted here.

Running Unit Tests

Pre-requisites for the unit tests includes the following tools:

  • CppUTest
  • XSL
  • lcov
  • gcovr
  • Ninja

You can use these commands to get the tools if you are running Ubuntu.

sudo apt-get install cpputest
sudo apt-get install xsltproc
sudo apt-get install lcov
sudo apt-get install gcovr
sudo apt-get install ninja-build

About

C++ API for mbed-client

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 95.5%
  • CMake 1.7%
  • C 1.6%
  • Other 1.2%