Skip to content

Commit

Permalink
Remove Recorder fixtures and doc references.
Browse files Browse the repository at this point in the history
  • Loading branch information
danielwippermann committed Dec 26, 2022
1 parent 81cfa16 commit f731e41
Show file tree
Hide file tree
Showing 14 changed files with 1 addition and 113 deletions.
7 changes: 0 additions & 7 deletions docs/dlx-recorder-class.md

This file was deleted.

12 changes: 0 additions & 12 deletions docs/docs.md
Expand Up @@ -67,18 +67,6 @@ The resol-vbus module includes the following sub-classes of the abstract Convert
- TextConverter


## Recorders

A Recorder provides access to HeaderSet stores (e.g. dataloggers) by allowing to either playback the HeaderSets in the store, record HeaderSets to the store or synchronize two Recorders.

The synchronization operation builds on top of this two operations and is able to find unsynced HeaderSets in the source Recorder. Thoses unsynced HeaderSets are then played back from the source Recorder and recorded in the destination Recorder.

The resol-vbus module includes the following sub-classes of the abstract Recorder class:

- FileSystemRecorder
- DLxRecorder


## Customizers

A Customizer provides functionality to transfer a set of configuration values from or to a device.
Expand Down
7 changes: 0 additions & 7 deletions docs/filesystem-recorder-class.md

This file was deleted.

7 changes: 0 additions & 7 deletions docs/recorder-class.md

This file was deleted.

2 changes: 1 addition & 1 deletion docs/vbus-recording-converter-tutorial.md
Expand Up @@ -69,7 +69,7 @@ Use the Node.js `pipe` method to connect the readable file stream with the `Writ

Node.js will now stream the file content into the converter. When the converter successfully decoded a `Header` it emits a `header` event and when it decoded a full `HeaderSet` it emits a `headerSet` event.

Running that code with the file `test/fixtures/dlx-recorder-1/20140214.vbus` as input results in 4895 lines of console output starting as follows:
Running that code with the file `test/fixtures/test-recorder/20140214.vbus` as input results in 4895 lines of console output starting as follows:

Header decoded: Fri Feb 14 2014 01:00:00 GMT+0100 (CET) -> 00_0010_0053_10_0100
Header decoded: Fri Feb 14 2014 00:59:58 GMT+0100 (CET) -> 01_0010_7E11_10_0100
Expand Down
Binary file removed test/fixtures/dlx-recorder-1/20140214_packets.vbus
Binary file not shown.
Binary file removed test/fixtures/dlx-recorder-1/20140215_packets.vbus
Binary file not shown.
Binary file removed test/fixtures/dlx-recorder-1/20140216_packets.vbus
Binary file not shown.
36 changes: 0 additions & 36 deletions test/fixtures/dlx-recorder-1/index.html

This file was deleted.

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.

This file was deleted.

0 comments on commit f731e41

Please sign in to comment.