update readme
This commit is contained in:
parent
c8b49be7ff
commit
001b280936
10
README.md
10
README.md
|
@ -5,23 +5,19 @@
|
||||||
|
|
||||||
# Generate files from .proto file
|
# Generate files from .proto file
|
||||||
|
|
||||||
```protoc -I=./ --python_out=./ message.proto```
|
```
|
||||||
|
protoc -I=./ --python_out=./ message.proto
|
||||||
|
```
|
||||||
# Make the config.ini file
|
# Make the config.ini file
|
||||||
|
|
||||||
Following this format create a config.ini file.
|
Following this format create a config.ini file.
|
||||||
|
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
[Default]
|
[Default]
|
||||||
AppId=<redacted>
|
AppId=<redacted>
|
||||||
AccessKey=ttn-account-v2.<redacted>
|
AccessKey=ttn-account-v2.<redacted>
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
# Run the Gateway
|
# Run the Gateway
|
||||||
|
|
||||||
After generating the protobuf files and making a config.ini file one can simply run:
|
After generating the protobuf files and making a config.ini file one can simply run:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user