Skip to content

fvioz/hil-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hil Sample App

  1. Clone the repository:
$ git clone --recursive [email protected]:fvioz/hil-sample.git
$ cd hil-sample
  1. Install the requirements:
$ pip3 install -r hil/requirements.txt
  ```

3. Run the sample app:

```console
python3 `main.py`
  ```

4. Run `Bell` app

```console
$ curl -X POST --data "component=Bell&event=play" http://localhost:8000
  ```

5. Run `Dialog` app

```console
$ curl -X POST --data "component=Dialog&event=show" http://localhost:8000
  ```

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages