Skip to content

Commit

Permalink
Merge pull request #44 from gnuradio/archive-format
Browse files Browse the repository at this point in the history
Creating the `.sigmf` archive format
  • Loading branch information
bhilburn authored May 18, 2017
2 parents e334de2 + 4a0e4b4 commit 922987b
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions sigmf-spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,20 @@ file contains information that describes the dataset.
6. The names of the metadata and dataset files must be identical (excepting
their extensions).

#### Archive Format

The metadata and dataset files that comprise a SigMF recording may be combined
into a file archive.

1. The archive MUST use the `tar` archive format, as specified by POSIX.1-2001.
2. The archive file's filename extension MUST be `.sigmf`.
3. The archive MUST contain the following files: for each contained recording
with some name given here meta-syntactically as `N`, files named `N` (a
directory), `N/N.sigmf-meta`, and `N/N.sigmf-data`.
4. The archive MUST NOT contain any other files unless their pathnames begin
with `N/N`. for some `N` which has `.sigmf-meta` and `.sigmf-data` files as
described above.

### Dataset Format

The samples in the dataset file must be in a SigMF-supported format. There are
Expand Down

0 comments on commit 922987b

Please sign in to comment.