Sathish Thangavel
Sathish Thangavel
There is already some work done here, to have a spring starter for grpc. [https://github.com/LogNet/grpc-spring-boot-starter](https://github.com/LogNet/grpc-spring-boot-starter) Might be good to adopt it into spring project.
Yes, that makes sense. I'll also need to check the webthing-rust crate if this is something they are planning to work on.
@flatsiedatsie I think there also need a change in MySController to create child-sensors as `properties` instead of `things`. I'm thinking of making `node` as the `thing` and all the child...
May be as a starter, we can try making the child sensors as properties and see how that looks like. From there we can take it forward. I'll create a...
Sorry, I didn't work on it for sometime now. I'll try to make sometime in next week and look into it.
No progress yet. I got busy in my daily job. I will make sometime next week and work on this.
This is interesting idea. For this the controller needs to store the unit prefix of sensor while it is presented and that has to be exposed in WoT api. I'll...
@flatsiedatsie I need some help here to understand on how to handle this request. Some sample requests and responses of other controllers will help.
Since we are creating the node during child sensor's presentation message - I couldn't determine the node name. This can be altered using a put request. For the sensors I...
I'll look into it.