NetBrows
What is NetBrows?
NetBrows is the name of the whole hard- and software project, including the rf module, the SD cardslot and the driver- and frontend software for the TI. Often NetBrows is mixed up with NetBrows GUI, which is just the graphical frontend for the calculator, because of some irritations in various threads in various boards.
The project is splitted up in several parts:
- TIRF
TIRF is the hardware project, including the needed firmware. The firmware implements the basic functions for the communication between the TI and the hardware extension.
- libtirf
The libtirf is a static library for TIGCC which is used to access and use the TIRF module.
- NetBrows
NetBrows is additionally the name for the frontend software project for the TI which helps the end user to use the module.
NetBrows GUI
The NetBrows GUI will, like mentioned, make the usage of the module for the end user as easy as possible. A main feature is a tree-alike view of the local filesystem of the calculator, the installed FlashApps, the files on the SD card and the network environment (the last two features are only available with an installed module).
Currently the GUI looks like this:

At the moment we have only implemented the graphical frontend, the menu items are mainly functionless (except those in the View menu, which are already implemented) and some are even not created. The tree is, except missing multi selection, fully implemented, but we are still implementing some cool new features, if we have more ideas.
The source is at the moment not available due to problems with the SVN.


