1
0
mirror of https://github.com/dkmstr/openuds.git synced 2024-12-22 13:34:04 +03:00
Go to file
2024-02-15 19:40:36 +01:00
.github Create dependency-review.yml 2023-07-22 19:31:11 +02:00
actor@a7a2ff7cf6 more refactoring and fixes and tests... 2024-01-16 00:14:00 +01:00
client@c699725350 Fixed managed and unmanaged actor_v3 2024-01-01 05:17:01 +01:00
guacamole-auth-uds@ee32a07915 fixing up submodules 2023-06-21 22:09:10 +02:00
server Fixing up fixed_service generalization, and starting a test for this... 2024-02-15 19:40:36 +01:00
tunnel-server@512f0848bd Fixing up tunnel 2024-01-16 18:52:40 +01:00
.gitignore updated gitignore 2024-01-25 17:13:22 +01:00
.gitmodules Updated client path 2023-07-25 20:20:34 +02:00
LICENSE Create LICENSE 2022-08-27 20:59:08 +02:00
README.md Update README.md 2024-01-21 13:52:17 +01:00
SECURITY.md added security file 2023-04-15 00:00:56 +02:00
VERSION Start of v4.0. 3.5 is closed now 2021-10-05 12:29:29 +02:00

UDS Logo

The main repository has been transfered to https://github.com/VirtualCable/openuds. Please, update your references.

OpenUDS

OpenUDS (Universal Desktop Services) is a multiplatform connection broker for:

  • VDI: Windows and Linux virtual desktops administration and deployment
  • App virtualization
  • Desktop services consolidation
  • ...

This is an Open Source Source project, initiated by Spanish Company Virtualcable and released Open Source with the help of several Spanish Universities.

Please fell free to contribute to this project.

Notes

  • Master version is always under heavy development and it is not recommended for use, it will probably have unfixed bugs. Please use the latest stable branch. (v3.6 right now)
  • From 4.0 onwards (current master), OpenUDS has been splitted in several repositories and contains submodules. Remember to use "git clone --resursive ..." to fetch it ;-).
  • 3.6 version is tested on Python 3.9, 3.10 and 3.11. It will probably work on 3.8 too.
  • 4.0 Version will need Python 3.11 or higher. It uses new features only available on 3.10 or later, and is tested against 3.11. It will probably work on 3.10 too.
  • We use "NamedTuples" in the code, and seems to be some kind of error on 3.11.1, so please do not use that python version: (Ref: https://github.com/python/cpython/issues/100098).