Skip to content

Support alternative TCP encoding #58

@nicolaiunrein

Description

@nicolaiunrein

When adding TCP support to the project I am working on lately I ran into an issue where my test setup using the generic OSC companion module would send data which could not be parsed. I first thought they had failed to implement the framing according to spec and I opened this issue. It turns out there is an alternative TCP codec which is being used here. It is specified in this paper. It would be great if rosc would support this codec as well. I will see if I can contribute a PR to support it.

My idea would be to implement this as a separate decode_* function. As a second step it would be great to have a decode function which automatically detects the format by looking at the first byte.

Let me know if this is something you would want to support.

Thanks,

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