Coder Social home page Coder Social logo

marvinbuss / azureiotedge-simulated-temperature-sensor Goto Github PK

View Code? Open in Web Editor NEW

This project forked from warlib1975/azureiotedge-simulated-temperature-sensor

0.0 1.0 0.0 16 KB

IoT Edge module developed by Microsoft as sample. It's not so easy to build module from the Microsoft source. Here is adoptded version to simplify module building.

C# 100.00%

azureiotedge-simulated-temperature-sensor's Introduction

Azure IoT Edge simulated temperature and humidity sensor module

IoT Edge module originally were developed by Microsoft as a IoT Edge module sample (C#). The project was located here: https://github.com/Azure/iot-edge-v1/tree/master/v2/samples/azureiotedge-simulated-temperature-sensor Now, the sources are moved somewhere, so 404 error occurred when going to the URI. It's not so easy to build module from the Microsoft sources. You need to change some files. Here is adapted version of the sources to simplify the simple module building. Some description available in Russian at the page http://www.bizkit.ru/2018/11/12/5737/

To build module you need to do some changes in files:

  1. Create in Microsoft Azure IoT Hub new Continers Registry. Get username and password to push compiled module.
  2. Create file with name ".env" filled with created Container Registry authorization data:
    CONTAINER_REGISTRY_USERNAME_docker= CONTAINER_REGISTRY_PASSWORD_docker=
  3. Change the property "repository" in the file module.json for your repository URI. Example: "repository": "warlibregistry.azurecr.io/iotedge-simulated-temperature-sensor"

azureiotedge-simulated-temperature-sensor's People

Contributors

warlib1975 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.