Hello all, glad to be here. This is my first post, so please bear with me if my n00bing gets on your nerves.
I'm working on a project to make a true self-contained "Internet of Things" node, which would be comprised of sensors and independent internet connectivity.
At this point my plan is to get an arduino-based board+wifi (Blackwidow, etc...), hook up sensors and decide if I want to use HTTP or another type of protocol for connectivity. That's pretty straightforward out-of-the-box stuff by now (great stuff!).
The only major hurdle is making the sensor platform be a true Internet node, accessible publicly. I plan on making its features auto-discoverable via a .tel domain, so the discoverability issue is solved. But none of that will work if it uses IPv4 addressing that needs NAT. That concept just won't scale if I want to deploy say 50 sensor platforms. The solution (with a capital T) is IPv6. So my question, after all this preamble, is:
What's up with IPv6? Anything in the news, in R&D, in planning? What can I do to help?
Thanks!