Skip to content
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

Update to kit 106 #8

Open
wants to merge 22 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
File renamed without changes.
1,099 changes: 466 additions & 633 deletions .vscode/settings.json

Large diffs are not rendered by default.

7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
0.3
0.4
-----
* Updated paho-mqtt to 2.1.0

0.3
-----
* Migrated to kit-sdk 106
* Updated MQQT sample to reflect updates in dependencies

0.2
-----
* Added support for API Token authentication
Expand Down
8 changes: 5 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ ENV PYTHONDONTWRITEBYTECODE=1
# Turns off buffering for easier container logging
ENV PYTHONUNBUFFERED=1

# Install pip requirements
COPY requirements.txt .
RUN python -m pip install -r requirements.txt

WORKDIR /app
COPY . /app
Expand All @@ -18,5 +15,10 @@ COPY . /app
RUN adduser -u 5678 --disabled-password --gecos "" appuser && chown -R appuser /app
USER appuser

RUN python -m pip install -r source/requirements.txt

# Install pip requirements into the OV instance of python
RUN python source/requirements.py

# During debugging, this entry point will be overridden. For more information, please refer to https://aka.ms/vscode-docker-python-debug
ENTRYPOINT [ "python", "source/ingest_app_csv/run_app.py", "--server", "<server ip>", "--username", "<username>", "--password", "<password>" ]
2 changes: 0 additions & 2 deletions PACKAGE-INFO.yaml

This file was deleted.

327 changes: 194 additions & 133 deletions README.md

Large diffs are not rendered by default.

24 changes: 24 additions & 0 deletions SECURITY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
## Security

NVIDIA is dedicated to the security and trust of our software products and services, including all source code repositories managed through our organization.

If you need to report a security issue, please use the appropriate contact points outlined below. **Please do not report security vulnerabilities through GitHub/GitLab.**

## Reporting Potential Security Vulnerability in an NVIDIA Product

To report a potential security vulnerability in any NVIDIA product:
- Web: [Security Vulnerability Submission Form](https://www.nvidia.com/object/submit-security-vulnerability.html)
- E-Mail: [email protected]
- We encourage you to use the following PGP key for secure email communication: [NVIDIA public PGP Key for communication](https://www.nvidia.com/en-us/security/pgp-key)
- Please include the following information:
- Product/Driver name and version/branch that contains the vulnerability
- Type of vulnerability (code execution, denial of service, buffer overflow, etc.)
- Instructions to reproduce the vulnerability
- Proof-of-concept or exploit code
- Potential impact of the vulnerability, including how an attacker could exploit the vulnerability

While NVIDIA currently does not have a bug bounty program, we do offer acknowledgement when an externally reported security issue is addressed under our coordinated vulnerability disclosure policy. Please visit our [Product Security Incident Response Team (PSIRT)](https://www.nvidia.com/en-us/security/psirt-policies/) policies page for more information.

## NVIDIA Product Security

For all security-related concerns, please visit NVIDIA's Product Security portal at https://www.nvidia.com/en-us/security
1 change: 0 additions & 1 deletion VERSION.md

This file was deleted.

3 changes: 0 additions & 3 deletions content/docs/action_graph.png

This file was deleted.

3 changes: 0 additions & 3 deletions content/docs/animation_playing.png

This file was deleted.

3 changes: 0 additions & 3 deletions content/docs/animation_video.mp4

This file was deleted.

3 changes: 0 additions & 3 deletions content/docs/architecture.jpg

This file was deleted.

3 changes: 0 additions & 3 deletions content/docs/auth_1.png

This file was deleted.

3 changes: 0 additions & 3 deletions content/docs/auth_2.png

This file was deleted.

3 changes: 0 additions & 3 deletions content/docs/cubes.png

This file was deleted.

3 changes: 0 additions & 3 deletions content/docs/docker_logs.png

This file was deleted.

3 changes: 0 additions & 3 deletions content/docs/enabling_iot_panel_extension.png

This file was deleted.

3 changes: 0 additions & 3 deletions content/docs/ext_001.png

This file was deleted.

3 changes: 0 additions & 3 deletions content/docs/ext_002.png

This file was deleted.

3 changes: 0 additions & 3 deletions content/docs/ext_003.png

This file was deleted.

3 changes: 0 additions & 3 deletions content/docs/iot_panel.png

This file was deleted.

3 changes: 0 additions & 3 deletions content/docs/join_iot_session.png

This file was deleted.

3 changes: 0 additions & 3 deletions content/docs/join_session.png

This file was deleted.

3 changes: 0 additions & 3 deletions content/docs/play_to_animate.png

This file was deleted.

3 changes: 0 additions & 3 deletions content/docs/sharing.png

This file was deleted.

3 changes: 0 additions & 3 deletions content/docs/stage_001.png

This file was deleted.

10 changes: 0 additions & 10 deletions deps/ext-deps.packman.xml

This file was deleted.

11 changes: 0 additions & 11 deletions deps/host-deps.packman.xml

This file was deleted.

14 changes: 0 additions & 14 deletions deps/kit-sdk-deps.packman.xml

This file was deleted.

6 changes: 0 additions & 6 deletions deps/kit-sdk.packman.xml

This file was deleted.

26 changes: 0 additions & 26 deletions deps/repo-deps.packman.xml

This file was deleted.

47 changes: 0 additions & 47 deletions exts/omni.iot.sample.panel/config/extension.toml

This file was deleted.

Binary file removed exts/omni.iot.sample.panel/data/icon.png
Binary file not shown.
Binary file removed exts/omni.iot.sample.panel/data/preview.png
Binary file not shown.
4 changes: 0 additions & 4 deletions exts/omni.iot.sample.panel/docs/README.md

This file was deleted.

20 changes: 0 additions & 20 deletions exts/omni.iot.sample.panel/docs/index.rst

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

2 changes: 0 additions & 2 deletions install.bat

This file was deleted.

10 changes: 0 additions & 10 deletions link_app.bat

This file was deleted.

8 changes: 0 additions & 8 deletions link_app.sh

This file was deleted.

20 changes: 8 additions & 12 deletions premake5.lua
Original file line number Diff line number Diff line change
@@ -1,22 +1,18 @@
-- Shared build scripts from repo_build package.
--- Shared build scripts from repo_build package.
repo_build = require("omni/repo/build")

-- Repo root
root = repo_build.get_abs_path(".")

-- Set the desired MSVC, WINSDK, and MSBUILD versions before executing the kit template premake configuration.
MSVC_VERSION = "14.27.29110"
WINSDK_VERSION = "10.0.18362.0"
MSBUILD_VERSION = "Current"

-- Execute the kit template premake configuration, which creates the solution, finds extensions, etc.
dofile("_repo/deps/repo_kit_tools/kit-template/premake5.lua")

-- Example application that runs kit with the minimal set of extensions required to use the extension browser.
--define_app("omni.app.example.extension_browser")
-- Registries config for testing
repo_build.prebuild_copy {
{ "%{root}/tools/deps/user.toml", "%{root}/_build/deps/user.toml" },
}

-- Example application that runs kit with the minimal set of extensions required to use the viewport.
--define_app("omni.app.example.viewport")
-- Apps: for each app generate batch files and a project based on kit files (e.g. my_name.my_app.kit)

-- The default kit dev app with extensions from this repo made available.
--define_app("omni.app.kit.dev")
define_app("iot_samples.usd_explorer.kit")
define_app("iot_samples.panel_extension.kit")
Loading