Skip to content

Commit

Permalink
Release v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthieu Antoine committed Apr 28, 2020
1 parent 856e662 commit e0f8ebf
Show file tree
Hide file tree
Showing 726 changed files with 605,215 additions and 0 deletions.
29 changes: 29 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,35 @@

This repository provides everything you need to use a LR1110 evaluation kit.

## Applicative Host

This project needs an applicative companion software to be running on a computer.
This section describes the steps to build/install/use it.

### Build & Install

To build the host softwares, proceed as follow:

```bash
$ cd $TOP_DIR/host
$ python ./setup.py sdist # Build the source distribution archive
$ python -m pip install dist/<BUILT_SOURCE_DIST>.tar.gz # Install the previously built source distribution
```

### Usage

For the demo mode, the applicative companion software is `Lr1110Demo` that is called as follow:

```bash
$ Lr1110Demo <INITIAL_SOLVER_SEARCH_COORDINATE> <EXACT_COORDINATES> -p <HTTP_PORT> -b 921600 -r <ID_SAMPLE> <AUTHENTICATION_TOKEN>
```

In case of need, a short help page is available:

```bash
$ Lr1110Demo --help
```

## Wiki

The Wiki will give you all the information about this evaluation kit:
Expand Down
Loading

0 comments on commit e0f8ebf

Please sign in to comment.