Skip to content

Add support for Modbus RTU Over UDP #549

@systemmonkey42

Description

@systemmonkey42

Is there any interest in building UDP support into libmodbus?

I recognise that Modbus/UDP is not (yet?) a recognised standard, however it is becoming not only
available in modern hardware, but recommended by the vendors for certain workloads.

Given that UDP simply requires the exact same MBAP and payload as TCP, but over a different transport,
can it really be that difficult?

I'm a little suprised there are no forks with UDP support. The only opensource UDP implementation I've
found on github are python, node (javascript) or .NET. None of which are useful to my project.

Edit: The .NET/node/python and C# implementations are linked to from modbus.org

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