Skip to content

Commit

Permalink
Initial commit:
Browse files Browse the repository at this point in the history
mainly landing page
  • Loading branch information
GwendalRaoul committed Jun 24, 2024
0 parents commit 5b39c13
Show file tree
Hide file tree
Showing 3 changed files with 73 additions and 0 deletions.
44 changes: 44 additions & 0 deletions LICENSE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
/* Copyright 2020 Wirepas Ltd. All Rights Reserved.
*
* LIMITED WARRANTY - This software and documentation are strictly provided
* on an "as is" basis without any warranty as to their performance,
* merchantability or fitness for any particular purpose. Subject to the terms
* and conditions herein, Wirepas Ltd grants the user a revocable, worldwide,
* non-exclusive, no-charge, royalty free copyright license to use, copy and
* modify the software, documentation and application source code or any part
* thereof. The license has the following limitations:
*
* (i) Results derived from this application source code and host library
* may not use the name "Wirepas" without prior written permission of
* Wirepas Ltd.
*
* (ii) Any modifications of the software, documentation or application
* source code shall include notices that they have been modified.
* Furthermore, the user shall ensure that any such modifications shall be
* licensed under the same terms and conditions as the software,
* documentation and application source code are licensed under.
*
* Notwithstanding anything to the contrary herein, in no event shall
* anything herein be construed or Wirepas Ltd otherwise grant to anyone
* any explicit or implied license to any patents owned or licensed by
* Wirepas Ltd. Any licenses to any patents shall be subject to a separate
* prior written agreement between Wirepas Ltd and the user.
*
* Wirepas Ltd. has no obligation to provide maintenance, support, updates,
* enhancements or modifications. The user assumes the entire risk as to
* the quality and performance of the software. Wirepas Ltd. warrants that
* the media on which the software furnished will be free from any defects
* in materials. Exclusive remedy in the event of a defect is expressly
* limited to the replacement of said media.
*
* In no event shall Wirepas Ltd. or anyone else who has been involved in the
* creation, development, production, or delivery of this software be liable
* for any direct, incidental or consequential damages, such as, but not
* limited to, loss of anticipated profits, benefits, use, or data resulting
* from the use of this software, or arising out of any breach of warranty.
*
* If the user breaches any of the terms and conditions included herein, this
* license shall be automatically revoked, and the user shall not have any
* right to use the software or the documentation or any part thereof.
*
*/
29 changes: 29 additions & 0 deletions Readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# Wirepas SDK for Mesh 2.4 GHz

<img src="WCS-Icons-2.4ghz.png" alt="drawing" width="200"/>


## Overview

This repository hosts the __Wirepas SDK for Mesh 2.4 Ghz profiles__. It allows the development of an application
to be executed on the same chip as Wirepas Stack.
This application is often referred as a _Single-MCU application_.

__To use this SDK, you need to have access to the Wirepas binaries. You need to have a
software license agreement (SLA) with Wirepas to get them. If you would like to become
a SLA licensee, please see the right contact from www.wirepas.com/contact__


## Version selection

To start using the sdk, please select the desired release.

They are listed on the [release page](https://github.com/wirepas/wm-sdk-2_4/releases).

Each realease has a tag with following format vx.x.x (Ex: v1.0.0).

You can switch to a given release with its tag:

```shell
git checkout vx.x.x
```
Binary file added WCS-Icons-2.4ghz.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 5b39c13

Please sign in to comment.