NXCP

Started by yos, May 01, 2013, 04:23:19 PM

Previous topic - Next topic

yos

Can u please tell me witch variables are used in those commands and their types

CMD_MODIFY_NODE_DCI
CMD_GET_NODE_DCI_LIST
CMD_GET_EVENTS
CMD_GET_CONFIG_VARLIST
CMD_GET_NODE_DCI_LIST
CMD_GET_DCI_DATA    
CMD_DCI_DATA


thank you in advance

Victor Kirhenshtein

Unfortunately there are no ready to use documentation on communication protocol. I suggest to read server source code. All command handlers are located in file src/server/core/session.cpp. Client source code could help as well. Feel free to ask if you have any more specific question.

Best regards,
Victor