-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Request to improve the Anjay Demo Client? #4
Comments
Hi, Regarding the issues, we often face a trade-off between runtime configuration options and flash size optimizations. As client has to fit on small devices, not everything can be configured in runtime to save some space, especially features like ANSI coloring, local echo, command completion or GPS which can be enabled in compilation options. Some documentation about options is described with our IoT devzone: https://iotdevzone.avsystem.com/docs/LwM2M_Client/Getting_started/ Contributions are always welcome through Pull Requests, we can agree on the scope here or on Discord channel: https://discord.avsystem.com/ Best regards |
Hi @Mierunski
Unfortunately there is nearly no documentation about the Anjay CLI options there...
Of course, but the trade-off should not be on the main functionality of modem functions. I can certainly live without command completion and ANSI coloring etc. But local echo is a basic AT standard command requirement, so why that was removed together with CFUN and being able to turn BT and GNSS on/off, doesn't make sense. The Anjay demo client is most likely using AT commands (to configure the modem settings) behind the scenes anyway, so if that is the case, the implementation should be trivial. Thanks, I will have a look at Discord. |
Hi,
I was just trying out the latest Anjay Demo client on a
Nordic Thingy:91
.However, I found it very non-intuitive and hard to work with from the terminal, compared to other solutions.
For an example of a great working terminal shell, please flash the latest Nordic "Modem Shell" called:
thingy91_modem_shell_2023-06-01_0677b099.hex
from [1].Some of the issues I encounter and would like to help fix/improve are:
help
command info and formatting.anjay config show
info.At the moment the LED is OFF and not used at all, so you can't even tell if the device is on!
GNSS/GPS
from the anjay shell. (Similar tolink funmode --gnssoff
in [1].)NB-IoT
andLTE-M
from the anjay shell.Bluetooth
from within the anjay shell.anjay status
command mimicking the "link status
" command from [1].public_cert, private_key
.(Are there more?)
References:
[1] - Nordic Thingy:91 Modem Downloads.
[2] - Lost LTE Connection due to LTE/GPS competition
How can I help you contribute to this?
The text was updated successfully, but these errors were encountered: