This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

how to prepare arm cortex m-3 for Dynamic DNS (DDNS)?

Hi to all
I have developed a project with arm Cortex m-3 (LPC series) equipted with tcp/ip and i connected a modem router to it with CAT5 cable .When I would like to connect to my device from another city I must buy and set the Static ip address on the router and do port forwarding to access to my device.i want to send microcontroller public ip address to the web service every time the device is reset or turn on.
Does any one know how can i use Dynamic DNS in my microcontroller and give me a light on this way in oredr to decrease the price of project via removing static ip address?

Parents
  • It has nothing to do with Cortext-M3.

    You will have to get or implement the appropriate Agent for the particular DDNS service(s) you are using.

    It will also require that the network allows in-bound connections.

    This is why most remote monitoring applications don't have the remote device as a server!
    Instead, have the remote device as a client - so it can just "call-in" to a well-known address...

Reply
  • It has nothing to do with Cortext-M3.

    You will have to get or implement the appropriate Agent for the particular DDNS service(s) you are using.

    It will also require that the network allows in-bound connections.

    This is why most remote monitoring applications don't have the remote device as a server!
    Instead, have the remote device as a client - so it can just "call-in" to a well-known address...

Children