You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Goal
At this moment, AREG SDK supports only 1 communication channel via TCP/IP communication. The supported networks configuration is defined router.init file and is relevant only for message routing. The applications should be able via configuration to setup and initialize multiple network channels and protocols. In order to setup applications, there should be possibility to define the physical (network) and logical (routing) connections. This would also help to setup multi-channel communication, where each channel differ by:
network
protocol
message priority
Motivation
The multi-channel communication is one of agendas of AREG SDK. Each definition of the channel should be done in the configuration file. The setups and configurations should be dynamic, so that there will be no need to re-compile applications.
Background information
AREG SDK contains a parser to parse configuration files (init files). The parser has a simple syntax used to make setups to use when application initializes objects. At this moment the configuration is used to setup logging and mcrouter (IP address, port number, etc.). The parser should be extended to make initialization to use when instantiating objects like "network service".
It makes basic dynamic setups.
The text was updated successfully, but these errors were encountered:
Goal
At this moment, AREG SDK supports only 1 communication channel via TCP/IP communication. The supported networks configuration is defined
router.init
file and is relevant only for message routing. The applications should be able via configuration to setup and initialize multiple network channels and protocols. In order to setup applications, there should be possibility to define the physical (network) and logical (routing) connections. This would also help to setup multi-channel communication, where each channel differ by:Motivation
The multi-channel communication is one of agendas of AREG SDK. Each definition of the channel should be done in the configuration file. The setups and configurations should be dynamic, so that there will be no need to re-compile applications.
Background information
AREG SDK contains a parser to parse configuration files (
init
files). The parser has a simple syntax used to make setups to use when application initializes objects. At this moment the configuration is used to setup logging andmcrouter
(IP address, port number, etc.). The parser should be extended to make initialization to use when instantiating objects like "network service".It makes basic dynamic setups.
The text was updated successfully, but these errors were encountered: