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

How to show screen by PyGame in this project? #9

Open
luoruofeng opened this issue Apr 3, 2023 · 1 comment
Open

How to show screen by PyGame in this project? #9

luoruofeng opened this issue Apr 3, 2023 · 1 comment

Comments

@luoruofeng
Copy link

how to implement loop method and update_complete method in class Buffer?How to Display screen?

@luoruofeng
Copy link
Author

luoruofeng commented Apr 3, 2023

I don't know when the protocal property of the VNCFactory type is called. After running my program, there were no errors reported, but no pages were displayed either. I think this may be due to my lack of understanding of the internal workings of twisted. The vnc_connection_made method in the RFBToGUI class was not called when I ran the code, and I'm not sure how to trigger its invocation.

if depth == 32: self.protocol = RFBToGUI elif depth == 8: self.protocol = RFBToGUIeightbits

class RFBToGUI(pyVNC.rfb.RFBClient): ...... def vnc_connection_made(self):

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

No branches or pull requests

1 participant