Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@balena/autokit

Package Overview
Dependencies
Maintainers
0
Versions
157
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@balena/autokit

software interface for Autokit

  • 1.1.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
42
decreased by-61.11%
Maintainers
0
Weekly downloads
 
Created
Source

AutoKit Logo

This is the software interface for the AutoKit suite, structured as a node library.

It does not include details about the hardware, or assembly. Please refer to the parent repo for links to all relevant documentation here.

Documentation

The AutoKit software interface is designed to take into account that it is comprised of hardware modules which may be added to or substituted. This project aims to provide a simple and generalized interface despite potentially different hardware implementations.

Currently, the AutoKit software interface supports:

  • Flashing of devices (either using SD card multiplexers or usbboot)
  • Controlling power to the DUT
  • Controlling the network connection of the DUT, via a Wi-FI hotspot or Ethernet connection sharing
  • Capturing video output of the DUT
  • Sending/receiving serial to/from the DUT

Installation

npm install @balena/autokit

Adding to the AutoKit software interface

The interface is divided into features, which are the pieces of functionality the kit can perform. Each feature can have multiple possible implementations, which represent potentially different hardware being used to achieve that functionality.

An implementation can be added so the kit can support a new piece of hardware, but the class used to create that implementation must have the same interface as the rest of the implementations that implement that feature.

FAQs

Package last updated on 22 Aug 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc