|
1 |
| -# Unify Host SDK |
2 |
| - |
3 |
| -This SDK contains non-embedded applications developed by Silicon Labs. The Host |
4 |
| -SDK is the main source for Silicon Labs customers who are working with Linux |
5 |
| -based applications in conjunction with Silicon Labs products. |
6 |
| - |
7 |
| -When developing IoT products that leverage a Linux operating system and a |
8 |
| -Silicon Labs radio, such as an IoT gateway or an advanced IoT end device, |
9 |
| -additional software is needed to interface with the IoT radio and provide |
10 |
| -interoperability with the host application. To equip customers developing |
11 |
| -complex IoT applications for single or multi-protocol use cases, Silicon Labs |
12 |
| -has created a single repository for all customer software needs on a Linux |
13 |
| -gateway. Rather than pulling software from multiple repositories including the |
14 |
| -[Gecko SDK](https://github.com/SiliconLabs/gecko_sdk/), we've simplified the distribution of customer-facing software to enhance |
15 |
| -ease of use. We haven't changed what we're creating for customers, and the |
16 |
| -protocol-specific host software you expect from us is still distributed |
17 |
| -concurrently with the GSDK. But, each protocol supported by Silicon Labs has |
18 |
| -corresponding host application software that we've also distributed with the |
19 |
| -Host SDK for greater accessibility. Here is an overview of the components delivered with this repo. |
20 |
| - |
21 |
| - |
| 1 | +# z-wave-protocol-controller |
| 2 | + |
| 3 | +## About |
| 4 | + |
| 5 | +Z-Wave-Protocol-Controller is a Linux application to control Z-Wave networks with a Silicon Labs NCP, |
| 6 | +It has grown as part of Unify SDK project and is now maintained as an external project. |
| 7 | + |
| 8 | +## News |
| 9 | + |
| 10 | +- [NEWS.md](NEWS.md) lists important information regarding zpc "split release". |
| 11 | +- [doc/release_nodes.md](doc/release_nodes.md) release notes |
22 | 12 |
|
23 | 13 | ## Documentation
|
24 | 14 |
|
25 |
| -You will find complete documentation for quickly evaluating the Unify Host SDK in the [Unify Host SDK documentation](https://siliconlabs.github.io/UnifySDK). |
26 |
| -Here you will also learn how to build and run the various components that make up the Unify Host SDK. |
| 15 | +Please refer to online documentation at: |
| 16 | + |
| 17 | +https://siliconlabssoftware.github.io/z-wave-protocol-controller |
| 18 | + |
| 19 | +Or relevant sources pages, to get started head to: |
| 20 | + |
| 21 | +- [doc/protocol/zwave/zpc_introduction.md](doc/protocol/zwave/zpc_introduction.md) |
| 22 | + |
| 23 | +## Quickstart |
| 24 | + |
| 25 | + |
| 26 | +## Contributing |
| 27 | + |
| 28 | +- [CONTRIBUTING.md](CONTRIBUTING.md) |
| 29 | + |
| 30 | +## References |
| 31 | + |
| 32 | +- https://SiliconLabs.github.io/UnifySDK/ |
| 33 | +- https://github.com/SiliconLabs/UnifySDK/ |
| 34 | +- https://docs.silabs.com/z-wave/ |
| 35 | +- https://www.silabs.com/ |
| 36 | +- https://z-wavealliance.org/ |
| 37 | +- https://github.com/Z-Wave-Alliance/z-wave-stack/wiki/ZPC |
| 38 | + |
| 39 | +## Legal info |
27 | 40 |
|
28 | 41 | **Copyright 2021 Silicon Laboratories Inc. www.silabs.com**
|
29 | 42 |
|
|
0 commit comments