[doc] aggregatord: add section CSV format

This commit is contained in:
Matteo Cypriani 2013-08-02 09:45:54 -04:00
parent 935b77e114
commit 386c279f6c
1 changed files with 31 additions and 0 deletions

View File

@ -84,6 +84,37 @@ the **-K** option).
= CSV format =
The text output is constituted of fields separated by semicolons (;).
(We call it CSV format even though semicolons are used instead of
commas.) The format can evolve from one version of OwlPS to another,
this is why the first field of each line is the version of the format
used. In the current version of the format, each line contains the
following fields:
- CSV format version = 1
- MAC address of the transmitter
- request type
- number of packets sent by the transmitter
- timestamp (transmission time at the transmitter), under the form
“seconds.nanoseconds”
- X coordinate
- Y coordinate
- Z coordinate
- direction (orientation) of the transmitter
- one or more per-packet information made of the following fields:
- MAC address of the capture point
- packet ID
- signal strength
If unknown, the coordinates are set to “0.00” and the orientation to
“0”.
= Options =
== Main options ==