Yang Hau

Results 96 issues of 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.

P-medium
C-investigation

It would be great to implement CLI functionality which is similar to http interface for MQTT configures.

help wanted
P-medium
C-feature

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.

P-medium
A-mqtt
C-feature

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

C-refactor
help wanted
P-low

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...

C-refactor
A-api
P-medium
A-mqtt
C-feature

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...

C-refactor
A-mqtt

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.