Skip to content
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.

Yeoman generator for JS module development on Azure IoT Edge v1 Module. **Note: As IoT Edge v1 is no longer under active development, this tool is not supported.

License

Notifications You must be signed in to change notification settings

Azure/generator-az-iot-gw-module

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contributing

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.

Azure IoT Edge Module Generator

generator-az-iot-gw-module creates a base template to start a new edge module in Node.js.

Prerequisites

  1. Install latest Node LTS.
  2. npm install -g yo
  3. npm install -g generator-az-iot-gw-module

Usage

$yo az-iot-gw-module

Note that this template will generate files in the current directory, so be sure always to run it against a new directory

Running module(s) on edge

Once the project is scaffolded, at the root folder run:

$npm install
$npm start

Further Steps

  1. Modify the source code of printer.js and sensor.js to provide more features.
  2. Refer to NODE Module Sample to learn how to connect to Azure IoT Hub.

About

Yeoman generator for JS module development on Azure IoT Edge v1 Module. **Note: As IoT Edge v1 is no longer under active development, this tool is not supported.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published