WuDoMiRa

Results 6 comments of WuDoMiRa

I'm going to see if I can create a new branch implementing this feature both in the firmware repo, and this repo.

> I don't know if fair queues would be the correct congestion algorithm we need. I can see it being useful if it would prioritize what the skeleton needs but...

I didn't implement the algorithm, however I focused on simply implementing the queue-like feature. There's no 'toggle' to simply resume default behavior implemented in the ESP. https://github.com/WuDoMiRa/SlimeVR-Tracker-ESP/commit/ab2056b00b94e491eb838265368bc81b14e6f06c However, you can...

> As we use fifo stuff on communication with the IMU and SensorFusion, you want still to run the tracker on full speed. But only affect the sending of the...

This is implementation code within the Server now. https://github.com/WuDoMiRa/SlimeVR-Server/commit/46a06a3bb447d6eb3d80d561f72a9612ed5282f8 So I can start testing this method. NOTE: There are NO settings, no configuration available here YET, as well as no...

Pushed. These are now changes to the server. https://github.com/WuDoMiRa/SlimeVR-Server/commit/bc75c6e25748aa18651ecadbf27176ac31892e61 The additional changes are also in here (more recent than the first commit above to change a value): https://github.com/WuDoMiRa/SlimeVR-Server/commit/1dd3e2deccfe56d3f259f08ff1724a7f8e867cf9 It is...