Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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