1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00
VILLASnode/file-to-reorder.conf
2023-11-30 10:53:04 +01:00

23 lines
280 B
Text

nodes = {
file = {
type = "file"
uri = "signal.csv"
format = "csv"
in = {
eof = "stop"
epoch_mode = "original"
}
}
}
paths = ({
in = "file"
hooks = ({
type = "digest"
uri = "digests.txt"
algorithm = "sha256"
mode = "timestamp"
interval = 10
})
})