-
Notifications
You must be signed in to change notification settings - Fork 218
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 6c9700e
Showing
1 changed file
with
34 additions
and
0 deletions.
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 |
---|---|---|
@@ -0,0 +1,34 @@ | ||
# SSAS - Simple Smart Automotive Software | ||
|
||
This project is not open source, all of the BSWs are developed by me alone according to AUTOSAR 4.2. | ||
|
||
## BSWs of AUTOSAR | ||
|
||
This project now provide below BSWs: | ||
|
||
LinIf | ||
LinTp | ||
PduR (zero cost only) | ||
CanTp | ||
Dem | ||
Dcm | ||
|
||
Fee | ||
MemIf (zero const only) | ||
NvM | ||
|
||
## Tools & Libraries | ||
|
||
This project now provide below tools & libraries: | ||
|
||
**CanBusSimulator**: CAN bus simulator over IP socket | ||
**LinBusSimulator**: LIN bus simulator over IP socket | ||
**CanLib**: CAN lib used to access CAN hardware(Vecotr CanCaseXL, PeakCan, ZLGCAN, etc) | ||
**LinLib**: LIN lib used to access LIN hardware(COM, etc) | ||
**DevLib**: abstract device libraries used to access any other kind of devices for automotive | ||
**IsoTp**: LIN or CAN(CANFD) Transport Layer(ISO15765) | ||
**Loader**: A library use for bootloader | ||
**AsOne**: PyQT5 based GUI tool for Com/Dcm | ||
|
||
## prebuilt demo applications and its tools | ||
|