areg-sdk icon indicating copy to clipboard operation
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.

Results 50 areg-sdk issues
Sort by recently updated
recently updated
newest added

Implement additional tests to demonstrate the features. For example: - dynamically unlocking the request and preparing response to send back to client - subscribing on response

enhancement
help wanted
good first issue
C++
test

**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...

enhancement
C++
future
challenge

Implement and integrate WebSocket communication channel.

enhancement
help wanted
C++

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...

enhancement
help wanted
C++

Currently AREG SDK supports only TCP/IP protocol and 1 communication channel. - Implement (split) Communication Manager - Implement possibility to register multiple Channels

enhancement
help wanted
C++

**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...

enhancement
help wanted
C++

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 -...

enhancement
help wanted

after integrating the map (hash map), optimize resource map.

enhancement
help wanted

**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...

enhancement
C++
experiment
SQLite

**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...

enhancement
C++
experiment
SQLite