areg-sdk
areg-sdk copied to clipboard
AREG is an asynchronous Object RPC framework to simplify multitasking programming by blurring borders between processes and treating remote objects as if they coexist in the same thread.
Implement additional tests to demonstrate the features. For example: - dynamically unlocking the request and preparing response to send back to client - subscribing on response
**Goal** AREG SDK should support multiple protocols to be able to communicate with various networks and devices. **Motivation** The industry is using various networks and protocols for their use. In...
Implement and integrate WebSocket communication channel.
Implement support of UDP/IP communication channel, integrate in communication manager. **Goal:** - Currently AREG SDK supports TCP/IP protocol and it should support as well UDP. - The protocol configuration is...
Currently AREG SDK supports only TCP/IP protocol and 1 communication channel. - Implement (split) Communication Manager - Implement possibility to register multiple Channels
**Motivation** At the moment the sources support Win32 API, POSIX API, and the C++17 standards. AREG SDK should support FreeRTOS platform. **Actions:** The FreeRTOS should pass following steps: 1. Investigate...
Similar to mcrouter, there should be a logging service running on any PC and collecting log information from the network. - Build the logging service - Define communication messages -...
after integrating the map (hash map), optimize resource map.
**Describe:** After providing the minimum SQLite3 wrapper objects, on log observer side insert log messages into the database. - Inserting the logs should be a part of the 'log observer...
**Describe:** In order to write logs in the embedded database (SQLite), there should be implemented simple wrapper objects to log the messages. The extended library of the AREG framework should...