[][src]Crate gomspace_p31u_service

[]

Kubos Service for interacting with [GomSpace p31u EPS]

Configuration

The service must be configured in /home/system/etc/config.toml with the following fields:

Example: [gomspace-eps-service.addr] ip = "0.0.0.0" port = 8021

[gomspace-eps-service]
bus = "/dev/i2c-0"
i2c_addr = "0x08"

Starting the Service

The service should be started automatically by its init script, but may also be started manually

Structs

GenericResponse

Common response fields structure for requests which don't return any specific data

RawCommandResponse

Response fields for 'issueRawCommand' mutation

Enums

AckCommand

Return field for 'ack' query