app

command module
v0.0.0-...-9e538a8 Latest Latest
Warning

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

Go to latest
Published: Jun 20, 2019 License: MIT Imports: 1 Imported by: 0

README

jim's-magic-sign ~ app

Business logic for the smart flipdot display, written in Go.

Features

  • Makes calls to driver service to display application
  • Defaults to displaying time/date
  • Exposes secure gRPC 'service' to enqueue messages
    • Requires password authorisation
    • Issues temporary JWTs
  • Flashes button when messages are in the queue
  • Listens for button press to display queued messages

Installation

As a Go module, installation is as simple as:

go mod download

You need to perform this step, rather than just building or testing immediately, in order to download the gRPC protobuf source generator.

Now you can build or test the application:

# Build app
make

# Test app
make test

A docker container can be built using the following:

make docker

The built version of this container can be found on dockerhub as briggysmalls/flipapp.

Usage

The application binary has two subcommands: app and mock.

The app subcommand is the main software, expecting to connect to a gRPC driver service and raspberry Pi hardware.

The mock subcommand is a version of the application that mocks away the gRPC driver service, instead simulating the signs on the console. This command is useful for quick development of the build of the application, as well as providing a stubbed backend for the web project.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
cmd

Jump to

Keyboard shortcuts

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