Go to file
2025-03-25 20:47:05 +01:00
doc added link to log 2025-03-25 20:47:05 +01:00
src/test added test_instance_token.py 2025-03-25 20:40:15 +01:00
.gitignore .gitignore 2025-03-21 14:49:42 +01:00
.gitlab-ci.yml .gitlab-ci.yml 2025-03-21 14:49:38 +01:00
docker-image-push.sh refactorings 2025-03-19 21:12:10 +01:00
README.md updated readme 2025-03-25 20:43:23 +01:00
requirements.txt added tests 2025-03-20 13:06:12 +01:00

NLS - NVIDIA License System

Current status / questions / is in doc/LATEST.md

[TOC]

About this project

There maybe are Public/Private-Keys present in this repo. That is ok, because they belong to an single instance which are reset after we know how licensing process is working.

This repository has a public git mirror on: https://gitea.publichub.eu/nvidia/nls

Docs

Docs and current knowledge can be found in doc's directory.

Official Docs

Code

There is test code available in src/test.

These tests should rebuild the DLS behaviour and try to rebuild the expected output based on docs.

  • The test test_our_config_token currently fails, because we do not yet have a correct private-key
  • The test test_decrypt currently fails, because we do not know the right de/encryption algorithms
  • The test test_instance_token currently fails, because we do not know how this is build