-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Description
Hi,
I'm working on a script to display some telemetry log files for flight debugging purpose but I hit the limitation that you cannot read more than a certain amount of chars (around 15'000) when opening a file with io.read() which leads to incomplete data in my viewer. What would you suggest to go past that limitation? I was thinking on re-reading the file when you reach the end of the buffer but have no clue on how you could tell to read it from a certain position, it only seems to read from the very beginning and for a certain amount of chars.
Any help appreciated
Metadata
Metadata
Assignees
Labels
No labels