1.0.29 • Published 2 days ago

@balena/autokit v1.0.29

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
2 days ago

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.

1.0.29

2 days ago

1.0.28

15 days ago

1.0.27

28 days ago

1.0.26

1 month ago

1.0.25

2 months ago

1.0.24

3 months ago

1.0.22

3 months ago

1.0.23

3 months ago

1.0.21

3 months ago

1.0.20

3 months ago

1.0.19

4 months ago

1.0.18

4 months ago

1.0.17

5 months ago

1.0.16

5 months ago

1.0.9

8 months ago

1.0.11

8 months ago

1.0.10

8 months ago

1.0.15

7 months ago

1.0.14

8 months ago

1.0.13

8 months ago

1.0.12

8 months ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago