Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/smartdevicelink/sdl_overview_guides
https://github.com/smartdevicelink/sdl_overview_guides
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/smartdevicelink/sdl_overview_guides
- Owner: smartdevicelink
- License: bsd-3-clause
- Created: 2017-02-03T02:57:42.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2021-10-27T15:24:34.000Z (about 3 years ago)
- Last Synced: 2024-04-13T03:34:32.564Z (7 months ago)
- Language: Python
- Size: 3.92 MB
- Stars: 2
- Watchers: 7
- Forks: 12
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: docs/Security/Protected Services/assets/tls_handshake_process.png
Awesome Lists containing this project
README
# SDL Overview Guides
SDl Overview Guide content for the [SDL Developer Portal](https://smartdevicelink.com/en/guides/sdl-overview-guides/introduction/).This is where the documentation for describing most of SDL features will be held.
## Updating the RPC Spec and Protocol Spec
To update the RPC Spec and Protocol Spec documentation to the latest version, please run the following commands:
```bash
cd sdl_overview_guides/doc_retriever
python3 DocRetriever.py
```