From 24274e3f3aec27e55422fd07c31f986be5e7c188 Mon Sep 17 00:00:00 2001 From: matt Date: Fri, 29 May 2020 12:04:43 -0700 Subject: [PATCH] update readme --- README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/README.md b/README.md index 66f86dc..6d657d2 100644 --- a/README.md +++ b/README.md @@ -6,3 +6,24 @@ # Generate files from .proto file ```protoc -I=./ --python_out=./ message.proto``` + + +# Make the config.ini file + +Following this format create a config.ini file. + + +```ini + +[Default] +AppId= +AccessKey=ttn-account-v2. + +``` + + +# Run the Gateway + +After generating the protobuf files and making a config.ini file one can simply run: + +```python3 main.py```