|
IPv6 addresses
Hi Diana, Regarding OpenThread shell, it should be enabled by default if you use OpenThread. Of course, setting CONFIG_OPENTHREAD_SHELL=y explicitly is fine as well. Just note, that when OT shell is e
Hi Diana, Regarding OpenThread shell, it should be enabled by default if you use OpenThread. Of course, setting CONFIG_OPENTHREAD_SHELL=y explicitly is fine as well. Just note, that when OT shell is e
|
By
Lubos, Robert
· #2187
·
|
|
OT Shell
Hi Diana, Sadly, I’m not able to reproduce issues you describe. I did a smoke test of examples that you mention (current master with nrf52840 pca10056), and shell worked on every single one out-of-the
Hi Diana, Sadly, I’m not able to reproduce issues you describe. I did a smoke test of examples that you mention (current master with nrf52840 pca10056), and shell worked on every single one out-of-the
|
By
Lubos, Robert
· #2200
·
|
|
echo_client / echo_server hop limit
Hi Diana, I checked if there is any interference of OT port in Zephyr with Hop Limit IPv6 field, and there is no such a thing. A quick research showed up that it is rather a problem in Zephyr’s IPv6 l
Hi Diana, I checked if there is any interference of OT port in Zephyr with Hop Limit IPv6 field, and there is no such a thing. A quick research showed up that it is rather a problem in Zephyr’s IPv6 l
|
By
Lubos, Robert
· #4681
·
|
|
Few questions regarding sockets/DTLS and net_offload
Hello Benjamin, I’ll try to address part of your questions: First, regarding delayed handshakes. In sockets_tls.c: if (net_context_get_type(ctx) == SOCK_STREAM) { /* Do the handshake for TLS, not DTLS
Hello Benjamin, I’ll try to address part of your questions: First, regarding delayed handshakes. In sockets_tls.c: if (net_context_get_type(ctx) == SOCK_STREAM) { /* Do the handshake for TLS, not DTLS
|
By
Lubos, Robert
· #5780
·
|
|
Few questions regarding sockets/DTLS and net_offload
Hi again, Good info re: HOSTNAME. Would keeping it enable require working DNS? We haven't had time to verify that DNS works. Indeed we know that it was broken under net_app so we haven't really bother
Hi again, Good info re: HOSTNAME. Would keeping it enable require working DNS? We haven't had time to verify that DNS works. Indeed we know that it was broken under net_app so we haven't really bother
|
By
Lubos, Robert
· #5785
·
|
|
OpenThread development guide
Hi Benjamin, Sorry for late reply, I’ve just came back from holiday. See my responses inline. Regards, Robert
Hi Benjamin, Sorry for late reply, I’ve just came back from holiday. See my responses inline. Regards, Robert
|
By
Lubos, Robert
· #6224
·
|
|
OpenThread development guide
Hi Arun, I’m afraid I’m not in the position to make any statements about OpenThread integration roadmap at this point. Regards, Robert
Hi Arun, I’m afraid I’m not in the position to make any statements about OpenThread integration roadmap at this point. Regards, Robert
|
By
Lubos, Robert
· #6253
·
|
|
Why is TLS_CREDENTIAL_PRIVATE_KEY not implemented
I’m afraid you’ve misunderstood the code in there. Just by the fact the `case TLS_CREDENTIAL_PRIVATE_KEY` is empty does not mean that private key management is not implemented (which is more or less e
I’m afraid you’ve misunderstood the code in there. Just by the fact the `case TLS_CREDENTIAL_PRIVATE_KEY` is empty does not mean that private key management is not implemented (which is more or less e
|
By
Lubos, Robert
· #6802
·
|
|
[LWM2M] Client example - QEMU x86
Hi Guillaume, I’ve just verified the sample with current master (4bd247af700a88df3d5f2cca60e46b5669b4aa71), and it works fine on my machine. Please double check if: The tap0 interface is up before run
Hi Guillaume, I’ve just verified the sample with current master (4bd247af700a88df3d5f2cca60e46b5669b4aa71), and it works fine on my machine. Please double check if: The tap0 interface is up before run
|
By
Lubos, Robert
· #7269
·
|
|
#LWM2M #Leshan #FirmwareUpdate
#lwm2m
#leshan
#firmwareupdate
Hi Thomas, I’m not sure if the firmware update is even achievable on qemu_x86 platform (same goes with reboot). The lwm2m_client sample does not implement the actual FW update procedure, just provide
Hi Thomas, I’m not sure if the firmware update is even achievable on qemu_x86 platform (same goes with reboot). The lwm2m_client sample does not implement the actual FW update procedure, just provide
|
By
Lubos, Robert
· #7431
·
|
|
How to add username and password to MQTT_Publisher
Hi Brenton, Generally your approach is correct to set the username/password in the `client_init()` function of the sample, but please note that these fields are not plain C strings but rather `struct
Hi Brenton, Generally your approach is correct to set the username/password in the `client_init()` function of the sample, but please note that these fields are not plain C strings but rather `struct
|
By
Lubos, Robert
· #7816
·
|
|
How to change IP for MQTT Publisher sample for online kapua server
Hi Brenton > 1. How do I change my IP values? You can either use “west build -t menuconfig” command to open a configuration window, or modify the `prj.conf` file directly. I rather suggest the latter,
Hi Brenton > 1. How do I change my IP values? You can either use “west build -t menuconfig” command to open a configuration window, or modify the `prj.conf` file directly. I rather suggest the latter,
|
By
Lubos, Robert
· #7832
·
|
|
Networking Forum cancelled today
Hi, Since there were no topics on the agenda for the Networking Forum today, I’ve cancelled the event. Regards, Robert
Hi, Since there were no topics on the agenda for the Networking Forum today, I’ve cancelled the event. Regards, Robert
|
By
Lubos, Robert
· #7946
·
|
|
How to receive published data using MQTT subscriber?
Hi Brenton, I’m afraid we don’t have an out-of-the box example for the MQTT subscriber in the Zephyr tree. However the aforementioned “mqtt_pubsub” test is a good reference on how to handle subscribti
Hi Brenton, I’m afraid we don’t have an out-of-the box example for the MQTT subscriber in the Zephyr tree. However the aforementioned “mqtt_pubsub” test is a good reference on how to handle subscribti
|
By
Lubos, Robert
· #7949
·
|
|
Networking Forum Agenda
Hi all, Sorry for the late notice, the are no items in the agenda for Today’s networking forum – please let me know if there is any topic you want to discuss. Otherwise, I’ll cancel the meeting. Meeti
Hi all, Sorry for the late notice, the are no items in the agenda for Today’s networking forum – please let me know if there is any topic you want to discuss. Otherwise, I’ll cancel the meeting. Meeti
|
By
Lubos, Robert
· #8012
·
|
|
Networking Forum Agenda
Hi all, We currently have one item on the agenda for the networking forum Tomorrow: LwM2M discussion regarding the following features: Observe callback (proof of concept proposal: https://github.com/M
Hi all, We currently have one item on the agenda for the networking forum Tomorrow: LwM2M discussion regarding the following features: Observe callback (proof of concept proposal: https://github.com/M
|
By
Lubos, Robert
· #8075
·
|
|
Networking Forum Agenda
Hi all, Currently I have no items in the agenda for Today’s networking forum – please let me know if you have something that you want to discuss. Otherwise, I’ll just cancel the meeting. Meeting notes
Hi all, Currently I have no items in the agenda for Today’s networking forum – please let me know if you have something that you want to discuss. Otherwise, I’ll just cancel the meeting. Meeting notes
|
By
Lubos, Robert
· #8139
·
|
|
Networking Forum Agenda
One topic showed up for Today’s forum: General discussion on native stack/net offload/socket offload coexistence. Therefore the meeting is not cancelled. Regards, Robert
One topic showed up for Today’s forum: General discussion on native stack/net offload/socket offload coexistence. Therefore the meeting is not cancelled. Regards, Robert
|
By
Lubos, Robert
· #8141
·
|
|
Networking Forum Agenda
Hi all, The current agenda for Tomorrow’s networking forum (December 7th) is empty – please let me know if you have something that you want to discuss. Otherwise, I’ll just cancel the meeting. Meeting
Hi all, The current agenda for Tomorrow’s networking forum (December 7th) is empty – please let me know if you have something that you want to discuss. Otherwise, I’ll just cancel the meeting. Meeting
|
By
Lubos, Robert
· #8209
·
|
|
FW: Networking Forum Agenda
Hi all, No new topics for the Networking Forum showed up, however the meeting is not cancelled per request, we’ll have some loose discussion on certain items of the networking stack. Meeting notes: ht
Hi all, No new topics for the Networking Forum showed up, however the meeting is not cancelled per request, we’ll have some loose discussion on certain items of the networking stack. Meeting notes: ht
|
By
Lubos, Robert
· #8213
·
|