Skip to content

udp/coap receiver issue in linux with esp ot_rcp (TZ-1590) #132

@donaldkohcw

Description

@donaldkohcw

Checklist

  • Checked the issue tracker for similar issues to ensure this is not a duplicate.
  • Provided a clear description of your suggestion.
  • Included any relevant context or examples.

Issue or Suggestion Description

Hi,

I am facing an issue with the Linux receiver: the Linux terminal is not receiving any inbound messages via UDP/CoAP, even though it has no problem sending out messages via UDP/CoAP to other children/routers.

I can ping between devices without any issues, which means that both directions are reachable.

I tried running "sudo tcpdump -ni wpan0 udp port 12345" but seems like it never reaches. If i just run on another terminal in the same linux locally, "echo "Hello, UDP!" | nc -u 127.0.0.1 12345" , it received.

It is set up with ot_rcp idf 5.32v and Linux Ubuntu.

I have also tried disabling the firewall using "sudo ufw disable." Do you have any tips for resolving this? Thanks.

Regards,
dk

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