XO Monitor: Difference between revisions

From OLPC
Jump to navigation Jump to search
Line 21: Line 21:
or you can get the latest development version from the git repository:
or you can get the latest development version from the git repository:


# git clone git://dev.laptop.org/users/edsiper/xo-monitor
$ git clone git://dev.laptop.org/users/edsiper/xo-monitor

Revision as of 16:16, 6 December 2007

This is an external program to watch the XO resources through the network, it uses ssh + FUSE to mount the XO root filesystem in a local directory, most of the information comes from the remote procfs.

Xo-monitor 002.png

Requirements

  • Python
  • PyGtk
  • PyCairo
  • FUSE
  • sshfs
  • Avahi
  • python-crypto

Download

The first alpha snapshot can be found here:

http://dev.laptop.org/~edsiper/projects/xo-monitor-alpha-0.1.tar.gz

or you can get the latest development version from the git repository:

$ git clone git://dev.laptop.org/users/edsiper/xo-monitor