LE910Cx AT Commands Reference Guide
80502ST10950A Rev. 14 Page 1283 of 1904 2022-03-04
<keysFilePath> to retrieve the required
parameters
if <authType> is 1, it provides the key
Id to authenticate the server.
if <authType> is 1, it provides the
absolute path of the file where the
server keys can be found. Only MD5
keys are supported.
The file containing the keys can be loaded in the module filesystem
using #M2MWRITE command.
The key content is loaded from the file only when #NTP is issued.
AT#NTPCFG?
Read command reports the parameters current values in the format:
#NTPCFG: <cid>,<authType>
AT#NTPCFG=?
Test command reports the available range of <cid>, <authType> and
<keyId> parameters values.
Set <cid>=3
AT#NTPCFG=3
OK
Set <cid>=1, symmetric key mode, <keyId>=1 and load the keys from the
provided file
AT#NTPCFG=1,1,1,"/mod/server_keys.txt"
OK