I am trying to do things like
- get the current date and/or time
- configure a socket
- activate a socket
Usually I use commands like
- at+cclk
- at+csdf
- at+ctzu
- nitz
- at+scfg
- at_sgact
Am I missing something?
I am trying to do things like
Usually I use commands like
Am I missing something?
There is a possible workaround here which sets up a socket using at commands but in a C app. Still looking for other ideas however. github.com/.../main.c
also not sure what these commands are. Is there a command reference? Rallare ? I know these are early days
int at_socket_fd = socket(AF_LTE, 0, NPROTO_AT);
There is a possible workaround here which sets up a socket using at commands but in a C app. Still looking for other ideas however. github.com/.../main.c
also not sure what these commands are. Is there a command reference? Rallare ? I know these are early days
int at_socket_fd = socket(AF_LTE, 0, NPROTO_AT);