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

fix & tool: enhancement for this integration #42

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

junfengP
Copy link

  1. In 2024/09/21, my Z7X projector is no longer listening on port 554, so the method I used to check its status is no longer working. I have scanned all the ports on my projector. Here is the result from nmap:
PORT     STATE SERVICE        VERSION
7001/tcp open  afs3-callback?
7002/tcp open  afs3-prserver?
7100/tcp open  font-service?
8080/tcp open  http-proxy?

I also found that when the projector is on, I can see its IP address in the router. This IP address disappears when the projector is off. Therefore, another way to detect the projector's status is by using the ping method.

  1. I added a script tool for scanning BLE tokens; this simplifies the process of finding tokens.

I hope these corrections help clarify your message. If you need further assistance, feel free to ask!

in 2024/09/21, i have tried scan my projector, and i found port 554 is no longer listened.

so it is another way to detect projector alive by using ping method

here is nmap result

PORT     STATE SERVICE        VERSION
7001/tcp open  afs3-callback?
7002/tcp open  afs3-prserver?
7100/tcp open  font-service?
8080/tcp open  http-proxy?
this is a tool script for scanning token
tool: add scan.py for token
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.

1 participant