GithubHelp home page GithubHelp logo

dart-rfb's People

Contributors

goddchen avatar srawlins avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

dart-rfb's Issues

Client listening mode support

Hey, thanks for the useful library so far!
Are there any plans for supporting listening mode(reverse)?
like this

https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/6/html/installation_guide/sn-remoteaccess-installation-vnclistener

28.2.2. Connecting the Installation System to a VNC Listener
To have the installation system automatically connect to a VNC client, first start the client in listening mode. On Red Hat Enterprise Linux systems, use the option to run vncviewer as a listener. In a terminal window, enter the command: -listen

vncviewer -listen

Note
By default, vncviewer uses TCP port 5500 when in listening mode. The firewall must be configured to permit connections to this port from other systems. Choose System → Administration → Firewall. Select Other ports, and Add. Enter 5500 in the Port(s) field, and specify tcp as the Protocol.

Once the listening client is active, start the installation system and set the VNC options at the prompt. In addition to and options, use the option to specify the name or IP address of the system that has the listening client. To specify the TCP port for the listener, add a colon and the port number to the name of the system. boot:vncvncpasswordvncconnect
For example, to connect to a VNC client on the system on the port 5500, enter the following at the prompt: desktop.mydomain.comboot:

linux vnc vncpassword=qwerty vncconnect=desktop.mydomain.com:5500

Additional Pixel Formats

Hey, thanks for the useful library so far!
Are there any plans for supporting more pixel formats?
I'm trying to connect to a device which seems to default to rgb565(?)

Logging from connecting to the device:
RemoteFrameBufferPixelFormat(bitsPerPixel: 16, depth: 16, bigEndian: false, trueColor: true, redMax: 31, greenMax: 63, blueMax: 31, redShift: 11, greenShift: 5, blueShift: 0)

and it doesn't seem to support or respect setting the pixelformat to bgra8888, judging from logging when connecting with the tigervnc viewer rgb888 is also supported.

How much work do you think it would be support either of those/more pixelformats? Ideally with support for decoding in flutter_rfb.
I've looked into decoding and something like this https://stackoverflow.com/a/51316489 may be helpful for working around the fact that flutter only natively has support for rgba8888 and bgra8888.

Also are there any plans for supporting ZRLE encoding?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.