-
Notifications
You must be signed in to change notification settings - Fork 100
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
fixed some technical terms in the readme #50
Merged
Merged
Changes from all commits
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,8 +17,8 @@ There are two recommended ways of running the project: | |
|
||
### Running with Docker | ||
Using Docker has the advantage of starting everything up automatically, | ||
including certificate generation, tests and linting, as well as creating | ||
both the SECC and EVCC. | ||
including certificate generation, tests and linting, as well as spawning | ||
both the SECC and EVCC containers. | ||
|
||
Building and running the docker file: | ||
|
||
|
@@ -154,8 +154,9 @@ For the system to work locally, the network interface needs to have | |
an IPv6 link-local address assigned. | ||
|
||
For Docker, the `docker-compose.yml` was configured to create an `IPv6` network | ||
called `ipv6_net`, which enables the containers to acquire a link-local address - this is required to establish an ISO 15118 communication. This configuration is fine if the user wants to test, in isolation, the EVCC and SECC, and allow ISO 15118 | ||
communication. This configuration works for both Linux and BSD systems. | ||
called `ipv6_net`, which enables the containers to acquire a link-local address - this is required to establish an | ||
ISO 15118 communication. This configuration is fine if the user wants to test, in isolation, the EVCC and SECC, and | ||
allow ISO 15118 communication. This configuration works for both Linux and BSD systems. | ||
|
||
However, the usage of an internal `ipv6_net` network, in Docker, does not allow the | ||
host to reach link-local addresses. This would pose a problem, as it would require | ||
|
@@ -192,21 +193,21 @@ The following table provides a few of the available variables: | |
| MESSAGE_LOG_EXI | `False` | Whether or not to log the EXI Bytestream messages (only works if log level is set to DEBUG) | ||
|
||
|
||
## Licence | ||
## License | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I think this is fine -- American English is often the standard in a technical context. |
||
|
||
Copyright [2022] [Switch] | ||
|
||
Licensed under the Apache Licence, Version 2.0 (the "Licence"); | ||
you may not use this file except in compliance with the Licence. | ||
You may obtain a copy of the Licence at | ||
Licensed under the Apache License, Version 2.0 (the "License"); | ||
you may not use this file except in compliance with the License. | ||
You may obtain a copy of the License at | ||
|
||
http://www.apache.org/licenses/LICENSE-2.0 | ||
|
||
Unless required by applicable law or agreed to in writing, software | ||
distributed under the Licence is distributed on an "AS IS" BASIS, | ||
distributed under the License is distributed on an "AS IS" BASIS, | ||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
See the Licence for the specific language governing permissions and | ||
limitations under the Licence. | ||
See the License for the specific language governing permissions and | ||
limitations under the License. | ||
|
||
[^1]: https://www.iso.org/standard/55366.html | ||
[^2]: https://www.switch-ev.com/news-and-events/new-features-and-timeline-for-iso15118-20 | ||
|
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Either is fine in this context, I think -- @nikkigithub1 was there a specific reason to change "spawning" to "creating" in the first place?