ORE Studio 0.0.4
Loading...
Searching...
No Matches
Namespaces
ores::comms Namespace Reference

Communications library providing client-server connectivity for ORE Studio. More...

Namespaces

namespace  analyser
 Communication session analyzer tool for ORE Studio.
 
namespace  config
 Command-line configuration utilities for ores.comms.
 
namespace  eventing
 Event types for the communications module.
 
namespace  messaging
 Contains messaging related infrastructure in the comms library.
 
namespace  net
 Contains the networking elements of the comms library.
 
namespace  recording
 Session recording infrastructure for debugging and analysis.
 
namespace  service
 Main server application for ORE Studio.
 
namespace  shell
 Interactive REPL (Read-Eval-Print Loop) or shell for connecting to the ORE Studio server.
 

Detailed Description

Communications library providing client-server connectivity for ORE Studio.

Implements a custom binary protocol over SSL/TLS for secure client-server communication. Key features:

The protocol namespace defines message frames, types, handlers, and the message dispatcher that routes messages to registered subsystem handlers.