https://github.com/signalf/signalf.controller
SignalF is a configurable, modular .NET measurement and control software specially designed for operation on single-board computers.
https://github.com/signalf/signalf.controller
controller csharp devices dotnet help-wanted iot measurement raspberry-pi
Last synced: about 2 months ago
JSON representation
SignalF is a configurable, modular .NET measurement and control software specially designed for operation on single-board computers.
- Host: GitHub
- URL: https://github.com/signalf/signalf.controller
- Owner: SignalF
- Created: 2024-03-09T23:01:09.000Z (over 2 years ago)
- Default Branch: develop
- Last Pushed: 2024-11-26T11:00:22.000Z (over 1 year ago)
- Last Synced: 2025-08-22T04:14:06.675Z (10 months ago)
- Topics: controller, csharp, devices, dotnet, help-wanted, iot, measurement, raspberry-pi
- Language: C#
- Homepage:
- Size: 10.4 MB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
# Welcome to the SignalF project
SignalF is a configurable, modular .NET measurement and control software specially designed for operation on single-board computers such as the Raspberry Pi or the Orange Pi.
In industry, single-board computers are primarily used in measurement and control technology (MCR), where they often replace the much more expensive programmable logic controllers (PLCs).
SignalF is a soft real-time system. The sensor data is read in, the control algorithms and calculators are executed and the control values are output to the actuator at defined time intervals using configurable tasks. When creating your measurement and control software, you no longer have to worry about the architecture of the application, but can concentrate entirely on connecting the hardware and implementing your algorithms.
## Getting Started
The [SignalF documentation](https://signalfdocumentation.readthedocs.io/en/latest/getting-started/getting-started.html#) will guide you through setting up the code and running it on your own system.
## Contribute
Contributions to SignalF are welcome. Here is how you can contribute to SignalF:
[Submit bugs](https://github.com/Signal-F/SignalF.Controller/issues) and help us verify fixes.
[Submit pull requests](https://github.com/Signal-F/SignalF.Controller/pulls) for bug fixes and features and discuss existing proposals.
Please refer to Contribution Guidelines for more details.