Eduard Shaid
Eduard Shaid
Explain, please. Does it happen that the libjuice does not work on Windows and I only need to use Linux?
can be rewrite the frame transport layer based on the CBOR protocol ?
Yes, that's exactly what I want. Then I wait. Thanks you. But still I would like to understand why with a simple change of pins for UART1 I can't do...
lwcell_pb_entry_t pb_entries[10]; size_t pb_entries_read; lwcell_pb_enable(NULL, NULL, 1); lwcell_pb_read(LWCELL_MEM_ME, 1, pb_entries, NULL, NULL, 1); lwcell_pb_list(LWCELL_MEM_ME, 1, pb_entries, LWCELL_ARRAYSIZE(pb_entries), &pb_entries_read, NULL, NULL, 1); After executing this block of code, it turns out...
yes, after each of the 3 calls the data does not change and will remain so: ``` mem = LWCELL_MEM_SM_P pos = 0 name = "" number = "" type...
all functions return lwcellOK ``` lwcellr_t ret; ret = lwcell_pb_enable(NULL, NULL, 1); ``` //here ret = lwcellOK ret = lwcell_pb_read(LWCELL_MEM_ME, 1, pb_entries, NULL, NULL, 1); //here ret = lwcellOK ret...
Yes, I can, but it won't be soon. I just started working with the GSM modem and I don’t know what will happen. I would like to get advice from...
Thank you for your reply. Another question: is the "docker-openmptcprouter-vps" project still active or not? It is not clear to me whether it is necessary for this project to patch...
I can't run "openmptcprouter-vps" from every container. Need first patch the kernel or take an OS with MPTCP support, and then install "openmptcprouter-vps", but without a kernel patch. Can you...
I have an Ubuntu 20.04 operating system installed on my host. Оn the host, I installed the OpenMPTCProuter VPS server of the current version (to patch the kernel) and Docker....