Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pavly-gerges authored Sep 22, 2024
1 parent e578bea commit 6045ce6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ _[Jump to the Electrobox Specification]()_

### Provisional Hardware/Software Abstraction Layer (HAL):

The _HAL_ is a type of software hierarchial architectural design that provides generic Application Programming Interfaces for the system as abstractions with replaceable infrastructure. The _Infrastructure_ is decomposed into major bulky parts _Networking Infrastructure_, _Software Infrastructure_, and _Simulation Infrastructure (aka. IEEE-1516 HLA RTI)_. Each infrastructure is further decomposed into finer components that operate on a specific resource. _System Resources_ are either OS Resources, Hardware Resources, or Simulation Resources. Development phases are created by introducing a milestone, the milestone operates on one or more of the major bulky _infrastructures_ and brings decomposed features to the SDK gradually until the milestone is achieved.

```mermaid
block-beta
columns 1
Expand Down Expand Up @@ -69,9 +71,6 @@ columns 1
style _OS fill:#969,stroke:#333
style _STD fill:#999,stroke:#333
```

### Current progress:

### Project Milestones:

```mermaid
Expand Down

0 comments on commit 6045ce6

Please sign in to comment.