Skip to content

Added udp socket client#703

Open
antokhio wants to merge 1 commit intovvvv:mainfrom
antokhio:feature/udp-socket-client
Open

Added udp socket client#703
antokhio wants to merge 1 commit intovvvv:mainfrom
antokhio:feature/udp-socket-client

Conversation

@antokhio
Copy link
Contributor

PR Details

Added udp socket client

Description

Allows to connect to remote UDP Socket

Related Issue

https://forum.vvvv.org/t/observable-udp-socket/24484/3

Motivation and Context

Could not connect to remote UDP Socket

Types of changes

  • Docs change / refactoring / dependency upgrade
  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist

  • My change requires a change to the documentation

@joreg
Copy link
Member

joreg commented Aug 17, 2025

hmm, i'm not convinced. from the docs ("Remarks" section): "If you are using a connectionless protocol such as UDP, you do not have to call "Connect" before sending and receiving data..."

so i'm afraid i doubt that this PR is adding anything meaningful.

@antokhio
Copy link
Contributor Author

Yea UDP socket, is something out of my picture how udp works.

Seems there is one thing Connect actually does:

If you do call Connect, any datagrams that arrive from an address other than the specified default will be discarded.

One thing is for sure, the other version did not manage to establish connection with any combination of input pins.

Gonna run more tests, might it is enough to just expose some param...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants