RDDL Network
  • 👋Welcome to RDDL
    • 💡What we do
    • ✨Our Features
  • Basics
    • ✅Understanding RDDL
    • 🎭Actors
    • ⛓️Networks
    • 🪙Tokens
      • RDDL on Liquid
      • Conversion Rate
    • 🎆Types of Nodes
      • 👛Wallet Management
      • 🔐Key Ceremony
    • 🤝Token Services
      • Machine Identity Attestation
      • RDDL Purpose Tokens
      • Wrapped Tokens
      • CID Asset Notarization
    • 🏁Proof of Productivity
      • 👩‍🎤Actor Selection
      • ⁉️Challenge-Response
      • 💰Rewards
        • 🔢Reward Calculation
        • ⌚Clearance Process
        • 🪙Claiming Rewards
    • 🤝Reissuance & Distribution
  • Getting Started
    • ❓How can I participate?
    • ⚡The EnergyAgent
      • ▶️Installation
    • ⚓Trust Wallet
    • SMD (Smart Metering Device)
  • Workflows & Governance
    • Converting RDDL to PLMNT
    • Voting on chain parameters
  • ⚒️Infrastructure
    • 🧁Services
Powered by GitBook
On this page
  1. Basics

Actors

PreviousUnderstanding RDDLNextNetworks

Last updated 11 months ago

  • Pro/consumer machines by Tasmota Nodes

    • Data notarization

    • Data trading

    • PoP participation

  • Machine operators

    • Offering micro-investments

    • distributing production rewards/participation

  • Parties interested in data

    • pay for data with incentive tokens

The following are currently supported.

#ifndef __RDDL_MACHINE_TYPES__
#define __RDDL_MACHINE_TYPES__

#define RDDL_MACHINE_UNDEFINED          0
#define RDDL_MACHINE_POWER_SWITCH       1
#define RDDL_MACHINE_ENERGY_TRACKER     2
#define RDDL_MACHINE_ENERGY_METER       3
#define RDDL_MACHINE_LOGGER             4
#define RDDL_MACHINE_BATTERY            5
#define RDDL_MACHINE_INVERTER           6
#define RDDL_MACHINE_CONTROLLER         7
#define RDDL_MACHINE_CHARGER            8
#define RDDL_MACHINE_BMS                9 
#define RDDL_MACHINE_ESS               10 

#endif
🎭
types of machines