MBED UDP library help
- This topic has 3 replies, 3 voices, and was last updated 5 years ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
I got the TCPIP example working with our private IP and server and generated customer messages.
Now I need to migrate that to UDP and I can not find any documentation on UDP stuff. I have tried to use examples of UDPSocket but the sentto and rcvfrom methods use ENDpoint library which I can not find to load and I don’t even know if I am going down the right path.
Any examples or references would be helpful.
Hi David,
Which Dragonfly model do you have?
Are you using the Dragonfly examples with the MTSCellularInterface library?
https://os.mbed.com/teams/MultiTech/code/Dragonfly-Examples/
Are you planning to use the GPS or SMS functionality along with UDP sockets?
Which version of mbed-os are you using?
Kind regards,
Leon
I am using the cat-1 dragonfly mbed version.
I am using the examples but they are all TCPIP
No sms or GPS required.
I am pretty sure I am using MBED OS 5
I finally got udp working after a lot of trial and error guessing.
No help looking at the cellularinterface or modeminterface libraries from Multitech
David,
I’m also trudging down the path of trying to connect to ATT and then the ‘cloud’ via the Nano’s ublox LTE-M1. Looking at too many non-applicable examples I’m drowning.
I’m also running mbed OS 5 using mbed Studio.
Any guidance/tips you can provide would be most appreciated!
thanks,
Mike