question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

IoT Edge module receive messages over https from leaf devices

See original GitHub issue

Expected Behavior

I want an IoT edge module which can receive messages over https from leaf devices. Once the messages are received on IoT edge the messages will be sent upstream to IoT Hub. Please help me with how this can be achieved. I am potentially thinking of developing an web api as iot edge module not sure if that is possible.

Current Behavior

Steps to Reproduce

Context (Environment)

C# and .Net core for development IoT Edge on Ubuntu 18.04

Output of iotedge check

Click here
// Paste here

Device (Host) Operating System

Ubuntu 18.04

Architecture

amd64

Container Operating System

Linux containers

Runtime Versions

iotedged

Edge Agent

Edge Hub

Docker

<Run `docker version` (`docker -H npipe:////./pipe/iotedge_moby_engine version` for Moby on Windows) and paste here>

Logs

iotedged logs
<Paste here>
edge-agent logs
<Paste here>
edge-hub logs
<Paste here>

Additional Information

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:7 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
veyallacommented, Jul 26, 2019

An edge module is just a docker container under the covers. Developing web applications using docker containers is not really in scope of this project.

If you are using .NET, see https://dotnet.microsoft.com/learn/web/aspnet-microservice-tutorial/intro for guidance.

0reactions
ttll13commented, Jan 21, 2020

Closing as it seems resolved.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Connect a downstream device to an Azure IoT Edge gateway
Configure the gateway device as a server so that downstream devices can connect to it securely. Set up the gateway to receive messages...
Read more >
IoT Edge: Modules life-cycle and communication best- ...
I have a module, deployed through a deployment manifest on an edge device. This module handle messages and if needed, make a call...
Read more >
What is Azure IoT Edge | IoT Production Training Pack
IoT Edge facilitates local communication. It enables device-to-module communication for leaf devices and module-to-module communications by brokering messages ...
Read more >
3 Implement Edge Flashcards
IoT Edge Modules - Containers that run Azure services, third-party services, or your own code. Modules are deployed to IoT Edge devices and...
Read more >
Azure IoT Edge Modules (Part 2) - YouTube
... IoT Edge https ://youtu.be/D3LWBFegqF8 Azure IoT Hub Device Twins https ://youtu.be/v7PFgSNW5l0 IoT Hub Devices with Direct Methods and File ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found