From 2a02a3a7dfda2679ebda86fa830023fe996a06c9 Mon Sep 17 00:00:00 2001 From: Harsh Sharma <92harshsharma@gmail.com> Date: Wed, 13 Jun 2018 13:26:38 -0500 Subject: Initial commit --- lora_pkt_fwd/local_conf.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 lora_pkt_fwd/local_conf.json (limited to 'lora_pkt_fwd/local_conf.json') diff --git a/lora_pkt_fwd/local_conf.json b/lora_pkt_fwd/local_conf.json new file mode 100644 index 0000000..cf6ff56 --- /dev/null +++ b/lora_pkt_fwd/local_conf.json @@ -0,0 +1,7 @@ +{ +/* Put there parameters that are different for each gateway (eg. pointing one gateway to a test server while the others stay in production) */ +/* Settings defined in global_conf will be overwritten by those in local_conf */ + "gateway_conf": { + "gateway_ID": "AA555A0000000101" /* you must pick a unique 64b number for each gateway (represented by an hex string) */ + } +} -- cgit v1.2.3