Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

sudo ./onewifi_em_ctrl root@root

sudo ./onewifi_em_cli

Note: cli expects the path to the libemcli.so. Provide the appropriate path with the below steps

create libemcli.conf in /etc/ld.so.conf.d directory pointing to the location of libemcli.so

cd /etc/ld.so.conf.d
sudo vi libemcli.conf
In this file specify the full path where libemcli.so is built. (install/lib - do pwd and copy)

Return back to install/bin path and execute command "sudo ldconfig"

        • Device 2 (in case of remote agent) or Device 1 (in col-located agent) - Run OneWifi first in a separate window and then run easy mesh agent (in case of remote agent)

...