kersing / packet_forwarder

Multi protocol packet forwarder supporting the TTN gateway-connector protocol.
Other
85 stars 56 forks source link

Examples of Debug_Pkt_Fwd in local_conf.json #32

Closed mbeneck closed 4 years ago

mbeneck commented 4 years ago

Howdy! I got my multitech gateway running a while back using your installer.sh from your other repo, but it dropped off the network earlier in the week, and I'm trying to debug. I saw your debugging.txt, but adding debug_pkt_fwd to my json as below hasn't added any verbosity to /var/log/lora-pkt-fwd.log. Can you provide an example configuration with the debug flags?

{ "debug_pkt_fwd": true, /* Settings defined in global_conf will be overwritten by those in local_conf */ "gateway_conf": { /* gateway_ID is based on unique hardware ID, do not edit */ "gateway_ID": "00800000A000372A", /* Email of gateway operator, max 40 chars*/ "contact_email": "redacted", /* Public description of this device, max 64 chars */ "description": "Multitech Conduit LoRa gateway", "gps": false, "fake_gps": false, "servers": [ { "serv_type": "ttn", "server_address": "bridge.us-west.thethings.network", "serv_gw_id": "or_multitech_conduit", "serv_gw_key": "redacted-but-looks-correct", "serv_enabled": true } ] } }

kersing commented 4 years ago

The for error you are experiencing no additional debugging information is available by setting debugging flags. The issue is in the connection to TTN, not in the LoRaWAN part of the code where the flags add information.

Please don’t post on both the TTN forum and create an issue. The issue tracker is available for software issues, the forum for support questions.

mbeneck commented 4 years ago

Thanks for letting me know

On Thu, Apr 9, 2020 at 12:27 PM Jac Kersing notifications@github.com wrote:

Closed #32 https://github.com/kersing/packet_forwarder/issues/32.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/kersing/packet_forwarder/issues/32#event-3219470481, or unsubscribe https://github.com/notifications/unsubscribe-auth/AB577UQRPQIF3OVSX57JYGTRLYHQ5ANCNFSM4ME5YI3Q .

-- M. Ben Eck Phone: 978-866-7685 Email: eck.mben@gmail.com LinkedIn http://www.linkedin.com/in/michael-eck-489b8038