Ano Ano Posted November 2, 2012 Report Share Posted November 2, 2012 Hello, I need to design a feature in my application where the client/remote user can register the software via the internet. Hence, It will need to send a string my company server and from there another application to read and store the string. Any ideas on how to do it? Quote Link to comment
Roderic Posted November 2, 2012 Report Share Posted November 2, 2012 (edited) Hello, There are many ways to do so, I would just use TCP IP protocol. Another way woulod be to transfer a file via FTP to the server (it may contain a string or wathever usefull information) Edited November 2, 2012 by Roderic Quote Link to comment
Ton Plomp Posted November 2, 2012 Report Share Posted November 2, 2012 You could set up a server using the Webservice functionality and connect to it with the HTTP protocol VIs. You even get security with that route. Ton Quote Link to comment
ShaunR Posted November 2, 2012 Report Share Posted November 2, 2012 (edited) Get your IT department to handle all the internet stuff and inserted in a DB. Then just query the DB using the Database Toolkit. You won't have to worry about security, webservers and firewalls or have to maintain webpages, log-ins, registrations etc It will also be fully integrated with your corporate website. Your labview stuff will be safely isolated behind the corporate firewall. Edited November 2, 2012 by ShaunR Quote Link to comment
David_L Posted November 5, 2012 Report Share Posted November 5, 2012 If you want to avoid the overhead of developing a custom licensing solution and supporting the server infrastructure, NI created the Third Party Licensing & Activation Toolkit which I think does exactly what you are looking to do. Since it's off-topic to what you actually asked here, I won't go into too many details but check out ni.com/licensingtoolkit for details or feel free to send me a PM if you have questions on it. Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.