Dear all.
I have followed the skeleton-htmengine-app example. In that example, they pass one field (variable) to the server. My question is that Can i sent more than one field to the server. For example, I want to pass speed, volume, and price three field to the server.
Yes you can, but each field will have it’s own dedicated model. Hopefully you have seen my example where I create a model for over a hundred traffic streams here:
wenlong did you come up with any way to tackle this problem? I have data which has around a 100 metrics and having individual models for each metric would be quite cumbersome here