-
Notifications
You must be signed in to change notification settings - Fork 51
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 #87 from dapplegatecp/master
Dynamic App - download sdk apps from remote URL, overcome size limits and dev mode restrictions
- Loading branch information
Showing
12 changed files
with
811 additions
and
5 deletions.
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
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,14 @@ | ||
[app_holder] | ||
uuid = 35ac6371-e78d-4016-a45b-42f639ca0c11 | ||
vendor = Cradlepoint | ||
notes = App is dynamically populated, this is just a placeholder | ||
version_major = 1 | ||
version_minor = 0 | ||
version_patch = 3 | ||
auto_start = true | ||
restart = true | ||
reboot = true | ||
firmware_major = 7 | ||
firmware_minor = 23 | ||
firmware_patch = 20 | ||
|
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,2 @@ | ||
This app is just a holder app for use with dynamic_app. Simply build and install both apps and upload to NCM. | ||
see dynamic_app/readme.txt for more details |
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,2 @@ | ||
#!/bin/bash | ||
cd app && ./start.sh |
Oops, something went wrong.