Other Parts Discussed in Thread: Z-STACK
Hi!
I am working Z-Stack Linux gateway (HA sample application) and I observed that the packets to be sent in zigbee network are packed and unpacked using gateway.pb-c.h otasrvr.pb-c.h nwkmgr.pb-c.h which are generated through protocol buffer compilers. But I don't really understand how it works.
I think I receive additional APIs in a single tcp packet through network manager server or gateway manager server. But if I want to send multiple commands through co-ordinator, how would I send them? Does it require any modifications in protocol buffer compiler?
I am a beginner in this, and I want to read more about the protocol buffers used in Z-Stack. Please can anyone suggest where can I find more information about these?
Thanks