Skip to content

Standard Pattern

The Standard pattern deploys the default DevCore-based device management app without modifications. This approach enables immediate project startup by providing essential device connectivity and management capabilities out of the box.

The Standard app includes a developer UI skin and provides core functionality optimized for both mobile and desktop applications. This pattern is ideal for rapid prototyping, development testing, and internal data-centric projects.

Ioto Device App

Core Features

The Standard app provides the following capabilities:

Authentication & Access Control

  • User authentication and login systems
  • Role-based access control

User Interface

  • Navigation bars and routing
  • Data display panels and dashboards
  • Real-time updating widgets
  • Data editing forms

Device Management

  • Device claiming and release
  • Multi-device management
  • Device data property editor
  • Connectivity to local HTTP agents and cloud services

Technical Foundation

  • Pre-configured VueJS and Vuetify frameworks
  • DevCore framework integration
  • Mobile and desktop responsive design

When to Use Standard Pattern

The Standard pattern is suitable for:

  • Rapid Prototyping - Quick validation of device management concepts
  • Development Testing - Internal testing and evaluation environments
  • Data-Centric Applications - Scientific or research applications requiring basic device data access
  • Proof of Concept - Demonstrating device connectivity and basic management capabilities

Getting Started

  1. Create a new app using the Standard pattern from the Builder
  2. Configure your device schema and connection parameters
  3. Deploy and connect your devices
  4. Access the management interface through the provided URL

The Standard pattern provides immediate functionality while preserving the option to customize or rebuild the application as requirements evolve.

INFO

The Standard pattern significantly reduces initial development time for device management applications.