1
0
mirror of https://github.com/dkmstr/openuds.git synced 2024-12-21 09:34:08 +03:00
openuds/README.md

26 lines
1.4 KiB
Markdown
Raw Permalink Normal View History

![UDS Logo](https://www2.udsenterprise.com/static/img/logoUDSNav.png)
2014-11-18 20:18:57 +03:00
The main repository has been transfered to https://github.com/VirtualCable/openuds.
Please, update your references.
2014-09-11 18:34:54 +04:00
2023-04-15 00:59:01 +03:00
OpenUDS
=======
2023-04-13 17:44:59 +03:00
2023-04-15 00:59:01 +03:00
OpenUDS (Universal Desktop Services) is a multiplatform connection broker for:
- VDI: Windows and Linux virtual desktops administration and deployment
- App virtualization
- Desktop services consolidation
- ...
2023-04-13 17:44:59 +03:00
2024-04-04 13:11:37 +03:00
This is an Open Source project, initiated by Spanish Company Virtual Cable and released Open Source with the help of several Spanish Universities.
2023-04-15 00:59:01 +03:00
2024-10-12 03:12:56 +03:00
Please feel free to contribute to this project.
2023-04-15 00:59:01 +03:00
Notes
=====
2023-09-18 02:03:03 +03:00
* 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.
2024-01-21 15:52:17 +03:00
* 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).