Skip to content

tomyqg/OneDAS-Core

 
 

Repository files navigation

OneDAS-Core

AppVeyor Documentation Status

Contains the main executables and type definitions of OneDAS.

The documentation is hosted on onedas.readthedocs.io but incomplete and written for the old version of OneDAS. It will be updated continuously in the following weeks and months.

Prerequisites

Initialization

On Windows, run the following batch script to get started with OneDAS:

:: constants
set "projectName=OneDAS"
set "origin=https://github.com/OneDAS-Group/"

:: create parent folder
md %projectName%
cd ".\%projectName%"
set "rootFolder=%cd%"

:: clone projects
git clone "%origin%/%projectName%-Core"
git clone "%origin%/%projectName%-Documentation"
git clone "%origin%/%projectName%-Ethercat"
git clone "%origin%/%projectName%-Extensions"

:: Core
cd "%rootFolder%\%projectName%-Core"
call init_solution.bat

:: Ethercat
cd "%rootFolder%\%projectName%-Ethercat"
call init_solution.bat

About

Free, open and extensible measurement data acquisition software

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 62.8%
  • TypeScript 20.0%
  • HTML 15.8%
  • Other 1.4%