NetXMS Support Forum

English Support => General Support => Topic started by: dksieg on August 06, 2010, 05:12:27 AM

Title: NXMC
Post by: dksieg on August 06, 2010, 05:12:27 AM
i'm use nxmc (nxmc-1.1.0-rc11-win32-x86.zip) to manager server, but connect to netxms server (version 1.0.4) and get error : "Server uses incompatible version of communication protocol"
How i can develop with nxmc?
Title: Re: NXMC
Post by: Victor Kirhenshtein on August 06, 2010, 08:33:08 PM
Hi!

I've put new version of the console on web site. It should work with 1.0.4 server.

Best regards,
Victor
Title: Re: NXMC
Post by: dksieg on August 09, 2010, 01:20:19 PM
Thanks Victor

and how i can develop with it?
Title: Re: NXMC
Post by: Victor Kirhenshtein on August 09, 2010, 01:51:15 PM
What do you mean by "develop with it"? I didn't get the question.

Best regards,
Victor
Title: Re: NXMC
Post by: dksieg on August 09, 2010, 02:38:16 PM
hi,

it mean : write plugins, add componets ... etc ... for it
sorry for my english skill
Title: Re: NXMC
Post by: Victor Kirhenshtein on August 09, 2010, 03:42:45 PM
Ok, now I got it. First, I suggest you to got source code from subversion - https://svn.netxms.org/public/netxms/trunk. All Java sources located under src/java. Console is written on Eclipse platform, so plugin development is just a normal Eclipse plugin development process, which is well documented on Eclipse web site - www.eclipse.org (http://www.eclipse.org). If you have questions, ask them on forum in development section.

Best regards,
Victor