Get real uint64 and int64 numbers in string notation
Opened this issue · 1 comments
avdg commented
The admin port interface provides some packages containing uint64 or int64 data. Currently its not possible to easily convert this data to something useful or readable.
Since this problem is only limited to receiving packages, it could be enough to convert this data to strings. At least, just for now.
It would be great to see a basic int64/int64 js library with endian support that could do convertions from buffers to strings until the use cases are a bit more complex than just displaying data.
avdg commented
The more I dig in to investigate this issue, the more problems I'm having with decoding it. Maybe I'll just leave this stuff as is until I fully know whats going on...