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
The repository contains a demo application on flutter, which demonstrates the capabilities of the previously implemented MQTT client as a data source capable of sending data to the cloud from time to time.
The repository contains a GUI application on dart, which demonstrates the capabilities of the MQTT client, implemented as a hierarchical state machine.
The repository contains a Flutter application allows parse an arithmetic expression into tokens. The parser is based on the use of HSM - hierarchical state machine.
The repository contains MQTT Client, which received data from a mobile application and restores it on the desktop as files in correspondings project's folders.