Updated development information in readme

This commit is contained in:
2013-12-18 11:53:10 +01:00
parent 391ef074b4
commit e0ddf5c640
+6 -2
View File
@@ -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`.