-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #20 from appknox/scan-param-rpc
Added RPC to send Scan Parameter data to device
- Loading branch information
Showing
12 changed files
with
614 additions
and
558 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
``` |
Oops, something went wrong.