|
|
5 лет назад | |
|---|---|---|
| .. | ||
| client | 0cd1c57a54 Migrate plugins from tag 4.2.2 | 5 лет назад |
| Makefile | 686c006d6e refactor(proj): Add apps | 5 лет назад |
| README.md | 0cd1c57a54 Migrate plugins from tag 4.2.2 | 5 лет назад |
| add_emqx_sn_to_project.py | 0cd1c57a54 Migrate plugins from tag 4.2.2 | 5 лет назад |
| disable_qos3.py | 0cd1c57a54 Migrate plugins from tag 4.2.2 | 5 лет назад |
| enable_qos3.py | 0cd1c57a54 Migrate plugins from tag 4.2.2 | 5 лет назад |
make
The case4 and case5 are about processing received publish message with qos=-1, which needs the mqtt.sn.enable_qos3 in the emqx_sn.conf to set to on, otherwise these two cases may not get correct return value. And we already have python script to set the mqtt.sn.enable_qos3 to be on automatically, all the user needs to do is to use command "make r" to rebuild before using command "make" to start the test.