jimbobbennett / jimbobbennett/IoTLedColorChanger

You can connect to IoT Hub with mobile app directly

Open
#1 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
F#
Stars
4
Forks
1
PR merge metrics
No merged PRs in 30d

Description

Function app is not necessary in the project. The current data flow in the project is:

```
Mobile App --[HTTP]--> Azure Function App --[HTTP (packaged in IoT Hub SDK)]--> IoT Hub --[MQTT]--> DevKit
```

You can remove Azure Function App from the project, and connect to IoT Hub directly:

```
Mobile App --[HTTP (Rest API)]--> IoT Hub --[MQTT]--> DevKit
```

Learn more about IoT Hub Rest API from .

You can also debug IoT Hub Rest API from .

The official example [DevKit State](https://github.com/IoTDevEnvExamples/DevKitState) uses Azure Function as a proxy of IoT Hub Rest API server, because IoT Hub Rest API doesn't support CORS which is required in browser.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.