-
Notifications
You must be signed in to change notification settings - Fork 1
/
catena-4618-otaa.cat
35 lines (34 loc) · 1.07 KB
/
catena-4618-otaa.cat
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
##############################################################################
#
# File: catena-4618-otaa.cat
#
# Description:
# Configure a catena 4618 to join the lorawan network. DEVEUI is
# from the -V DEVEUI=switch; APPEUI is from the -V APPEUI=...
# switch, APPKEY is from the -V APPKEY=... switch
#
# Copyright notice:
# This file copyright (c) 2021 by
#
# MCCI Corporation
# 3520 Krums Corners Road
# Ithaca, NY 14850
#
# See accompanying LICENSE file for copyright and license information.
#
# Author:
# Sivaprakash Veluthambi, MCCI June 2021
#
##############################################################################
system configure syseui ${DEVEUI}
system configure platformguid b75ed77b-b06e-4b26-a968-9c15f222dfb2
lorawan configure deveui ${DEVEUI}
lorawan configure appeui ${APPEUI}
lorawan configure appkey ${APPKEY}
lorawan configure devaddr 0
lorawan configure fcntup 0
lorawan configure fcntdown 0
lorawan configure appskey 0
lorawan configure nwkskey 0
lorawan configure join 1
system configure operatingflags 1