Software Source Code

Version 1 (Jeremy Wright, 01/19/2013 10:08 pm)

1 1 Jeremy Wright
h1. Shepard Test Stand Software Source Code
2 1 Jeremy Wright
3 1 Jeremy Wright
This is a newer document based on "this one":https://opendesignengine.net/projects/shepard-ts/wiki/Software_Source_Code_v1_0 , and you should refer to that original version if you want to see the revision history.
4 1 Jeremy Wright
5 1 Jeremy Wright
In order to download the latest source code for the data acquisition (DAQ) software, you will need a subversion client.
6 1 Jeremy Wright
7 1 Jeremy Wright
On Linux, you can install the subversion package and then execute the following on a command line.
8 1 Jeremy Wright
9 1 Jeremy Wright
<pre>
10 1 Jeremy Wright
svn co https://opendesignengine.net/svn/shepard-ts
11 1 Jeremy Wright
</pre>
12 1 Jeremy Wright
13 1 Jeremy Wright
This will download the source tree to the current directory. The top level directory will be @shepard-ts@ and the most current version will be in the @trunk@ directory.
14 1 Jeremy Wright
15 1 Jeremy Wright
There will also be milestone versions available for download from "DMSF":https://opendesignengine.net/dmsf/shepard-ts?folder_id=16 . These versions will not necessarily be up-to-date though.
16 1 Jeremy Wright
17 1 Jeremy Wright
For instructions on how to use the software, please see the "Operating Manual":https://opendesignengine.net/projects/shepard-ts/wiki/Operating_Manual_v1_0