-
Notifications
You must be signed in to change notification settings - Fork 13
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
Communication Standard Template #45
Comments
@oeed ooops I was so dumb, I wrote one into the rednet pull request, it is in there... |
oh, this is an issue, not a pull request, I´m not very familiar with Github yet. |
No problem! Yeah, so for this project, issues are basically TODOs that (basically) anyone can do whereas pull requests are changes that need to be approved. |
Agreed @oeed, I'll rewrite templates in |
To be honest @viluon I really think we need to get Can we maybe merge it and instead make smaller branches? |
I´ve got an idea for templates, see #46 |
As mentioned in #47, there is quite a difference between transmission methods and protocols. Hence, we actually need two different templates. |
@oeed I think Rednet in a protocol too, but we should add another header Table Row, which contains Information if it can be used as Transmission Method. And Rednet is currently the only ProtocolAndTrasmissionMethod thing. (once its accepted, I´ll release some Protocols based on Rednet) |
I might be wrong, but I feel like a protocol is more about data being sent, not the method being sent. But I can see what you're saying. @demhydraz or @viluon do you have any thoughts on this? |
Right, so one could say that protocols are to transmission methods what data formats are to file systems? In that case, yes there needs to be two.
|
Yes, but there are also Transmission Methods which are Protocols. (like a file system in a file) as writing this I got an Idea:
or
maybe also without a modem folder the upper variant will easily show, which Protocol is based on which and also would view TransmissionMethodProtocols as Folder which is easy to understand. The only problem is that I think File names with just big chars should be meta... EDIT: that would also provide the need for 2 different templates |
@demhydraz Rednet for example, or maybe just rednet |
@justsomeoneelseagain a protocol defines what the data is you're sending and how to parse it. A transmission method is simple a road for the data to go down. |
A template is required for communication standards. The existing template needs to be renamed to indicate that it is specific to file formats. There should also be a templates folder, unless there's some way you've integrated these in on
tutorial
@viluon?The text was updated successfully, but these errors were encountered: