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

UDP/IP service and communication channel #68

Open
aregtech opened this issue Nov 13, 2022 · 0 comments
Open

UDP/IP service and communication channel #68

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

Comments

@aregtech
Copy link
Owner

aregtech commented Nov 13, 2022

Goal
After implementing the UDP/IP wrapper (issue #32), it should be integrated in the AREG SDK to support communication using UDP/IP.

Motivation
The implementation of Multiple channel communication (issue #31) will allow to use different network communication. One of the easiest and fasted way to approve multi-channel communication is integration of the UDP/IP, which in comparison to TCP/IP is faster, but less stable.

Background information
The UDP/IP should be configured in the initialization files (issue #67). After setups, the network service should be able to establish UDP/IP connection and use multi-channel communication for messaging.

@aregtech aregtech added enhancement New feature or request C++ labels Nov 13, 2022
@aregtech aregtech added the help wanted Extra attention is needed label Jun 29, 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