Code Monkey home page Code Monkey logo

day4's Introduction

IoT System Setup Guide

This guide provides detailed instructions on setting up each module of the IoT system: Smart Device (with PUF emulation), Gateway, Blockchain, and Local Admin.

Table of Contents

Smart Device Setup (PUF Emulation)

  1. Install PUF Emulator: Download and install the PUF emulator software from the official repository.
  2. Configure PUF Emulator: Launch the emulator and select the device role that would emulate PUF to generate HIDD1.
  3. Test PUF Response: Challenge the PUF emulator and ensure it provides a consistent response.

    Libraries used :

    1. "FS.h" -- built-in
    2. "SPIFFS.h" -- built-in
    3. "esp_system.h" -- built-in
    4. "HTTPClient.h" -- built-in
    5. "Wifi.h" -- built-in
    6. "Crypto.h" -- Cryptography
    7. "ArduinoJson.h" -- ArduinoJson Repository

Gateway Setup

  1. Install Gateway Software: Download and install the IoT gateway software.
  2. Configure Gateway: Set up the gateway's secret key for encrypting and decrypting device keys.
  3. Connect to Local Blockchain: Ensure the gateway has network access to the local blockchain for fetching device public IDs.

Blockchain Setup

  1. Install Blockchain Node: Set up a local blockchain node. This can be a lightweight node if resources are limited.
  2. Initialize Blockchain: Create the genesis block and initialize the blockchain dataset.
  3. API Access: Ensure the blockchain provides an API endpoint for the gateway and local admin to interact with.

Local Admin Setup

  1. Install Admin Dashboard: Download and install the local admin dashboard software.
  2. Connect to Blockchain: Configure the dashboard to connect to the local blockchain for device registration and verification.
  3. Device Registration: Use the dashboard to register new devices, challenge their PUFs, and upload their details to the blockchain.
  4. Device Verification: Periodically verify the devices connected to the IoT system using the dashboard.

Conclusion

Once all modules are set up and configured, the IoT system should be operational. Regularly update each module to ensure security and performance. For any issues or support, refer to the official documentation or contact the support team.

day4's People

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.