Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ogon-project/ogon
ogon session manager and RDP server
https://github.com/ogon-project/ogon
Last synced: 3 months ago
JSON representation
ogon session manager and RDP server
- Host: GitHub
- URL: https://github.com/ogon-project/ogon
- Owner: ogon-project
- License: other
- Created: 2018-04-06T10:14:57.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-30T09:37:15.000Z (about 2 years ago)
- Last Synced: 2024-08-02T01:17:22.955Z (6 months ago)
- Language: C++
- Homepage:
- Size: 720 KB
- Stars: 125
- Watchers: 19
- Forks: 17
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
- awesome-repositories - ogon-project/ogon - ogon session manager and RDP server (C++)
README
# Welcome to the ogon (core) repository
The ogon repository is part of the ogon project and contains the code of the
RDP server and session manager as well as protocol descriptions and some command line
(helper) utilities.## What is the ogon project?
The ogon project is an open source driven collection of services and tools mainly written in C/C++
that provide graphical remote access to Linux desktop sessions using the Remote Desktop Protocol
(RDP). It supports most modern RDP protocol extensions, bitmap compression codecs, dis- and
reconnection to sessions and device redirections.
ogon is compatible with virtually any existing RDP Client.Any X11 destkop, weston or qt application can be used as session. Due to it's modular
design it's easily possible to extend or add features or add new backends.# tl;dr - too long; didn't read - I just want ...
* .. to report [a BUG][bugs]
* .. to build it - have a look at our [documentation][documentation]
* .. help - have a look to our [SUPPORT.md document][support]
* .. to get in touch - have a look to our [SUPPORT.md document][support]
* .. to contribute - have a look to [CONTRIBUTING.md][contribute]# License
Most components of the ogon-project are licensed under the GNU AFFERO GENERAL PUBLIC LICENSE version 3.
See LICENSE file of the respective repository.[support]: https://github.com/ogon-project/ogon-project/blob/master/SUPPORT.md
[bugs]: https://github.com/ogon-project/ogon-project/blob/master/SUPPORT.md#bugs
[documentation]: https://github.com/ogon-project/ogon-project/blob/master/SUPPORT.md#documentation
[contribute]: https://github.com/ogon-project/ogon-project/blob/master/CONTRIBUTING.md