Ryan Shillington's Netwinder Home Page


Welcome to my netwinder home page. I rendered the backround image of the netwinder image myself. I have it in as a povray file here and in VRML here . Feel free to play around with it (it's not perfect).

All code on this site (so far) is Open Source.

Here are some of my Ir accomplishments:
Location Description
ir-simple.tar.gz A very basic Infra Red device driver. This does not support IrDA (only unreliable transfers).
cpad.tar.gz Server Side for the Corel Palm Administrator (deamon). It depends on having ir-simple installed and up and running. With this you can chech and change IP addresses, Gateway addresses, setup eth1, etc. You can also run simple commands AND you can check the Temperature, Memory, Load averages, etc.
cpa.zip Client Side for the Corel Palm Administrator. You can also run simple commands AND you can check the Temperature, Memory, Load averages, etc.
ir-remote.tar.gz A very basic Infra Red device driver. This does not support IrDA (only unreliable transfers). It is different from ir-simple because it looks secifically for Remote Control signals (and Keyboard, etc.). It blocks and passes data up very differently.
remote.tar.gz Applications for the ir-remote.tar.gz drivers. One application, called 'catch' makes a configuration file for your Remote Control, Wireless Keyboard, or whatever else you have. The other, 'output' reads the data coming through the IR port and outputs it as you asked it to be in 'catch'.