Skip to content

Commit

Permalink
Merge pull request #20 from appknox/scan-param-rpc
Browse files Browse the repository at this point in the history
Added RPC to send Scan Parameter data to device
  • Loading branch information
Praseetha-KR authored Dec 12, 2024
2 parents aebb972 + 7462d9d commit 658b52b
Show file tree
Hide file tree
Showing 12 changed files with 614 additions and 558 deletions.
30 changes: 28 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,28 @@
# baker-street
Baker Street - The place where chaerecters frequently meet
# bakerstreet
Baker Street - The place where characters frequently meet


### Development setup

```
uv sync
```

Install the protocol compiler plugins for Go:
```
go install google.golang.org/protobuf/cmd/protoc-gen-go@latest
```

### Build

Includes generation of protobuf files

```
uv build
```

### Publish package to PyPI

```
uv publish
```
Loading

0 comments on commit 658b52b

Please sign in to comment.