|
How to check the http header signature
Hello!
I'm developing a library http_client and I send a request for the server. That server sends me the message and the header HTTP signed and I need check that signature.
Someone know to tell
Hello!
I'm developing a library http_client and I send a request for the server. That server sends me the message and the header HTTP signed and I need check that signature.
Someone know to tell
|
By
christian tavares
·
#4601
·
|
|
Zephyr news, 21 May 2018
Hello and happy v1.12 release candidacy,
This is the 21 May 2018 newsletter tracking the latest Zephyr development
merged into the mainline tree on GitHub.
An HTML version is available
Hello and happy v1.12 release candidacy,
This is the 21 May 2018 newsletter tracking the latest Zephyr development
merged into the mainline tree on GitHub.
An HTML version is available
|
By
Marti Bolivar
·
#2226
·
|
|
Re: Bluetooth Mesh - Restore the replay protection list
Hi Jehudi,
This is an interesting idea, and definitely could be made to work.
However, only in some limited scenarios. One challenge is that it'll
work only if you have control of the entire network.
Hi Jehudi,
This is an interesting idea, and definitely could be made to work.
However, only in some limited scenarios. One challenge is that it'll
work only if you have control of the entire network.
|
By
Johan Hedberg
·
#2225
·
|
|
Zephyr 1.12.0-rc1 tagged
Hi all,
We have just tagged Zephyr 1.12.0-rc1.
All required features that have not been pushed out to 1.13 are now merged, and so we begin the stabilization phase that should run for around 2
Hi all,
We have just tagged Zephyr 1.12.0-rc1.
All required features that have not been pushed out to 1.13 are now merged, and so we begin the stabilization phase that should run for around 2
|
By
Maureen Helm
·
#2224
·
|
|
Re: Multiple Instances of Drivers
Tomasz,
Thanks for pointing me to that. Pretty much exactly what I was looking
/ hoping for.
- Pushpal
<tomasz.bursztyka@...> wrote:
Tomasz,
Thanks for pointing me to that. Pretty much exactly what I was looking
/ hoping for.
- Pushpal
<tomasz.bursztyka@...> wrote:
|
By
Pushpal Sidhu
·
#2223
·
|
|
SODAQ One V3 porting
Hello guys,
I'm going to work on a project which is going to use the SODAQ One board (https://shop.sodaq.com/en/sodaq-one-eu-rn2483-v3.html).
It's a LoRa oriented development board which is designed
Hello guys,
I'm going to work on a project which is going to use the SODAQ One board (https://shop.sodaq.com/en/sodaq-one-eu-rn2483-v3.html).
It's a LoRa oriented development board which is designed
|
By
Léonard Bise <leodido99@...>
·
#2222
·
|
|
Bluetooth Mesh - Restore the replay protection list
Hi,
Bluetooth mesh has a replay protection list that basically keeps a
link between a address and a sequence counter to protect against
replay attacks. It checks if messages are ok by making checking
Hi,
Bluetooth mesh has a replay protection list that basically keeps a
link between a address and a sequence counter to protect against
replay attacks. It checks if messages are ok by making checking
|
By
laczenJMS
·
#2221
·
|
|
Re: echo_client and echo_server run in the same board
Hi Diana,
I just tried this and you can certainly enable client and server at the
same time. The compile error you are seeing is because you have
disabled TCP.
The
Hi Diana,
I just tried this and you can certainly enable client and server at the
same time. The compile error you are seeing is because you have
disabled TCP.
The
|
By
Jukka Rissanen
·
#2220
·
|
|
Re: Multiple Instances of Drivers
Hi,
There is already an on-going work on how devices (aka driver instance)
are generated.
See issue:
https://github.com/zephyrproject-rtos/zephyr/issues/6293
Especially, check for b0661 and erwango
Hi,
There is already an on-going work on how devices (aka driver instance)
are generated.
See issue:
https://github.com/zephyrproject-rtos/zephyr/issues/6293
Especially, check for b0661 and erwango
|
By
Tomasz Bursztyka
·
#2219
·
|
|
Multiple Instances of Drivers
I have a question about the current plan to allow multiple instances
of a driver.
For example, say we have two sx1509b devices as opposed to the
currently supported single instance:
&i2c0 {
I have a question about the current plan to allow multiple instances
of a driver.
For example, say we have two sx1509b devices as opposed to the
currently supported single instance:
&i2c0 {
|
By
Pushpal Sidhu
·
#2218
·
|
|
Storing data in flash at powerfail on nrf51/nrf52
For bluetooth mesh it would be good to save the replay protection list
to a dedicated flash page. This save would only be done in the case of
a powerfail or a reboot.
nrf51/nrf52 have a powerfail
For bluetooth mesh it would be good to save the replay protection list
to a dedicated flash page. This save would only be done in the case of
a powerfail or a reboot.
nrf51/nrf52 have a powerfail
|
By
laczenJMS
·
#2217
·
|
|
echo_client and echo_server run in the same board
Hello,
I am currently trying to run an nrf52 board as both client and server at the same time (based on echo_client and echo_server samples). I've gone through their configuration files, and have
Hello,
I am currently trying to run an nrf52 board as both client and server at the same time (based on echo_client and echo_server samples). I've gone through their configuration files, and have
|
By
Diana Rivera
·
#2216
·
|
|
Re: switching from #FCB to #NVS for #BluetoothMesh persistent storage
#fcb
#nvs
#bluetoothmesh
Hi Vikrant,
Mesh will work with any settings backend (currently FCB and NFFS, and in
the future with NVS).
Johan
Hi Vikrant,
Mesh will work with any settings backend (currently FCB and NFFS, and in
the future with NVS).
Johan
|
By
Johan Hedberg
·
#2215
·
|
|
Re: switching from #FCB to #NVS for #BluetoothMesh persistent storage
#fcb
#nvs
#bluetoothmesh
Hi Andrzej,
Is #BluetoothMesh stack completely independent from persistence storage mechanism used by #SettingLayer ?
If yes, then only it will possible. 😃
Thank You !!
Hi Andrzej,
Is #BluetoothMesh stack completely independent from persistence storage mechanism used by #SettingLayer ?
If yes, then only it will possible. 😃
Thank You !!
|
By
vikrant8051 <vikrant8051@...>
·
#2214
·
|
|
Re: switching from #FCB to #NVS for #BluetoothMesh persistent storage
#fcb
#nvs
#bluetoothmesh
Hi.
I Think it will be possible – (but can’t be sure). At last Jehudi Maes (the NVS author) is considering right now ho to provide nvs-back-end for the setting (I’m in touch with him).
Hi.
I Think it will be possible – (but can’t be sure). At last Jehudi Maes (the NVS author) is considering right now ho to provide nvs-back-end for the setting (I’m in touch with him).
|
By
Puzdrowski, Andrzej
·
#2213
·
|
|
Re: LED API extension
Hi Justin,
my proposal is:
typedef int (*led_api_brightness_fade(struct device *dev, u32_t led, u8_t start, u8_t stop, u32_t fade_time);
So it is similar to your approach, but the starting brightness
Hi Justin,
my proposal is:
typedef int (*led_api_brightness_fade(struct device *dev, u32_t led, u8_t start, u8_t stop, u32_t fade_time);
So it is similar to your approach, but the starting brightness
|
By
Johannes Hutter
·
#2212
·
|
|
Re: Mailing list archives before 2017
All - quick update in that we have identified what caused not all of the needed archives to be migrated over. Resolving this is both possible and should not take long. Task should be completed by EOD
All - quick update in that we have identified what caused not all of the needed archives to be migrated over. Resolving this is both possible and should not take long. Task should be completed by EOD
|
By
Brett Preston
·
#2211
·
|
|
Re: LED API extension
Hi Johannes,
I'd be interested in this as well. I'm implementing something similar already using PWM API and a k_timer. So I'm curious about what functionality you are proposing?
Would it be
Hi Johannes,
I'd be interested in this as well. I'm implementing something similar already using PWM API and a k_timer. So I'm curious about what functionality you are proposing?
Would it be
|
By
Justin
·
#2210
·
|
|
Re: Compiling mqtt_publisher example with ESP32
Zach,
WiFi on the ESP32 is not supported at the moment. Short answer: There are a few technical reasons for this, and making it work will require quite a bit of plumbing.
The long answer:
Zephyr
Zach,
WiFi on the ESP32 is not supported at the moment. Short answer: There are a few technical reasons for this, and making it work will require quite a bit of plumbing.
The long answer:
Zephyr
|
By
Leandro Pereira
·
#2209
·
|
|
Compiling mqtt_publisher example with ESP32
Hi All,
I'm trying to get a basic solution running, so if any of this is answered in the wiki I apologize. I'm looking to create an mqtt_client zephyr app running on an espressif ESP32. This is so
Hi All,
I'm trying to get a basic solution running, so if any of this is answered in the wiki I apologize. I'm looking to create an mqtt_client zephyr app running on an espressif ESP32. This is so
|
By
Zach
·
#2208
·
|