From 45339193d3d873d44929b31b92b8989e716ca6bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leandro=20Ant=C3=B4nio=20Farias=20Machado?= <83298718+leandrofars@users.noreply.github.com> Date: Sat, 23 Mar 2024 09:48:50 -0300 Subject: [PATCH] docs(readme): remove agent test p.s --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index 94824dc..2fd0a58 100644 --- a/README.md +++ b/README.md @@ -110,9 +110,6 @@ user@user-laptop:~$ cd oktopus/frontend && npm i && npm run dev
  • Device test agent (obuspa):

    -

    - P.S: This guide in here is too simple, and at the same time hard, because you have to compile obuspa C code yourself, for an easier, more complete and real-world simulation of devices you might use Oktopus TR-369 Agent Simulator. -

    Follow the instructions to build obuspa at their repo QUICK_START_GUIDE.md and remember to define 'INCLUDE_PROGRAMMATIC_FACTORY_RESET' at 'vendor_defs.h' inside src/vendor folder, also advice you to build it with make tool.

    You can customize 'oktopus-mqtt-obuspa.txt' accordingly to your needs, there you can change broker address, client password, and etc. '-i' option defines the interface your usp packets will go through, in this case it's localhost, also keep in mind that after you run obuspa if you made a change to 'oktopus-mqtt-obuspa.txt' and want it to take effect you must delete '/usr/local/var/obuspa/usp.db' file before running the agent again (docs provide you other methods to do it too).'-r' option defines the config file you want the agent to use.

    Run MQTT agent: