Make NTU Hackathon


Team for Make NTU Hackathon 2017 in Taipei. See the Wiki tab below for details on using the hardware available. The Code tab contains example code for all the hardware.

You are viewing an older revision! See the latest version

Program5_mbedConnectorQuickstart

Table of Contents

  1. Setup

This is a python package to use the mbed Device Connector REST interface to control IoT devices running mbed Client. The library uses the requests library to interface to mbed connector via HTTP REST calls. Details on the mbed connector RESTful interface can be found here. You can use this library either as part of a webapp or locally on your computer.

Setup

  • Install the mdc-api package from pip. You may need to use sudo on your system.
    • pip install -U mbed-connector-api
  • You can also use the setup.py

All wikipages