Перейти к файлу
microsoft-github-policy-service[bot] cc9281d51d Microsoft mandatory file 2023-01-24 15:57:55 +00:00
.azuredevops skip pr 2023-01-10 18:42:27 +01:00
.bundle fix vulnerabilities 2022-04-13 11:10:43 +02:00
.github/workflows Delete bad workflow 2022-11-15 10:06:58 +01:00
__tests__ react-native update ios 2021-03-15 16:09:53 +01:00
android Bump to 1.1.0 (#12) 2022-12-06 10:35:53 -08:00
docs Bluetooth Gateway (#11) 2022-12-01 11:35:23 -08:00
ios Add bluetooth justification (#13) 2022-12-12 15:34:58 -08:00
src fix vulns and linting 2023-01-12 08:35:26 +01:00
.buckconfig react-native update ios 2021-03-15 16:09:53 +01:00
.eslintrc.js fix vulnerabilities 2022-04-13 11:10:43 +02:00
.flowconfig fix vulnerabilities 2022-04-13 11:10:43 +02:00
.gitattributes use git attribute 2021-05-26 16:00:26 +02:00
.gitignore fix vulnerabilities 2022-04-13 11:10:43 +02:00
.prettierrc.js fix vulnerabilities 2022-04-13 11:10:43 +02:00
.ruby-version fix vulnerabilities 2022-04-13 11:10:43 +02:00
.svgrrc react-native update ios 2021-03-15 16:09:53 +01:00
.watchmanconfig react-native update ios 2021-03-15 16:09:53 +01:00
Gemfile update build pipelines 2022-06-13 15:52:37 +02:00
Gemfile.lock fix gem lock 2022-04-13 15:54:15 +02:00
LICENSE adding license and copyright header 2021-06-04 11:47:28 +02:00
README.md Bluetooth Gateway (#11) 2022-12-01 11:35:23 -08:00
SECURITY.md Microsoft mandatory file 2023-01-24 15:57:55 +00:00
app.json fix ios project files 2021-04-15 16:24:00 +02:00
babel.config.js fix vulnerabilities 2022-04-13 11:10:43 +02:00
bumpVersion.sh revert master versioning 2021-05-19 10:42:35 +02:00
createReleaseFile.sh createRelease script 2021-05-26 17:36:57 +02:00
index.js update build pipelines 2022-06-13 15:52:37 +02:00
metro.config.js fix vulnerabilities 2022-04-13 11:10:43 +02:00
package-lock.json fix vulns and linting 2023-01-12 08:35:26 +01:00
package.json fix vulns and linting 2023-01-12 08:35:26 +01:00
podinstall.js react-native update ios 2021-03-15 16:09:53 +01:00
tsconfig.json refactor texts 2021-05-10 15:50:36 +02:00

README.md

Azure IoT Central PaaD

A Phone-as-a-Device solution to easily connect with Azure IoT Central by using a smartphone or tablet as an IoT device.

Android

develop: Build status

What is this?

An useful tool to start playing with Azure IoT Central without using a real IoT device. The smartphone or tablet can send telemetry data from its embedded sensors (accelerometer, gyroscope...) and registered health platforms (Apple Health Kit, Google Fit). It can also receive properties and commands to demonstrate basic functionalities.

Features

The main features of the app are:

  • Telemetry data from real embedded sensors and health platform records.
  • Real-time charts.
  • Sample properties (readonly and writeable).
  • Commands handling to enable/disable telemetry items and set their sending interval.
  • Commands logs to trace data in app.
  • Bluetooth Gateway (see Bluetooth.md for documentation/implementation details)

Build and Run

The application is available for both Android and iOS. It can be run on simulator as well (Android Studio or Xcode required). In this case, sensor data is randomly generated.

Required tools

See React Native Getting Started and click on React Native CLI Quickstart for more detailed instructions. "Installing dependencies" is the section that explains developer setup. If you are developing on Windows for Android you will need:

  1. Node.JS (12+)
  2. Java SE Development Kit (JDK 8+)
  3. Python 3.7+
  4. Android Studio
  5. React Native command line interface
  6. Npm or Yarn

To set up a real device for development, follow the instructions for device setup here.

Installation

git clone https://github.com/Azure/iot-central-paad
cd iot-central-paad
npm install