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
I've been doing some testing to see if a P2 will work with your server, and am running into some issues.
When trying to force the protocol to tcp during the 'particle keys' commands like you suggest for 'Electron and newer hardware', the protocol change doesn't seem to take affect. The P2 still says it's using UDP, and I'm worried it may be locked to that. And the server doesn't seem to recognize the P2 trying to connect to it via UDP.
Have you done any successful P2 testing yourself, or have any plans to look into it in the future?
Thanks
The text was updated successfully, but these errors were encountered:
Yeah, the server doesn't support UDP. I haven't ever tried to make it work
but it might be easy. You could just try to set up a UDP socket server
alongside the TCP socket server.
On Fri, May 3, 2024, 11:11 AM mrferrar ***@***.***> wrote:
Hello,
I've been doing some testing to see if a P2 will work with your server,
and am running into some issues.
When trying to force the protocol to tcp during the 'particle keys'
commands like you suggest for 'Electron and newer hardware', the protocol
change doesn't seem to take affect. The P2 still says it's using UDP, and
I'm worried it may be locked to that. And the server doesn't seem to
recognize the P2 trying to connect to it via UDP.
Have you done any successful P2 testing yourself, or have any plans to
look into it in the future?
Thanks
—
Reply to this email directly, view it on GitHub
<#302>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAIOLRC42XFTSXLDPQYACITZAPHL5AVCNFSM6AAAAABHF53LK2VHI2DSMVQWIX3LMV43ASLTON2WKOZSGI3TQMJYGU2TCNI>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
Hello,
I've been doing some testing to see if a P2 will work with your server, and am running into some issues.
When trying to force the protocol to tcp during the 'particle keys' commands like you suggest for 'Electron and newer hardware', the protocol change doesn't seem to take affect. The P2 still says it's using UDP, and I'm worried it may be locked to that. And the server doesn't seem to recognize the P2 trying to connect to it via UDP.
Have you done any successful P2 testing yourself, or have any plans to look into it in the future?
Thanks
The text was updated successfully, but these errors were encountered: