Hi guys,
I'm rather new to TCP/IP, UDP, DHCP and many other clever abbreviations. But don't get me wrong, I do know the basics of basics.
What I need is to control to my arduino with Ethernet Shield, using simple udp or tcp text messages. I managed to do it on LAN, but Internet/WAN is a different matter. It also worked (over internet) at home with simple port forwarding on the router, but this one had a static public IP. The ISP, in the place where I want to install my arduino provides dynamic public IP. So here comes my question. Is it possible to reach my arduino using dynamic DNS service, such as no-ip for instance?
I mean, if I put the DNS server to port redirection(80 to 2000 for example) mode and then send my udp message to DNS server IP, port 80, will the message be forwarded to my router (port 2000) and then finally to arduino?
Do I get it right? I will handle the code, but do I seem to understand the message's route just a bit?
I guess it would be trivial to use arduino webserver, but I would like to avoid using any arduino Websever things and crazy HTML coding.
Thanks for any help