json error in meshctl
Posted: Mon Apr 23, 2018 8:27 am
Hello,
I am trying to use a PI3 as a provisioner for a bluetooth mesh network.
I meet the following error:
I started from a fresh raspbian image and did the following:
In order to enable the crypto configuration (see here: https://code4food.net/2017/11/25/enable ... -raspbian/), I recompiled the kernel following this tutorial : https://www.raspberrypi.org/documentati ... uilding.md
I installed Bluez utility version 5.49 using
as well as Json-c
Any idea of what I'm doing wrong?
I am trying to use a PI3 as a provisioner for a bluetooth mesh network.
I meet the following error:
Code: Select all
pi@raspberrypi:~/bluez-5.49$ meshctl
Waiting to connect to bluetoothd...Failed to parse local node configuration file local_node.json
pi@raspberrypi:~/bluez-5.49$In order to enable the crypto configuration (see here: https://code4food.net/2017/11/25/enable ... -raspbian/), I recompiled the kernel following this tutorial : https://www.raspberrypi.org/documentati ... uilding.md
I installed Bluez utility version 5.49 using
Code: Select all
cd PATH_TO_BLUEZ
./configure --enable-mesh --enable-debug
make
sudo make installCode: Select all
git clone https://github.com/json-c/json-c.git
cd PATH_TO_JSON_C
sh autogen.sh
./configure
make
sudo make install