Skip to content

Reading log files #11

@zonArt

Description

@zonArt

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions