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

[Firmware] Tracker should initiate udp broadcast in handshake #151

Open
TheButlah opened this issue Jan 20, 2023 · 1 comment
Open

[Firmware] Tracker should initiate udp broadcast in handshake #151

TheButlah opened this issue Jan 20, 2023 · 1 comment
Labels
Area: Firmware Relating to the firmware subprojct Area: Hardware Protocol Communication between hardware and SlimeVR server

Comments

@TheButlah
Copy link
Collaborator

Initiate discovery from client-side in initial handshake state, instead of waiting for server sent heartbeat.

The esp wifi implementation is bugged where you cannot broadcast udp after receiving udp, so this also helps workaround this bug. It also just makes more sense.

@TheButlah TheButlah added Area: Firmware Relating to the firmware subprojct Area: Hardware Protocol Communication between hardware and SlimeVR server labels Jan 20, 2023
@TheButlah TheButlah changed the title [Firmware] [Firmware] Tracker should initiate udp broadcast in handshake Jan 20, 2023
@TheButlah
Copy link
Collaborator Author

@Noxime does esp-wifi have an issue filed for this? If not, can you open an issue and reference this issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: Firmware Relating to the firmware subprojct Area: Hardware Protocol Communication between hardware and SlimeVR server
Projects
None yet
Development

No branches or pull requests

2 participants