Skip to content
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

misc #135

Merged
merged 1 commit into from
Jun 25, 2023
Merged

misc #135

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions docs/docs/sofdcar/guides/location/index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
# Distributed Locations

In this document, we discuss an example of two geographically distributed ECUs, as shown in Figure 1.
These two ECUs communicate via CAN which is bridged over the cloud.
In this document, we discuss an example of two geographically distributed ECUs using the TOSCA SofDCar profile.

## Scenario

These two ECUs communicate via CAN which is bridged over the cloud, as shown in Figure 1.
Thereby, we model the CAN communication application-centric via a direct relationship between the two software
components as well as network-centric via explicitly modeling the CAN busses and their connections to the underlying
hardware.
Expand Down
5 changes: 4 additions & 1 deletion docs/docs/sofdcar/guides/zone/index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
# Zonal Architecture

In this document, we discuss an example of a zonal architecture connected to the cloud using the TOSCA SofDCar profile.
There are two zones each containing a zone control unit, an actuator, and a sensor.

## Scenario

There are two zones each containing a zone control unit, an actuator, and a sensor, as shown in Figure 1.
Communication inside a zone is based on CAN whereas communication between zones is based on Ethernet.
A vehicle control unit connects both zones and also connects to some service running in the cloud.

Expand Down
Loading