[tuxdroid-user] alarm_clock modifications
Status: Beta
Brought to you by:
ks156
From: Florent T. <ft...@gm...> - 2007-03-28 18:03:43
|
Hi I played a little with the alarm_clock software: i changed it a little bit so that the wav file selection becomes a .sh file selection, executed using tux.sys.shell_free("sh %s "%(self.sh_filename)) My sample script contains: mpg321 -o esd http://85.21.79.5:8040/ ... which is a webradio It seems to me the launched apps (using shell_free) are not considered as child processes... How can i stop/locate the launched processes? I see that the tux.sys.* are: add_time_event clear_time_events events_list parent shell shell_free time time_events_Thread wait Can you explain a little how/what these functions do? How to act on running events, etc... Thanks |