NetXMS Support Forum

Development => General => Topic started by: yos on May 01, 2013, 04:23:19 PM

Title: NXCP
Post by: yos on May 01, 2013, 04:23:19 PM
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
Title: Re: NXCP
Post by: Victor Kirhenshtein on May 02, 2013, 09:22:45 PM
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