Yang Hau
Yang Hau
In some situations, TA may allow authenticated user to do certain operation only. The authentication method may be achieved with AWS or any other service process.
It would be great to implement CLI functionality which is similar to http interface for MQTT configures.
To ensure sucure communication, SSL must be implemeted in MQTT connectivity. `mosquitto` has implemented SSL connection. It would be better to refer the implementation there.
To enhance the readability of github issues and help voluntary contributors, introducing github issue template may be a practical solution see [example](https://github.com/iotaledger/entangled/tree/develop/.github/ISSUE_TEMPLATE) for more information
The current implementation of MQTT interface is a single thread implementation. However, we may need a multi-thread version. The MQTT stress test tool that I have found in the following...
Currently protocol HTTP and MQTT each has its own main file which support only either HTTP or MQTT. We may need to integrate them together. MQTT may be only the...
Fix typos
## Motivation See the typos ### Have you read the [Contributing Guidelines on pull requests](https://github.com/move-language/move/blob/main/CONTRIBUTING.md#developer-workflow)? yes ## Test Plan none
If we write the 1024th element on an array whose length is 1024, it will cause buffer overflow.