Can I use matrix creator to creat a ZIGBEE network if I don’t know language Python,C++? I just know some language C.
Hi @bluegreen,
In the MATRIX Creator the zigbee support is carry out by the matrixio-malos-zigbee service. This service uses to main technologies to expose the functionalities, ZeroMQ and Protocol Buffers. Both are supported in all the main languages, especially, C, C++, Python, Java, Javascript, NodeJS and others.
You can definitely use C to communicate with the malos-zigbee service but, I would suggest first to try the examples in NodeJS available here.
Let us know if you have more questions