Updated development information in readme
This commit is contained in:
@@ -11,13 +11,13 @@ and it can send a reset request on the reset channel.
|
||||
To acquire data into a file use:
|
||||
|
||||
```
|
||||
fdaq acquire <file>
|
||||
java -jar java -jar ch.psi.fda.fdaq-<version>.jar acquire <file>
|
||||
```
|
||||
|
||||
Send stop/reset request (to abort an data collection)
|
||||
|
||||
```
|
||||
fdaq stop
|
||||
java -jar java -jar ch.psi.fda.fdaq-<version>.jar stop
|
||||
```
|
||||
|
||||
This will take the default connections settings:
|
||||
@@ -26,3 +26,7 @@ This will take the default connections settings:
|
||||
* Port: 2233
|
||||
* Kill Port: 2234
|
||||
* Number Of Elements: Integer.MAX_VALUE/2
|
||||
|
||||
|
||||
# Development
|
||||
A standalone jar can be build via `mvn clean compile assembly:single`.
|
||||
Reference in New Issue
Block a user