You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently I am thinking about building a mod/system that would allow digilines to mimic some of the functionality of TCP/IP.
Here's how it would work. I initial though about building the full TCP/IP stack but since digilines don't have a physical layer I am looking to do layer 3 and 4.
Here is what I am thinking:
digilines router that routes traffic based on channel name
a dhcp service that hands out unique channel names
a crypto library (hard so planned later)
some sort of transport that is like TCP
I am would prefer to add to this mod but I see that it hasn't been updated Ina few years. If you are done developing this I could always hard fork it and develop my own separate system.
Should I fork it or would you review and accept PRs?
The text was updated successfully, but these errors were encountered:
I'm always open to PRs on any of my mods, but for something that complex I think you'd be better off making a separate mod with digicontrol as a dependency. You might not even need a dependency on digicontrol for your idea, unless you need the "semiconductor" logic.
I did some thinking and I think I need to expand this mod a bit so that I can use it for more complex builds and potentially other mods. (That is why I reopened this)
Currently I am thinking about building a mod/system that would allow digilines to mimic some of the functionality of TCP/IP.
Here's how it would work. I initial though about building the full TCP/IP stack but since digilines don't have a physical layer I am looking to do layer 3 and 4.
Here is what I am thinking:
digilines router that routes traffic based on channel name
a dhcp service that hands out unique channel names
a crypto library (hard so planned later)
some sort of transport that is like TCP
I am would prefer to add to this mod but I see that it hasn't been updated Ina few years. If you are done developing this I could always hard fork it and develop my own separate system.
Should I fork it or would you review and accept PRs?
The text was updated successfully, but these errors were encountered: