Welcome to the Losant Forums. We’re very excited you’re here!
Would you be able to share with me the contents of the toml file you’re using for your Edge Agent configuration? I just want to confirm that you have enabled the UDP Server on the Edge. You can read more about it in our Supported Edge Protocols Documentation.
Could you share, also, the command you are using the spin up the docker container with the Edge Agent in it?
Thanks for all that information, it’s a huge help!
I spoke with some of our folks here who are familiar with UDP about what you’re experiencing. Once you have the container running, you can run the command (on your RPi), nc -u localhost 2395 testing UDP message on 2395 and see if your workflow picks that up as well.
You can also run this command from a different unix-based machine on the same network with nc -u <ip-address-of-pi> 2395 .... This would confirm that the RPi (and the Edge Agent) are receiving UDP messages, and the issue may lie within your Modem or Edge Device.
I am going to do some testing with a container on my machine in the meantime. I’ll be sure to update you with anything I find as well.