client

command
v0.3.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 22, 2024 License: Apache-2.0 Imports: 21 Imported by: 0

README

Bootz Client Reference emulation

The code located in this directory is intended to emulate a typical Bootz client. Where appropriate, some device-specific functions such as downloading and image or applying a config are mocked out and are simply logged.

Usage

First, make sure the server is running. See server readme.

To run the client, build it and then run using the below commands. Use --alsologtostderr to get verbose logs on the terminal.

cd client
go build client.go
./client -alsologtostderr
Flags
  • port: The port to listen to the Bootz Server on localhost. Defaults to the standard Bootz port of 15006.
  • insecure_boot: Whether to set start the emulated client in an insecure boot mode, in which ownership voucher and certificates aren't checked.

Documentation

Overview

Bootz client reference implementation.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL