Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added support for binary data types #493

Merged
merged 2 commits into from
May 25, 2024

Conversation

mhorsche
Copy link
Contributor

image

New Features

  • Select data type (string, json, hex, uint, int, float) for each topic individually
  • Default data type is 'string'
  • Binary types are decoded with 'little Endian' ('readUInt__LE', 'readInt__LE, 'readFloatLE' and 'readDoubleLE')
  • Show milliseconds in message received timestamp (feature request Feature request: Add millisecond information to the history #479)

Todo

Minor issue when changing data type you need to reselect the topic to fire render event. This should be done automatically, maybe you can help me to implement this properly.

- Select data type (string, json, hex, uint, int, float) for each topic individually
- Default data type is 'string'
- Show milliseconds in message received timestamp
- possible data types are: 'json', 'string', 'hex', 'uint8', 'uint16', 'uint32', 'uint64', 'int8', 'int16', 'int32', 'int64', 'float', 'double'
- default is 'json'
@stefanlk
Copy link

is it possible to finalize the merge?

@mhorsche
Copy link
Contributor Author

is it possible to finalize the merge?

Never got any reaction from @thomasnordquist. I use this functionality very often, should be implemented correctly...

@mhorsche mhorsche marked this pull request as ready for review June 16, 2023 16:31
@ilgrank
Copy link

ilgrank commented Jun 21, 2023

The author is not visiting Github anymore (last time he replied was end of 2022), and that's a shame :(

@Redsandro
Copy link

I just discovered this tool, which is very nice, and came here just to suggest the same feature.

image

Unfortunately this tool is no longer maintained. I had no idea it was 3 years old. Now I need to find something else. 😅 What did you end up using? Found anything similar that supports binary?

@bj00rn
Copy link
Collaborator

bj00rn commented Apr 2, 2024

@mhorsche can you rebase this PR and i'll try to get it merged?

Ideally the timestamp fix could be a separate PR to be merged asap to keep things neat

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants