Caspia-Gateway Module

Caspia-Gateway (often being called just “Gateway”) is the bridge between Caspia’s hardware and Meadow.

application.yaml

Recommended basic configuration example:

(You gateway configuration would be located in ./gateway directory relatively to the application.yaml file.)

gateway:
    local_can_id: 0x1F0

Full configuration example:

gateway:                 // module name, use "gateway" or "gateway-something"
    local_can_id: 0x1F0
    type: gateway
    config: ./gateway
    storage: ./gateway
local_can_id

CAN identifier to be used by the gateway for Pollen communication.

type

gateway (you can omit the type if you have only one gateway named “gateway”)

Default: <module name>

config

Path to the gateway’s configuration directory relative to the application.yaml file.

Default: ./<module name>

storage

Path where runtime data should be stored relative to the storage directory.

Default: ./<module name>