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
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 defined in file router.init
Motivaton:
As an alternative to TCP/IP and as a fast communication, AREG SDK should support UDP.
There will be a new example of testing data rate by switching between protocols, developers may make test protocols and choose one, which is more suitable for their projects.
Background information:
The TCP/IP implementation (wrapper) is defined in NESocket.hpp. The sources are implemented separately for the POSIX and Win32.
When the objects are ready, there will be refactoring of IPC, so that depending of configuration the application will decide whether to use TCP/IP or UDP channels.
The text was updated successfully, but these errors were encountered:
Implement support of UDP/IP communication channel, integrate in communication manager.
Goal:
Motivaton:
Background information:
When the objects are ready, there will be refactoring of IPC, so that depending of configuration the application will decide whether to use TCP/IP or UDP channels.
The text was updated successfully, but these errors were encountered: