
debian/ is still missing, will follow in next commit. Fixes: #4626 Change-Id: Ia87c28c1c75b8402eedbfca47f888585a7881f44
24 lines
427 B
INI
24 lines
427 B
INI
[node test config]
|
|
description=description of the simulation sec-node
|
|
.
|
|
Testing simulation dummy setup.
|
|
|
|
[interface tcp]
|
|
type=tcp
|
|
bindto=0.0.0.0
|
|
bindport=10767
|
|
|
|
|
|
[module sim]
|
|
class=frappy.simulation.SimDrivable
|
|
.description=simulation stuff
|
|
.extra_params=param3,param4,jitter,ramp
|
|
param3.datatype={"type":"bool"}
|
|
param3.default=True
|
|
param3.readonly=False
|
|
jitter.default=1
|
|
ramp.default=60
|
|
value.default=123
|
|
target.default=42
|
|
|