-
-
Notifications
You must be signed in to change notification settings - Fork 867
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FEATURE] Add a tcp port to receive device data that device proactive send to fuxa #1252
Comments
Hi, can you explain better what you mean. |
Maybe a weight balance? |
My thought is like this, fuxa have some api for example http rest api, then when device send data to this api, and in the fuxa view, the bind control can change it's value when device pushed data to fuxa. |
I believe you can solve your problem by creating a Web API type device in Fuxa, but in this case, Fuxa will poll your endpoint, it won't be passive. |
I know this way, but this will tak a lot network flow if I bind a lot device tag. If use the open api way ( I have mentioned above), only device value change will make a network connection |
Then you make a listening option, but I will in any case use Web API. |
#650 |
I am not sure if fuxa now can receive data that device send to or not, I think this feature could be a choice to connect to device and get the data.
The text was updated successfully, but these errors were encountered: