-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from antonio-alexander/develop
Develop
- Loading branch information
Showing
23 changed files
with
618 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# Changelog | ||
|
||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | ||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
||
## [1.0.0] - 2021-02-20 | ||
|
||
- Initial release | ||
- Added webserver | ||
- Added ability to run either executable as administrator | ||
- Added ability for application to determine whether or not it was running as an administrator |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,5 @@ | ||
# lv-hello-world | ||
# lv-hello-world | ||
|
||
lv-hello-world is an example library/project that provides the basic functionality for a LabVIEW application. It serves as an example for multiple distribution methods (e.g. installer, application, zip etc). Also there is an example using the built-in LabVIEW web service. | ||
|
||
This project was used to TEST the lv-build utility and its variants, thus all the dependencies and imports, look at the lv-build repo for more information. This project is also SPECIFIC to windows, more specifically Windows 10. It has the ability to run both the webserver and the main application as admin via a labview app using the lv-bin utilities. If you're wondering, I did a little magic with the sfx using [Resource Hacker](http://www.angusj.com/resourcehacker/) and the instructions on (https://rubenalamina.mx/2013/07/17/making-a-7-zip-switchless-installer/)[https://rubenalamina.mx/2013/07/17/making-a-7-zip-switchless-installer/]. |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
This directory contains binary files. (yay) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
[hello_world_as_admin] | ||
server.app.propertiesEnabled=True | ||
server.ole.enabled=True | ||
server.tcp.paranoid=True | ||
server.tcp.serviceName="My Computer/VI Server" | ||
server.vi.callsEnabled=True | ||
server.vi.propertiesEnabled=True | ||
WebServer.TcpAccess="c+*" | ||
WebServer.ViAccess="+*" | ||
DebugServerEnabled=False | ||
DebugServerWaitOnLaunch=False | ||
HideRootWindow=True | ||
UseTaskBar=FALSE |
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.