Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement UDP/IP wrapper objects. #32

Open
aregtech opened this issue Nov 3, 2021 · 0 comments
Open

Implement UDP/IP wrapper objects. #32

aregtech opened this issue Nov 3, 2021 · 0 comments
Labels
C++ enhancement New feature or request help wanted Extra attention is needed

Comments

@aregtech
Copy link
Owner

aregtech commented Nov 3, 2021

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:

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.

@aregtech aregtech added enhancement New feature or request help wanted Extra attention is needed labels Nov 3, 2021
@aregtech aregtech changed the title Implement support of UDP/IP Implement UDP/IP wrapper objects. Oct 10, 2022
@aregtech aregtech added the C++ label Jul 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C++ enhancement New feature or request help wanted Extra attention is needed
Projects
Status: No status
Development

No branches or pull requests

1 participant