Page 1 of 1

Node working as client and server

Posted: Mon Mar 18, 2024 11:59 am
by celia diaz
Hello!

I'm working on a ESP-BLE-MESH and I need for all my nodes to work as client and servers (be able to send and receive messages) , does anyone know how can I do that? I'm using the vendor model as a base.

I'm new working with Espressif, I'm sorry if this is a kinda basic question! haha

Regards,
Celia.

Re: Node working as client and server

Posted: Mon Mar 18, 2024 3:04 pm
by chegewara
1. Yes, you can have SIG client and server model on the same node/element
2. Vendor model does not have client/server model per se
3. You can have vendor "client" and "server" model on the same node (suggesting to use 2 different elements, not needed thou)
4. You can use the same vendor model as a "client" and "server", you just have different set of opcodes for client and server