daqifi / daqifi-desktop

MIT License
5 stars 0 forks source link

DAQiFi Desktop

Codacy Badge

Windows desktop application (.NET) that is used to communicate with DAQiFi hardware.

Tech Stack

Dependencies

CI/CD

None yet as this Requires .NET6 to build with GitHub Actions.

Observability

Exceptions are sent to BugSnag

Documentation

How data goes from the device to the database.

sequenceDiagram
DAQiFiHardware->>IStreamingDevice: Protobuf Message
IStreamingDevice->>MessageConsumer: Protobuf Message
MessageConsumer->>MessageConsumer: Decode Message
MessageConsumer->>IDevice:OnMessageReceived()
IDevice->>IChannel:Set Active Sample
IChannel->>IChannel:Scale Sample(Expression)
IChannel->>LoggingManager:OnChannelUpdated()
LoggingManager->>DatabaseLogger:HandleChannelUpdate()
DatabaseLogger->>DatabaseLogger:Add to Buffer
DatabaseLogger->>DatabaseLogger:ConsumerThread
DatabaseLogger->>Database:Bulk Insert Buffer

Installer

Contribution

Please read Contributing Guidelines before contributing.