01-18-2011 01:52 PM
To start creating an application for the market, the first thing that comes in mind are the piracy issue.
So i wanted to know how a labview based application could be saved from piracy.
Solved! Go to Solution.
01-18-2011 03:00 PM
Hi Intelligent,
What type of piracy are you concerned about? If you are worried about someone reverse-engineering your code, you can guard against that by simply compiling your code into an executable before deployment. There are more advanced options as well, and there are even techniques that allow you to add licensing to your code. However, what do you mean exactly, when you say "piracy?"
01-18-2011 09:56 PM
Thanks Wes P. I am actually concerned when someone creates a product i.e. an application for market. But he wants that only the purchaser can run it then, what techniques that could be employed in Labview to save your application from piracy.
01-18-2011 10:22 PM
The same licensing technology as LabVIEW
01-19-2011 03:29 AM
Thanks very much.
Can you also post any demo video related to it.
01-19-2011 03:29 AM
Thanks very much.
Can you also post any demo video related to it.
10-24-2013 03:04 PM
I want to sell LabView executable which can run only on one M or X seria DAQ card. So buyer send me card serial number, I send him custom protected .exe.
I guess that simple code in LabView application which check if S.Nr. is correct is not much secure, because of simple hacking. Any idea?
Application will not be expensive, maybe 50$, but will be interesting for thousands of user, so security is of great meaning.
10-25-2013 09:39 AM
Hi Oldi,
This is an old thread, so you may get better response by creating a new thread.
I am not entirely clear on what you want to accomplish. You can use the DAQmx Device Property Node to obtain the serial number of the DAQ card in use along with additional information such as the type of card, the bus, and so on.
Regards,