Skip to content

Commit

Permalink
simplify licensing process
Browse files Browse the repository at this point in the history
  • Loading branch information
Fang-Haoshu authored Dec 19, 2022
1 parent e9a6a75 commit a3ff11a
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions license_registration/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,17 @@
```base
./license_checker -f
```
- Name a discriminator for the usage, such as device serial number, or collaborator's name.
- Fill in the [chart]() to apply for license, which requires both feature id and discriminator.
- Fill in the [form](https://forms.gle/XVV3Eip8njTYJEBo6) to apply for license, which requires the machine feature id.
- You will get a `.zip` file that contains license. The folder structure is as follows (see [sample_license](sample_license) for example):
```base
license/
|-- licenseCfg.json
|-- [discriminator].public_key
|-- [discriminator].signature
|-- [discriminator].lic
|-- [your_name].public_key
|-- [your_name].signature
|-- [your_name].lic
```
- You can check license states via
```base
./license_checker -c license/licenseCfg.json
```
- Now you can run your code that uses AnyGrasp SDK. See [grasp_detection](../grasp_detection) and [grasp_tracking](../grasp_tracking) for details.
- Now you can run your code that uses AnyGrasp SDK. See [grasp_detection](../grasp_detection) and [grasp_tracking](../grasp_tracking) for details.

0 comments on commit a3ff11a

Please sign in to comment.