Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
linev committed Mar 15, 2024
1 parent a8eeb06 commit e380257
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
19 changes: 18 additions & 1 deletion plugins/dogma/Readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,21 @@
# Short info
## Usage of `dogmaprint`

1. Start readout

dabc_exe plugins/dogma/app/readout.xml

2. Run print on any other node

dogmaprint host:6002 -raw

dogmaprint host:6002 -rate



## Usage of `dogmacmd`

This is demo how one use DABC command channel to submit arbitrary commands
to remote node. Any kind of protocol can be implemented on top.

1. Start on the control node

Expand Down
1 change: 1 addition & 0 deletions plugins/dogma/app/dogma.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<dabc version="2">
<Context name="Main" port="12345">
<Run>
<lib value="libDabcMbs.so"/>
<lib value="libDabcDogma.so"/>
<logfile value="master.log"/>
<loglimit value="1000000"/>
Expand Down

0 comments on commit e380257

Please sign in to comment.