Skip to content

DevCore Framework

Device Apps that utilize the DevCore save months if not years of development time compared to creating your own device management app from scratch.

Device apps generally need to perform the following core functions as a minimum:

  • Login and authenticate users
  • Claim devices for management
  • Configure device settings
  • Display device information and statistics
  • Allow user control of the device device

The DevCore Framework provides the following essential features:

FeatureDescription
FrameworkApplication structure with navigation bars, data display panels, dashboards and widgets and data editing forms
AuthenticationUser authentication, login and access control
NavigationUser navigation and request routing
DashboardsDashboards and graphical widgets with dynamic live updating
InteractionConnect user interactions with device and cloud commands and operations
Property EditorEditor to view and modify device data
ProvisioningDevice claim, release and management
IntegrationAbility to connect to local HTTP device agents or cloud services

The DevCore Framework is responsive and supports mobile, tablet or desktop interfaces. It will seamlessly scale to the appropriate screen size and intelligently switches between dark and light modes of operation. It also supports customized displays and themes for specific device configurations if required.

The DevCore can be installed from NPM DevCore. It can be rebuilt with source downloaded from the Builder or GitHub. With this approach, you can completely customize the manager for your app.

Alternatively, you can create your own bespoke device manager app using the Ioto APIs for ultimate control.