-
Notifications
You must be signed in to change notification settings - Fork 5
Metadata
Thomas Hirsch edited this page Jun 14, 2016
·
6 revisions
Use [this] to connect to tcp://172.17.0.1:5556 on the node.
Each message sent over the ZMQ bus consists of a topic and a corresponding message identified by the DataId (+ DataVersion).
Example: TODO
The suffix of the topic is typically included as a field within the message. Topic is used for ZMQ subscriber filtering, while DataId (+ DataVersion) is used for database mapping and data grouping. The message stored in the database is identical to the ZMQ message (the topic is not stored in the database).
- The common fields: NodeId, Timestamp, DataId, DataVersion, SequenceNumber
This table describes the currently distributed information via the ZMQ bus and stored in the database.
(* = MONROE.META)
See also: https:github.com/MONROE-PROJECT/data-exporter
Topic | DataId | DataVersion | Data Fields | Description/Further Information |
---|---|---|---|---|
|
|
1 | ICCID, InterfaceName, MCCMNC, Mode, RSSI | Interface connections events IP |
|
|
1 | CID, DeviceMode, DeviceSubmode, DeviceState, ECIO, ENODEBID, ICCID, InterfaceName, IMSI, IMSIMCCMNC, IMEI, IPAddress, InternalIPAddress, Operator, LAC, RSRP, Frequency, RSRQ, Band, PCI, NWMCCMNC, RSCP, RSSI | |
|
|
1 | idem | |
|
|
1 | idem | |
|
|
1 | idem | |
|
|
1 | idem | |
|
|
1 | idem | |
|
|
1 | idem | |
|
|
1 | idem | |
|
|
1 |
"Longitude": longitude position of the node, "Latitude": latitude position of the node, "Altitude": Altitude of the node, "SatelliteCount": Number of Satellites used for reading the position, "SequenceNumber": sequence nr from core component, "NMEA": raw nmea string as received form the gps unit, "Timestamp": timestamp when values where logged by core component |
|
|
|
1 | see sensor data | E.g. temp sensor update, input voltage, current power draw, (what's available), running experiments, quotas |
|
|
1 | see node events | Power up etc event. |