https://github.com/bettercap/recording
This package allows reading and writing bettercap's session recordings.
https://github.com/bettercap/recording
Last synced: about 1 year ago
JSON representation
This package allows reading and writing bettercap's session recordings.
- Host: GitHub
- URL: https://github.com/bettercap/recording
- Owner: bettercap
- License: other
- Created: 2019-04-03T08:06:45.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-08T08:36:53.000Z (about 7 years ago)
- Last Synced: 2025-03-31T10:04:12.557Z (over 1 year ago)
- Language: Go
- Size: 18.6 KB
- Stars: 15
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
This package allows reading and writing [bettercap](https://bettercap.org)'s session recordings.
A recording archive is a gzip file containing reference Session and Events JSON objects and their changes stored as patches in order to keep the file size as small as possible. Loading a session file implies generating all the frames starting from the reference one by iteratively applying those "state patches" until all recorded frames are stored in memory. This is done to allow, UI side, to skip forward to a specific frame index without all intermediate states being computed at runtime.
## Example
See the `examples` folder.
## License
This package is made with ♥ by [evilsocket](https://github.com/evilsocket) and it's released under the GPL 3 license.