Skip to content

Commit b9eed44

Browse files
author
Martin
committed
Updated README
1 parent 936cd7d commit b9eed44

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,17 @@ df_phys = proc.extract_phys(df_raw, tp_type=tp_type)
9494
...
9595
```
9696

97+
For the case of NMEA 2000 multiframe fast packets, you can utilize the below details:
98+
99+
```
100+
from utils_tp import MultiFrameDecoder, nmea_fast_packet_pgns
101+
...
102+
res_id_list_hex = nmea_fast_packet_pgns
103+
tp_type = "nmea"
104+
105+
```
106+
---
107+
97108
### Add InfluxDB tags
98109
You can add tags to your data when using InfluxDB. This effectively adds additional dimensions to your data that you can e.g. use to color timeseries based on events or to further segment your queries when visualizing the data. The `utils_db.py` contains a basic example via the `add_signal_tags` functions that you can use as outset for building your own logic.
99110

0 commit comments

Comments
 (0)