Skip to content

Range-Software/range-cloud-lib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Range Cloud Library

Qt-based C++ library providing cloud connectivity, file synchronisation, user/group management, and HTTP networking for Range applications.

What it provides

Cloud clientRCloudClient is the main entry point for all cloud operations: file transfer, user and group administration, remote process submission, and general queries. RCloudSessionManager manages named connectivity profiles.

File managementRFileManager synchronises local and remote files with a persistent cache (RFileManagerCache). RSoftwareManager handles software-update downloads.

HTTP layerRHttpClient and RHttpServer provide full HTTP/HTTPS with SSL/TLS, proxy support, token-based authentication, and request routing. RHttpMessage encapsulates request and response data.

Security & authRAuthToken/RAuthTokenValidator handle session tokens. RTlsTrustStore, RTlsKeyStore, and ROpenSslTool cover certificate management, CSR generation, and OpenSSL operations.

Data modelsRFileInfo, RUserInfo, RGroupInfo, RCloudProcessInfo, RCloudActionInfo, RAccessRights and related types carry metadata for all cloud entities.

Class prefix

All public classes use the R prefix (e.g. RCloudClient, RHttpClient).

Dependencies

  • Qt 6.10+
  • OpenSSL
  • range-base-lib
  • C++17

About

Range Cloud library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors