Shiny New E-Book Gizmo: The Amazon Kindle


View Full Version : [Librie-Dev] LibrieX released


hyperstruct
01-06-2007, 07:25 PM
Greetings,

I have released LibrieX (or Librié, eXtended). It includes the TCP/IP connection part formerly known as LibrieNet, and a preliminary port of the Nano-X graphic server.

For more information please see http://dev.hyperstruct.net/libriex.

igorsk
01-08-2007, 06:06 AM
Any plans for a Reader version?

hyperstruct
01-09-2007, 05:08 AM
Unfortunately not, as I do not own a Reader, but if hw/sw are actually the same porting should be easy.

alex_d
04-10-2007, 09:50 PM
This looks awesome. I'm really dying to do some sony reader development. I hope you buy one soon.

Actually, some people have already succeeded running programs on the reader. However, how are you able to control the screen of the librie? This part i think hasn't been figured out too well for the reader. Were you able to gain direct access to the framebuffer, and can you control other things like screen refreshes?

Alexander Turcic
04-11-2007, 03:47 AM
This looks awesome. I'm really dying to do some sony reader development.
You are not alone, my friend. ;)

hyperstruct
04-17-2007, 03:50 AM
This looks awesome. I'm really dying to do some sony reader development. I hope you buy one soon.

I'm afraid that is a bit unlikely. Going from the Librié to the Reader isn't much of an upgrade. ;-)

Actually, some people have already succeeded running programs on the reader.

Then it should be possible to run the USB console/root shell, too.

However, how are you able to control the screen of the librie? This part i think hasn't been figured out too well for the reader.

Hmmm, doesn't the Reader use the same hardware? The same knowledge should apply.

Were you able to gain direct access to the framebuffer, and can you control other things like screen refreshes?

That was the first step. The second was modifying the Nano-X server and having it take care of drawing and refreshing on its own, so that individual ("client") programs don't have to.

Anyway, some technical background is here: http://dev.hyperstruct.net/libriex/#background

The really interesting thing would be porting a full-fledged X server (yes, it can and does run on similarly sized devices). Then you would be able to run a browser, a text editor, a terminal, etc. and basically turn the device into an e-ink tablet. (Ah, time. Sigh.)