-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
vapix-sh: Add example that uses shellscript only and not C #310
Open
joakimr-axis
wants to merge
5
commits into
AxisCommunications:main
Choose a base branch
from
joakimr-axis:joakimr-axis_basicinfoshellscript
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
vapix-sh: Add example that uses shellscript only and not C #310
joakimr-axis
wants to merge
5
commits into
AxisCommunications:main
from
joakimr-axis:joakimr-axis_basicinfoshellscript
Conversation
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
joakimr-axis
force-pushed
the
joakimr-axis_basicinfoshellscript
branch
3 times, most recently
from
November 26, 2024 15:14
6a543c9
to
9fc09e9
Compare
This example does the same thing as the VAPIX example written in C, but uses a POSIX shellscript to implement the application instead. It shows how simpler applications can be written with just a shellscript but still bring value, which is good for those who are not C-savvy. (Whereas those who want to build more advanced applications with VAPIX would probably opt for the C version to build upon.) Change-Id: I6f0e874996e69e6319107931bbc93b81ffa40db9 Signed-off-by: Joakim Roubert <[email protected]>
joakimr-axis
force-pushed
the
joakimr-axis_basicinfoshellscript
branch
from
November 26, 2024 15:16
9fc09e9
to
fe3ce8d
Compare
Change-Id: I9c1635ae07dd943b09665f41753a33ffbbbfba73 Signed-off-by: Joakim Roubert <[email protected]>
pataxis
reviewed
Nov 26, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note that this need some more consideration to publish.
Co-authored-by: Mattias Axelsson <[email protected]>
joakimr-axis
force-pushed
the
joakimr-axis_basicinfoshellscript
branch
from
November 27, 2024 07:39
5953c24
to
9bb64b8
Compare
As @apljungquist pointed out, this package has no architecture dependencies and hence we should not build architecture-specific versions. Change-Id: I5b99c7af76b8e854299c18dff784feb4dafc82b7 Signed-off-by: Joakim Roubert <[email protected]>
joakimr-axis
force-pushed
the
joakimr-axis_basicinfoshellscript
branch
from
November 27, 2024 07:40
9bb64b8
to
87731f8
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Describe your changes
This example does the same thing as the VAPIX example written in C, but uses a POSIX shellscript to implement the application instead. It shows how simpler applications can be written with just a shellscript but still bring value, which is good for those who are not C-savvy. (Whereas those who want to build more advanced applications with VAPIX would probably opt for the C version to build upon.)
Checklist before requesting a review