As I thought about it more, I don't really need
DNS per se.
Here's the scheme:
TV Set Top Boxes and other embedded devices need to connect to a group of specialized servers.
I wanted some way that I could assign all devices something like:
uniquename.device.cv
And servers such a name as:
uniquename.root.cv (Network Root Servers)
uniquename.seeds.cv (File distribution)
... etc
Then devices can change IPs and the root servers can change IPs (but not
the root server) and seeds can change their IPs... while allowing a lightweight way to find the IPs they point to.
In other words... DNS.
The reason I don't mind stepping off the DNS boat in this case was, like I said, the data being passed over the internet doesn't need to be seeked out with browsers, etc. If your software can't figure out the right name servers, then it doesn't need to talk to anything on my network.
But then I got thinking, if I'm stepping off the standards bus
anyway, why don't I just use some other kind of directory system?
Maybe I'll just run a database system that can be looked up for IP addresses.
Just thinking. And in a muddle because I'm being a bit cagy about details untill I get something to work
