HY Chang
HY Chang
After the newer ast support. The *e can be change to local variable.
Generate binary file with file name when adding -o flag
Inside function declaration,we cannot define same parameter name. This commit will prohibit to use same parameter name during function declaration.
Void argument is recommend to use inside the function which has no parameter.This commit can allow user define void during function declaration.
Expected test item: * How many data packet can endpoint device send per day?
For determine cycle of data transmission, we should consider: * usage count of nb-iot * bandwidth * cost * data transmission time * upload limit per day/per month * payload...
The logging data fetch from the diagnose tool and the logread tool should be sent on to data explorer.
The MAM message cannot be received after 3 days in same channel.
The endpoint should handle the transaction error occurred. The error may be occurred by the following: * Signal interrupt * Errors when connect to TA * Power down * Some...
test scripts: ```python from datetime import datetime import requests import random import string import json URL = "http://0.0.0.0:8000/mam/send" SEED = ''.join(random.choices(string.ascii_uppercase+string.digits, k=81)) print("Seed:" + SEED) for i in range(0, 30):...