NetXMS Support Forum

English Support => General Support => Topic started by: 165432896 on October 14, 2011, 12:08:28 PM

Title: About the nxcp_reference.PDF
Post by: 165432896 on October 14, 2011, 12:08:28 PM
hi,Victor:
   I have success developed a small client to control(access) the Server with C/C++ in Linux. It bases on the document nxcp_reference.PDF Version 0.2.22.  But I only implement the base functions.  Because The document only cover some base message command(such as:CMD_LOGIN、CMD_GET_LAST_VALUES). But most of the  message command (such as:CMD_GET_MIB_TIMESTAMP、CMD_MODIFY_NODE_DCI、CMD_GET_NODE_DCI_LIST),it is not introduce. so I don't know which "Variable" I should deliver to those message command. I want to develop more senior functions.
   Dose it have some detailed document about the  NetXMS Communication Protocol? or I have to find the rule about the coding regulation by the source code?

Best wish!
Thanks!
Title: Re: About the nxcp_reference.PDF
Post by: Victor Kirhenshtein on October 14, 2011, 12:44:20 PM
Hi!

Currently it's the only piece of information about NXCP protocol. All other information can be found only by examining source code. Feel free to ask me about specific commands you need - I'll either answer you in forum or update documentation for them. Btw, why you not using client library (libnxcl) but work directly with NXCP protocol?

Best regards,
Victor

P.S. And please ask development related questions in "Development" section of the forum
Title: Re: About the nxcp_reference.PDF
Post by: 165432896 on October 15, 2011, 05:28:04 AM
OK, I will try to use libnxcl to development.And put the questions in right section of the forum.

Thanks!