This repository was archived by the owner on Sep 29, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
41 lines (25 loc) · 1.25 KB
/
README
File metadata and controls
41 lines (25 loc) · 1.25 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
TcosMonitor
(mariodebian AT gmail DOT com)
TcosMonitor is a pygtk app to control and supervise
a thin client classroom based on TCOS, PXES, LTSP or others.
The project have 2 different parts:
* Teacher Tool (TcosMonitor) made with pygtk and other
standar libs
* Thin Client daemon (tcosxmlrpc) developed in C based on
xmlrpc libs and abyss web server code and libs.
For debug output exec TCOS_DEBUG=1 /usr/bin/tcosxmlrpc /etc/abys.conf
* Some extra tools (hex2ascii, update-tcospasswd, etc...)
The initial code is written from scratch helped with pygtk
tutorial [1] and some web pages (blogs, maillist, etc...)
I have reutilized some python/C code from others:
ping.py
High based on yetist [2], I have added a second
class named PingPort writen by me.
(don't know license of it, japanesse page)
TcosDbus.py class
Based on dbus bindings of Student-Control-Center of Ubuntu [3]
GPL Copyright Holder: Oliver Grawert <ogra@ubuntu.com>
Links:
[1] http://www.pygtk.org/pygtk2tutorial-es/
[2] http://www.osprg.org/modules/newbb/viewtopic.php?forum=3&post_id=487
[3] http://people.ubuntu.com/~ogra/bzr-archive/student-control-panel-0.1/