Skip to content

vclient command limited to 512 characters #134

@RiRomain

Description

@RiRomain

The command tool vclient has a limit of 512 characters for the list of command.
-c, --command <commandlist>

I do read all the command at once to publish them all via mqtt, this fails as my command list is 1938 character long.

Limitation is the commands array that is declared with 512 char long at: https://github.com/openv/vcontrold/blob/master/src/vclient.c#L85
char commands[512] = "";

Could this be increased?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions