Author Topic: Licence (server) for VLX?  (Read 2793 times)

0 Members and 1 Guest are viewing this topic.

Peter2

  • Swamp Rat
  • Posts: 656
Licence (server) for VLX?
« on: August 25, 2013, 07:30:19 AM »
Hi

I was looking around for postings regarding "licence technique - MAC Adress, User name ...", but I think for companies with some users (> 10), a lot of PC-replacement, new users, network based AutoCAD-support and so on this way could be a little bit unhandy. Solutions with dongles are also confusing, inefficient and expensive (> 300 $ to start and 70$ per dongle ..)

Is there a "simple" solution to use and manage network-licences for VLX files?

"Free" would be fine (of course), but it not absolutely necessary. Who knows and/or has experience with this solution?
Peter

AutoCAD Map 3D 2023 German (so some technical terms will be badly retranslated to English)
BricsCAD V23

snownut2

  • Swamp Rat
  • Posts: 971
  • Bricscad 22 Ultimate
Re: Licence (server) for VLX?
« Reply #1 on: August 25, 2013, 08:16:16 AM »
Have you looked @ Instant Plus from SoftwareKey Systems, it has the ability to offer several license schemes including trial periods, annual licensing or permanent licensing, and either automatic activation with their SOLO Server option or manual activation. 

I have one license check lisp function that all the others run first to make sure all is good.

Seemed like the most reasonable route to go at the time...


csgoh

  • Newt
  • Posts: 176
Re: Licence (server) for VLX?
« Reply #2 on: August 27, 2013, 11:04:15 PM »
I thought all the licensing software requires a exe,dll format?
Quote
I have one license check lisp function that all the others run first to make sure all is good.
how do you do this function?

snownut2

  • Swamp Rat
  • Posts: 971
  • Bricscad 22 Ultimate
Re: Licence (server) for VLX?
« Reply #3 on: August 28, 2013, 07:37:34 AM »
Instant plus creates a license file (actually a few) and  scatters them.  You need to create an ARX file for Acad or TX file for Briscad to trigger the Server to make sure the license is current.  It works quit well, probably not bullet proof as the code to call it is in your LISP files.  Most license servers need to be wrapped which is not possible with LISP files.

So as not to require the checking of the License status with each function, I am setting a couple of variables that each function is checking (speeds things up).  My major functions actually check the license status prior to running.

Here is their website, they also offer 30-day trial period.  http://www.softwarekey.com/

Bruce


Peter2

  • Swamp Rat
  • Posts: 656
Re: Licence (server) for VLX?
« Reply #4 on: August 28, 2013, 08:09:43 AM »
 :-o :-o

Do you have a fool-proof list / diagram / sheet which tells me what is calling / or using what?
(ARX and wrapping and scattering and ... belong to the black holes of my knowledge ..)
« Last Edit: August 28, 2013, 03:14:39 PM by Peter2 »
Peter

AutoCAD Map 3D 2023 German (so some technical terms will be badly retranslated to English)
BricsCAD V23

LE3

  • Guest
Re: Licence (server) for VLX?
« Reply #5 on: August 28, 2013, 01:50:13 PM »
You can try to implement the public class of the known AES (Rijndael) algorithm...

Not a help... but.....
One of these days, when I get some chance will try open my own site and try there to sell or whatever some of my old apps....
I wrote an ARX that controls the usage of any of your applications.
A preview:
 

Peter2

  • Swamp Rat
  • Posts: 656
Re: Licence (server) for VLX?
« Reply #6 on: August 28, 2013, 03:15:40 PM »
...I wrote an ARX that controls the usage of any of your applications.
A preview:
I'm looking forward to see it ...
Peter

AutoCAD Map 3D 2023 German (so some technical terms will be badly retranslated to English)
BricsCAD V23

ur_naz

  • Newt
  • Posts: 68
  • Made in Ukraine
Re: Licence (server) for VLX?
« Reply #7 on: August 31, 2013, 08:36:43 AM »
It is not available to protect vlx-application in any way because it is easy to decompile it and look into the source code  :-P

Peter2

  • Swamp Rat
  • Posts: 656
Re: Licence (server) for VLX?
« Reply #8 on: August 31, 2013, 10:58:40 AM »
It is not available to protect vlx-application in any way because it is easy to decompile it and look into the source code  :-P
I know this argument, but I don't search a 100% proof solution against 100% bad clients. There are clients / users (especially in companies > 10 and with a minimum of deceny which
- don't want ("Why should I hack? My boss should buy!)
- don't are allowed ("compliance")
- don't have economic advantages ("Why spend some hours of expensive work to hack and understand for a small tool?")
- don't know how

to hack software. And here a licence can bring an obstacle to copy and copy and copy ....
Peter

AutoCAD Map 3D 2023 German (so some technical terms will be badly retranslated to English)
BricsCAD V23