Skip to content

rdms-org/rdms-device-controller

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

 Typing SVG

GitHub Workflow Status GitHub release (latest by date) GitHub

Usage

See the documentation for instructions on how to use it.

Build

Requirements

  • OS : Windows 10 or higher version (server edition is also available!)
  • Tools

Guide

  1. Open a PowerShell terminal from the project directory.
  2. Run the commands below.
Set-ExecutionPolicy Unrestricted
./build_script.ps1 -target RDMS/RDMS.csproj --framework net7.0 --self-contained false --configuration Release -p:PublishReadyToRun=true -excludeSymbols $(true|false)
./build_script.ps1 -target RDMS/RDMS.Services.csproj --framework net7.0 --self-contained false --configuration Release -p:PublishReadyToRun=true -p:PublishSingleFile=true -excludeSymbols $(true|false)

License

The contents are freely available under the MIT License.

The licenses of third-party libraries can be found here.

About

A Windows device controller for RDMS

Resources

License

Stars

Watchers

Forks

Releases

No releases published