mirror of
https://github.com/wader/fq.git
synced 2024-12-25 22:34:14 +03:00
opentimestamps: one last make doc.
This commit is contained in:
parent
912f4116a9
commit
976a7564c7
@ -122,7 +122,7 @@ mpeg_ts,
|
||||
[msgpack](doc/formats.md#msgpack),
|
||||
ogg,
|
||||
ogg_page,
|
||||
opentimestamps,
|
||||
[opentimestamps](doc/formats.md#opentimestamps),
|
||||
opus_packet,
|
||||
[pcap](doc/formats.md#pcap),
|
||||
pcapng,
|
||||
|
@ -92,7 +92,7 @@
|
||||
|[`msgpack`](#msgpack) |MessagePack |<sub></sub>|
|
||||
|`ogg` |OGG file |<sub>`ogg_page` `vorbis_packet` `opus_packet` `flac_metadatablock` `flac_frame`</sub>|
|
||||
|`ogg_page` |OGG page |<sub></sub>|
|
||||
|`opentimestamps` |OpenTimestamps file |<sub></sub>|
|
||||
|[`opentimestamps`](#opentimestamps) |OpenTimestamps file |<sub></sub>|
|
||||
|`opus_packet` |Opus packet |<sub>`vorbis_comment`</sub>|
|
||||
|[`pcap`](#pcap) |PCAP packet capture |<sub>`link_frame` `tcp_stream` `ipv4_packet`</sub>|
|
||||
|`pcapng` |PCAPNG packet capture |<sub>`link_frame` `tcp_stream` `ipv4_packet`</sub>|
|
||||
@ -857,6 +857,33 @@ $ fq -d msgpack torepr file.msgpack
|
||||
### References
|
||||
- https://github.com/msgpack/msgpack/blob/master/spec.md
|
||||
|
||||
## opentimestamps
|
||||
|
||||
### View a full OpenTimestamps file
|
||||
|
||||
```
|
||||
$ fq dd file.ots
|
||||
```
|
||||
|
||||
### List the names of the Calendar servers used
|
||||
|
||||
```
|
||||
$ fq '.operations | map(select(.attestation_type == "calendar") | .url)' file.ots
|
||||
```
|
||||
|
||||
### Check if there are Bitcoin attestations present
|
||||
|
||||
```
|
||||
$ fq '.operations | map(select(.attestation_type == "bitcoin")) | length > 0' file.ots
|
||||
```
|
||||
|
||||
### Authors
|
||||
- fiatjaf, https://fiatjaf.com
|
||||
|
||||
### References
|
||||
- https://opentimestamps.org/
|
||||
- https://github.com/opentimestamps/python-opentimestamps
|
||||
|
||||
## pcap
|
||||
|
||||
### Build object with number of (reassembled) TCP bytes sent to/from client IP
|
||||
|
Loading…
Reference in New Issue
Block a user