You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for trying Nerlnet.
It seems that an important step was omitted from our Readme.
You should build Nerlnet using the following script (after calling NerlnetInstall.sh):
./NerlnetBuild.sh
You can run Nerlnet on a single machine.
I think that IP address should be self-loop 127.0.0.1 or valid LAN interface address (not 0.0.0.0).
In your case Nerlnet found that your device IP is 192.168.1.10 but you wrote in json 0.0.0.0
Try to change the IP in Json (host field) to 192.168.1.10
Hi, I am new to this and wondering if there is any possible way we could run NerlNet on a single PC?
I've been attempting to set it up on my PC by following the example provided in the document with a changes to my local address and port only.
Steps to re-produce:
./NerlNetInstall.sh
./NerlnetJupyterEnvGenerator.sh -j ./examples/
example_run.ipynb
to stepapi_server_instance.selectJsons()
with following choices:I did change in
arch_*.json
by these changes only:api_server_instance.sendJsonsToDevices()
and received this log from apiServerBut received this from NerlNet console
I did check again in this dir
/src_erl/Communication_Layer
seem like it successful transfer the json but unable to parse.Can you help me to get it up and running please?
Thanks a lot!
The text was updated successfully, but these errors were encountered: