Skip to content

Commit 658b52b

Browse files
authored
Merge pull request #20 from appknox/scan-param-rpc
Added RPC to send Scan Parameter data to device
2 parents aebb972 + 7462d9d commit 658b52b

12 files changed

+614
-558
lines changed

README.md

+28-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,28 @@
1-
# baker-street
2-
Baker Street - The place where chaerecters frequently meet
1+
# bakerstreet
2+
Baker Street - The place where characters frequently meet
3+
4+
5+
### Development setup
6+
7+
```
8+
uv sync
9+
```
10+
11+
Install the protocol compiler plugins for Go:
12+
```
13+
go install google.golang.org/protobuf/cmd/protoc-gen-go@latest
14+
```
15+
16+
### Build
17+
18+
Includes generation of protobuf files
19+
20+
```
21+
uv build
22+
```
23+
24+
### Publish package to PyPI
25+
26+
```
27+
uv publish
28+
```

0 commit comments

Comments
 (0)