OpenCollarTeam / Remote

Remote code
GNU General Public License v2.0
0 stars 0 forks source link

Issue: Remote Scanning Function Needs Updating #4

Open KitenaLittlepaws opened 2 years ago

KitenaLittlepaws commented 2 years ago

What version of OpenCollar are you using? 8.2.1

What behavior did you expect? Remote scanning to pick up only those that are available to connect with.

What behavior did you see instead? Remote scanning picked up everyone in proximity instead.

What steps does someone need to take to reproduce the problem? Scan a room full of people with one or more people not even wearing a collar. It makes it look as though the person not wearing a collar is wearing one.

Medea-Destiny commented 2 years ago

Are you referring to connecting to a collar via the owner hud?

KitenaLittlepaws commented 2 years ago

I am referring to using the scanning function on the remote HUD. It shows everyone in proximity rather than just those One can connect to.

On Sun, Aug 21, 2022, 8:34 PM Medea-Destiny @.***> wrote:

Are you referring to connecting to a collar via the owner hud?

— Reply to this email directly, view it on GitHub https://github.com/OpenCollarTeam/Remote/issues/4, or unsubscribe https://github.com/notifications/unsubscribe-auth/A2UH6HJONBCFT3MN3IHGRX3V2LDIJANCNFSM57FOAHKQ . You are receiving this because you authored the thread.Message ID: @.***>

KitenaLittlepaws commented 2 years ago

At the very least the scanning function should only show those wearing a collar instead of everyone in proximity. I can look in the area and see who is in the area if I want to know that.

On Sun, Aug 21, 2022, 8:36 PM Kitena Littlepaws @.***> wrote:

I am referring to using the scanning function on the remote HUD. It shows everyone in proximity rather than just those One can connect to.

On Sun, Aug 21, 2022, 8:34 PM Medea-Destiny @.***> wrote:

Are you referring to connecting to a collar via the owner hud?

— Reply to this email directly, view it on GitHub https://github.com/OpenCollarTeam/Remote/issues/4, or unsubscribe https://github.com/notifications/unsubscribe-auth/A2UH6HJONBCFT3MN3IHGRX3V2LDIJANCNFSM57FOAHKQ . You are receiving this because you authored the thread.Message ID: @.***>

SilkieSabra commented 2 years ago

Yes the owner hud now called the Remote, when you click the People icon at the bottom, shows the entire list of nearby avatars. You have to know which collars in the room you have access to, or else if you are fishing for a collar on public access, try each in turn. Once you have connected, you can add them to Favorites (star icon). You can then use that list instead of Nearby to connect.

KitenaLittlepaws commented 2 years ago

Ok. Here is the issue. Someone that does not wear a collar at all shows up on said scan. This is a problem. It makes it look like everyone around is wearing one. Can the remote not detect a collar? If not then it needs improvement to be able to do so.

On Mon, Aug 22, 2022, 10:49 AM Silkie Sabra @.***> wrote:

Yes the owner hud now called the Remote, when you click the People icon at the bottom, shows the entire list of nearby avatars. You have to know which collars in the room you have access to, or else if you are fishing for a collar on public access, try each in turn. Once you have connected, you can add them to Favorites (star icon). You can then use that list instead of Nearby to connect.

— Reply to this email directly, view it on GitHub https://github.com/OpenCollarTeam/Remote/issues/4, or unsubscribe https://github.com/notifications/unsubscribe-auth/A2UH6HMBSYQQ55CO23FVK53V2OHORANCNFSM57FOAHKQ . You are receiving this because you authored the thread.Message ID: @.***>

Medea-Destiny commented 2 years ago

The way to detect collars would be to send a message to the interface channel for each user found and await a response, implementing a delay from pressing the button to the menu appearing of perhaps 10-20 seconds to ensure that all available collars have had a chance to reply. I don't think that this is the preferable option.

KitenaLittlepaws commented 1 year ago

That's interesting because there are remotes that don't work with the version 8.2.1 collar that can at least detect a if someone has access to a collar or if they have capture/kidnap mode turned on only.

On Tue, Aug 23, 2022, 8:18 PM Medea-Destiny @.***> wrote:

The way to detect collars would be to send a message to the interface channel for each user found and await a response, implementing a delay from pressing the button to the menu appearing of perhaps 10-20 seconds to ensure that all available collars have had a chance to reply. I don't think that this is the preferable option.

— Reply to this email directly, view it on GitHub https://github.com/OpenCollarTeam/Remote/issues/4, or unsubscribe https://github.com/notifications/unsubscribe-auth/A2UH6HMME76GFXISUE72R4DV2VS3TANCNFSM57FOAHKQ . You are receiving this because you authored the thread.Message ID: @.***>

Medea-Destiny commented 1 year ago

Leaving this open as a "may fix" for now, but we'll want to fix the interface channel's missing arbitrary command handling in the collar first.