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.) .. code-block:: YAML gateway: local_can_id: 0x1F0 Full configuration example: .. code-block:: YAML 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: ```` :config: Path to the gateway's configuration directory relative to the application.yaml file. Default: ``./`` :storage: Path where runtime data should be stored relative to the storage directory. Default: ``./``