-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Expansion of IPv6 Address #25
Comments
Maybe add also what type of mesh its running? |
I like the array option as it can be expanded upon in the future in a nice way that doesn't break things and is semantically neat. How much stuff breaks if we do it that way? |
i wouldn't worry about breaking stuff to much.. TOMESH map and some stuff i built.. thats about it. Early on not to worried about the havoc it will cause |
We should do this instead, because these protocols are complex and often require more than one field to work with (e.g. cjdns past a certain version is not backward compatible):
The keys within each protocol is just an example, but |
Should there be a seperate services json? |
I think that would be good for actual mesh services like sites or DNS, etc. I'm not sure if Yggdrasil/CJDNS falls under that or not though. IPFS would imo, so why not those too. |
@darkdrgn2k I am not opposed to that. Do you think cjdns, yggdrasil, and ipfs should all be in that services json? We also need a unique key to map between the two. As @makeworld-the-better-one showed, it's hard to decide which goes to which json. In my mind, these are all in the services json. Whether we wanna stick that in here or another file, I am kinda split, because single file does have its advantages of being easy to parse in business logic :) |
Currently the
I fear that as the network grows it may become to big. Also what about "multicast" services, services that exist on multiple nodes (like DNS) |
I agree, I think that having a separate services file is fine.
Not sure exactly what you mean, but the file could be organized by service anyway, with potentially multiple nodes offering it. {
"DNS": [
"1.1.1.1:123",
"1.2.3.4:321"
]
} |
Expand specs IPv6 to include Yggdrsail
Suggestions
Backwards compatibility
Little more descriptive
Or create an array as such
The text was updated successfully, but these errors were encountered: