Code Monkey home page Code Monkey logo

kindlevncviewer's Introduction

This is a VNC viewer for e-book devices
Copyright (c) 2013 Hans-Werner Hilse <[email protected]>

It works on the framebuffer, using the einkfb API from e-ink devices (einkfb.h) to do screen refreshs.
This is based on LibVNCclient (part of the LibVNCserver project, see http://libvncserver.sourceforge.net/.


There's a discussion thread at
http://www.mobileread.com/forums/showthread.php?t=150434

Note that the current version is a major rewrite from the original version.
The current version is implemented in Lua, targeted at LuaJIT.


Configuration:
--------------

input handling is configurable/customizable in "config.lua".

kVNCviewer supports a lot of options that determine various settings. Run it without any argument to show a list of supported options. In addition, libvncviewer parses the options, too. That allows for additional configuration settings. Look into the documentation of libvncviewer to see those options:
http://libvncserver.sourceforge.net/doc/html/group__libvncclient__api.html#gabb2299d1644f3cf38544eb97d2356475


Building:
---------

In order to build kindlevncviewer, you can use GNU make. Specify a toolchain prefix as "ARCH" variable:

    make ARCH=arm-linux-gnueabihf

and it should build luajit, zlib, libjpeg and finally libvncclient.

You can find the result in the "dist/<ARCH>" subdirectory. Also, a .zip file is created for distribution.


Running:
--------

You need to copy the program and the libraries it needs (you can just try running it without and it will show you which libraries are missing) onto your ebook device. Then call (from a launcher app or a shell)

    ./luajit vncviewer.lua 192.168.2.1:1

(you will need to put in the correct server address or name and screen number).


Licensing/Copying:
------------------

This software is licensed under the GPLv2 (see file COPYING).

kindlevncviewer's People

Contributors

dpavlin avatar hwhw avatar langelgjm avatar

Watchers

 avatar  avatar

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.