Class ReplayProtocol
java.lang.Object
com.framed.core.Service
com.framed.io.protocol.Protocol
com.framed.communicator.driver.protocol.replay.ReplayProtocol
A replay protocol that reads either CSV (test_ph.csv) or JSONL files
and replays all datapoints in real time into the FRAMED EventBus,
using the same publish mechanism as the real PC60FW / Oxylog drivers.
-
Field Summary
Fields inherited from class com.framed.core.Service
ADDRESS_REGISTRY_SUFFIX, eventBus, formatter, logger -
Constructor Summary
ConstructorsConstructorDescriptionReplayProtocol(String id, EventBus eventBus, String filePath, org.json.JSONArray devices) -
Method Summary
Modifier and TypeMethodDescriptionvoidconnect()Establishes a connection using the specific protocol implementation and starts the configured data export.Methods inherited from class com.framed.core.Service
addressRegistry, announceAddress, stop
-
Constructor Details
-
ReplayProtocol
-
-
Method Details
