-
Notifications
You must be signed in to change notification settings - Fork 6.2k
Troubleshooting human #334
Description
I wanted to give this project a try but somehow its not easy to get into this.
Could you add to your documentation details about what you consider to be a zone?
I wanted to test this with 3 esp32s3 and my laptop I build all and could connect the devices but one improvement I would like to have is a bit more logging output on the server component I was running the rust sensing server and could not figure out if all the esps would connect since it just shows connecting but not which device or what properties like zone/node id/ tdm etc part of those configs I found out by running the aggregator bin which showed me that all the esps connected since different ips where visible but apparantly all the node ids where the same which i fixed but it would be good if the sensing server would also log not only that there was a connection but from which node id/ip
Further more there seems to be a lot of inconsistencies in the documentation and the different versions of the tool. Which make it quite difficult to read and setup properly :)
Exmaple:
- Known Issues & Setup Troubleshooting Guide #301 (comment) states --node-id option
- https://github.com/ruvnet/RuView/blob/main/docs/user-guide.md#hardware-setup under "TDM slot assignment" no node-id option is mentioned
Non the less quite interessting project you have ongoing here and I am really interessted to test this but sadly I was not able to set this up properly yet.