Compare commits

...

3 Commits

Author SHA1 Message Date
matt
001b280936 update readme 2020-05-29 12:06:46 -07:00
matt
c8b49be7ff update readme 2020-05-29 12:05:56 -07:00
matt
24274e3f3a update readme 2020-05-29 12:04:43 -07:00

View File

@@ -5,4 +5,21 @@
# Generate files from .proto file
```protoc -I=./ --python_out=./ message.proto```
```
protoc -I=./ --python_out=./ message.proto
```
# Make the config.ini file
Following this format create a config.ini file.
```
[Default]
AppId=<redacted>
AccessKey=ttn-account-v2.<redacted>
```
# Run the Gateway
After generating the protobuf files and making a config.ini file one can simply run:
```python3 main.py```